Is there anyway to print (echo) what is currently in a particular path?

For example:

<path id="compile.cp">
  <pathelement location="${j2ee.jar}"/>
  <pathelement location="${junit.jar}"/>
</path>

<echo> compile.cp = ${compile.cp} </echo>

This doesn't work, is there another way?

Mike.

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

Reply via email to