Whoops - clicked the wrong button on my previous attempt at a response.  
Anyhow, a suggestion if you don't want to use Ant 1.5, beta 1 - try calling ant 
with the <java> task.  For example:

<java classname="org.apache.tools.ant.Main" fork="yes" failonerror="yes">
    <arg line="-buildfile myBuildFile.xml"/>
    <classpath>
        <pathelement path="${{java.class.path}}"/>
    </classpath>
</java>

Kyle


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

Reply via email to