Hello,

Depending on the task you use, you can define a lot of classpaths.
I usually use the classpath or classpathref attribute to set the classpath e.g. 
for the javac task.

The question is: For which task you need the classpath and how do you set the 
classpath??

This is how i trace the classpath, if it is stored in a refid:
   <property name="ausgabejunit" refid="junit.classpath" />
    <echo>Klassenpfad in junit: classpath=${ausgabejunit}</echo>

Greetings


-- 
Jürgen Knuplesch                    www.icongmbh.de
icon Systemhaus GmbH                Tel. +49 711 806098-275
Sophienstraße 40                    
D-70178 Stuttgart                   Fax. +49 711 806098-299

Geschäftsführer: Uwe Seltmann
HRB Stuttgart 17655
USt-IdNr.: DE 811944121 
-----Ursprüngliche Nachricht-----
Von: Ravi Roy [mailto:[EMAIL PROTECTED] 
Gesendet: Samstag, 6. Oktober 2007 07:23
An: user@ant.apache.org
Betreff: Showing current classpath Ant is using in Build executing state

Hi All,

In a scenario, where build is executing how I can see / log the current 
classpath of this build, which Ant is relying to build the project ?
I think Ant -diagnositcs gives the interesting informarmation but not in the 
build executing state and is static in nature.

Thanks in advance for thoughts!

Regards,
Ravi.





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: 
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to