How to config Component load rules file
One answer
I have known how to do:
write several variables with "folderName" like this:
folderName=/test/build
folderName=/test/config
folderName=/test/server
And they will load to your workspace..
write several variables with "folderName" like this:
folderName=/test/build
folderName=/test/config
folderName=/test/server
And they will load to your workspace..
I have a folder, list as below:
/test/server
/test/build
/test/config
/test/abc
I would like to write a Component load rules file to load server and build folders, how can I do that. BTW, I know how to load one folder, but I have no idea about up to 2 folders. :roll: