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

Re: AW: AntBuildLib with generic targets possible ?

2004-08-19 Thread Thomas Hackel
Hi! Thanks for your advice but i allready use the import task. i give you an stupid example which shows that this does not work! --- begin build.xml --- p1: ${p1} --- end build.xml --- --- begin common.xml --- --- end common.xml --- Bye Tho

AntBuildLib with generic targets possible ?

2004-08-19 Thread Thomas Hackel
Hi! I have two buildfiles. One generic and one project dependend file. The project dependend build file calls targets in the generic buildfile. How is it possible that the called buildfile/target can define properties & id's so that the caller can use them? The properties are not visible to the c