Hi,
Could you help me with the following problem?
I try to run the following target by:
                ant  -f  build.xml  build-fulcrum

The target: build-fulcrum in the build.xml is:

 <target name="build-fulcrum">
        <exec executable="ant" dir="${fulcrum.dir}">
            <arg line="clean"/>
        </exec>
        <exec executable="ant" dir="${fulcrum.dir}">
            <arg line="-Dsecurity.database.name=${scarab.database.prop.name} 
-Dscheduler.database.name=${scarab.database.prop.name}
install-jar"/>
        </exec>
    </target>

however, I got error message:
Execute failed: java.io.IOException: CreateProcess: ant clean error=2

If you know what is the problem, please let me know. Thanks!

richard



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

Reply via email to