Re: Convert PathLike stucture to fileset

2004-12-16 Thread jfuller
Thomas Hackel <[EMAIL PROTECTED]> wrote .. > Hi ! > > Is is possible to convert a classpath(=) to a fileset, > so that i can copy all the files (=libs) defined the path to an other > location. http://marc.theaimsgroup.com/?l=ant-user&m=108058184014746&w=2 good luck jim fuller > > Thanks in a

Re: Convert PathLike stucture to fileset

2004-12-16 Thread Jacob Kjome
Ant-contrib has a task. Check it out. BTW, your libraries have to have a common root directory for this to work. Jake Quoting Thomas Hackel <[EMAIL PROTECTED]>: > Hi ! > > Is is possible to convert a classpath(=) to a fileset, > so that i can copy all the files (=libs) defined the path to a

Re: Convert PathLike stucture to fileset

2004-12-16 Thread Jeffrey E Care
I would advise using filesets (and assign IDs to them) in your classpaths, then just reference those same filesets later in your copy tasks. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/

Convert PathLike stucture to fileset

2004-12-16 Thread Thomas Hackel
Hi ! Is is possible to convert a classpath(=) to a fileset, so that i can copy all the files (=libs) defined the path to an other location. Thanks in advance, Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm