I would like to mark all of my 'target' directories as 'derived' in Eclipse. However I have about 10 projects and have to repeat the same process 10 times, is there any quick way of marking all 10 'target' folders as derived?
I wrote the AutoDeriv plugin to handle this specific task easily and efficiently. The short story:
.derived
text fileEnjoy your clean workspace as resources are now correctly marked as 'derived'. The syntax is trivial, just like a .gitignore file.
For your specific case, create a .derived
file at workspace root, write target
in it, and your done.
I hope you will like it =)
Not sure what you mean by 'derived'. However, Eclipse writes most settings to an XML file. Figure out which config file (e.g. .classpath
) gets altered and then run sed over all your config files at once.
It is not easy to set the Derived flag automatically, see Where does Eclipse store information about which files are "Derived"?
This is sad as I have to mark 20 subfolders as "Derived" each time I clone my project on a new machine. If you do it manually too, use the keyboard:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With