Hello,
I need to define a path using a property :
<path id="my.path.id">
<fileset dir="${my.path}" includes="**/*.jar" />
</path>
But the variable my.path is set in one of my own tasks (in java)...
I tried this but it doesn't work :
<target name="Initialisation de l'environnement">
<myTask path="my.path"/>
<path id="my.path.id">
<fileset dir="${my.path}" includes="**/*.jar" />
</path>
</target>
What can I do ?
Regards,
Cyriaque,
--
Cyriaque Dupoirieux <mailto:[EMAIL PROTECTED]>
PCO Technologies
Burolines - 2 ter rue Marcel Doret
31700 Blagnac
T�l : 05.34.60.44.13 - Fax : 05.34.60.44.10