Hi,
in a project definition I have the following ant element :
<ant buildfile="integration/eclipse/build.xml" target="release">
[...]
<depend property="eclipse.ui.workbench.jar" project="eclipse"
id="workbench"/>
<property name="eclipse.jdt.junit.jar"
value="integration/eclipse/lib/junitsupport-2.1.0dev.jar"/>
</ant>
The jar referenced by the <depend property> is added to the classpath
for the Ant build, but the jar referenced by <property name> is not.
Why is that so and what can I do to solve that ?
Thanks,
Julien
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]