Parameters

Prefix  Name    Value
-X bootclasspath/p :/home/dtftest/gump/packages/jaxp-1_3/jaxp-api.jar /home/dtftest/gump/packages/jaxp-1_3/dom.jar /home/dtftest/gump/packages/jaxp-1_3/sax.jar /home/dtftest/gump/packages/jaxp-1_3/xercesImpl.jar /home/dtftest/gump/packages/jaxp-1_3/xalan.jar

        org.apache.tools.ant.Main       
-D      gump.merge      /home/dtftest/gump/work/merge.xml
-D      build.sysclasspath      only


     Environment Overrides

Name    Value
CLASSPATH :c:/jdk1.6.0_21/lib/tools.jar /home/dtftest/gump/results/ant/bootstrap/lib/ant.jar /home/dtftest/gump/results/ant/bootstrap/lib/ant-launcher.jar


The immediate issue still seems to be the basic "java org.apache.tools.ant.Main" call is not picking up the ant jar files from the CLASSPATH environment variable above. Please help.

Thanks,
Ludmila

Stefan Bodewig wrote:
On 2010-12-09, Jörg Schaible wrote:

Command Line

c:/jdk1.6.0_21/bin/java
-Xbootclasspath/p:/home/dtftest/gump/packages/jaxp-1_3/jaxp-
api.jar:/home/dtftest/gump/packages/jaxp-1_3/dom.jar:/home/dtftest/gump/packages/jaxp-1_3/sax.jar:/home/dtftest/gump/packages/jaxp-1_3/xercesImpl.jar:/home/dtftest/gump/packages/jaxp-1_3/xalan.jar
org.apache.tools.ant.Main -Dgump.merge=/home/dtftest/gump/work/merge.xml

There should be a space or = after "-Xbootclasspath" - that might
explain the the problem?

No, the syntax is -Xbootcpasspath/p:PATH - see "java -X".

The path still uses ':' as separator

which is puzzling since it is generated by a Path instance that runs
through the getFlattened method at the bottom of
<http://svn.apache.org/repos/asf/gump/trunk/python/gump/core/language/path.py>
which uses os.pathsep

Could this be a cygwin aware version of Python that is too much aware of
Cygwin?

Stefan might be interested in patches in that case ;-)

In any case 8-)

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Reply via email to