C
coltrane
I am sure this question has been asked and answered but.....
Is it possible to echo an refid?
ie.
<path id="classpath">
<pathelement location="${common_lib.dir}/xpp3.jar"/>
<pathelement location="${common_lib.dir}/jibx-run.jar"/>
<pathelement location="${common_lib.dir}/jibx-bind.jar"/>
<pathelement location="${common_lib.dir}/oracle/ojdbc.jar"/>
<pathelement location="${common_lib.dir}/oracle/classes12.jar"/>
<pathelement location="${tomcat.dir}/common/lib/servlet-api.jar"/>
</path>
<echo message="refid classpath"/>
Thanks for the help
john
Is it possible to echo an refid?
ie.
<path id="classpath">
<pathelement location="${common_lib.dir}/xpp3.jar"/>
<pathelement location="${common_lib.dir}/jibx-run.jar"/>
<pathelement location="${common_lib.dir}/jibx-bind.jar"/>
<pathelement location="${common_lib.dir}/oracle/ojdbc.jar"/>
<pathelement location="${common_lib.dir}/oracle/classes12.jar"/>
<pathelement location="${tomcat.dir}/common/lib/servlet-api.jar"/>
</path>
<echo message="refid classpath"/>
Thanks for the help
john