Hello,

I am using Ant 1,5 and I would like to echo the string value of a path-like structure 
and don't know how to do that.

For example, I define in my project:

    <path id="project.classpath">
        <fileset dir="${lib.dir}">
            <include name="**/*.jar"/>
        </fileset>
    </path>


And I would like to do at some place in my build file, something like:

    <echo>
        <path refid="project.classpath" />
    </echo>

which is not supported. How can I achieve that?


Thanks,
Joel

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

Reply via email to