Hi,

A simple question:

I've defined a path outside of any targets:


    <!-- Define client class path -->
    <path id="client.class.path">
<!--        <pathelement path="${build.classpath}"/> -->
        <pathelement
location="${jboss.home}client/jbossall-client.jar"/>
        <pathelement location="${jboss.home}client/log4j.jar"/>
        <pathelement location="../testclient/"/>
        <pathelement location="st-test-ejb.jar"/>
    </path> 


now I'm trying to echo this in a target, but the verbose ant output says
the property isn't defined:
<echo message="${client.class.path}"/>

Does anyone know how I can get the path to be echoed?

Thanks

Hans


Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to