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
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
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