RE: fileset and filename under copy task

2007-02-22 Thread Jackson, Paul R
To all, Thanks for your help everyone. I did finally get the jar target to work the way I wanted it to, preserving the module name(top directory) in the jar files. Using... Thanks again, Paul -Original Message-

Specifying a directory without losing the directory name

2007-02-19 Thread Jackson, Paul R
Dear list, I have a directory with a bunch of class files, and am trying to create multiple jar files instead of just one. So I have Build/classses/module1 Build/classes/module2 This works to create the jar files, but strips away module1 from the path (which is not good since it messes up the j