I have a target like this :

                <path id="classpath">
              <pathelement path="test.create"/>
              <pathelement location="c:/temp"/>
                </path>
            <echo message="${test.create}"/>

            the output is not c:\temp!!!

            Another thing, I want to test.create persists in the system
after the target has finished.

           Thanks

 -----Message d'origine-----
De :    Tibor Strausz [mailto:[EMAIL PROTECTED]] 
Envoyé :        lundi 29 juillet 2002 13:28
À :     Ant Users List
Objet : RE: environment variable


you meen something like this??

    <path id="classpath">
        <fileset dir="${lib.dir}">
            <include name="**/*.jar"/>
        </fileset>
        <pathelement path="${build.dir}"/>
        <pathelement path="${testbuild.dir}"/>
        <pathelement location="${dist.dir}/jacob_${project.name}.jar"/>
    </path>


tibi

> -----Original Message-----
> From: TINE Houari (OBJECTIVA) [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 29, 2002 1:19 PM
> To: '[EMAIL PROTECTED]'
> Subject: environment variable
> 
> 
> 
> Hi,
> 
> How to create an environment variable  with Ant?
> 
> TINE
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

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

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

Reply via email to