Posted By:
Matthew_Harrison
Posted On:
Wednesday, August 8, 2007 07:15 PM
Just being picky...
Everything is working fine except that I can't get excludes to ignore a particular folder.
excludes="**/Test*.*,swt-*.*,**/configuration/editor*"
I want all the files including the folder itself to be ignored in this jarfile. (configuration/editor)
It's no problem getting all the class files in the folder ignored but the actual editor folder wants to stay.
I've tried a few things but can't get it to ignore the folder using jarfile.
Stupid question but if you're going to do something, you got to do it right. :P