Berin Loritsch wrote:
>
> During the creation of the Announcement text, the build failed.  We should be using 
>the most recent
> version of Xalan2 (2.2-D13).  I didn't notice any problems when I built this using 
>Xerces 1.4.4,
> Xalan 2.2-D13, and xml-apis.jar on JDK 1.4.

I'm not sure what "should" means in this context.  Gump runs with the most
recent version of Xalan2 (from CVS).

> Is this something we know the resolution to?

I've not seen this before.  Unfortunately, I don't keep historical records
of java14 builds, so I'm not sure when this changed (or even if this is a
change).

> Can the JDK 1.4 version of Avalon Excalibur use the XML-APIS jar file from 
>xml-commons?

Any reason why this should be necessary with JDK 1.4 and not with JDK 1.3?

Below is the relevant portions of the generate script used.  Perhaps you
can tailor it to match your evniroment and try it to see if you can
reproduce the problem?  Note the use of -Xbootclasspath (or else you will
get the Xalan that is included in the JDK) and the use of
-Dbuild.sysclasspathonly (in order to have the CLASSPATH that is so
carefully set up respected by the build).

- Sam Ruby

cd /tmp/gump/jakarta-avalon-excalibur
export CLASSPATH=$CLASSPATH:$JAVA_HOME/lib/tools.jar
export CLASSPATH=$CLASSPATH:/tmp/gump/jakarta-avalon-excalibur/build/classes
export CLASSPATH=$CLASSPATH:/tmp/gump/jakarta-ant/dist/lib/ant.jar
export CLASSPATH=$CLASSPATH:/tmp/gump/jakarta-ant/dist/lib/optional.jar
export CLASSPATH=/tmp/gump/xml-xalan/java/build/xalan.jar:$CLASSPATH
export CLASSPATH=/tmp/gump/xml-xalan/java/build/xml-apis.jar:$CLASSPATH
export CLASSPATH=$CLASSPATH:/home/rubys/opt/jdbc2_0/jdbc2_0-stdext.jar
export CLASSPATH=$CLASSPATH:/tmp/gump/jdom/build/jdom.jar
export CLASSPATH=$CLASSPATH:/tmp/gump/dist/junit/junit.jar
export CLASSPATH=$CLASSPATH:/tmp/gump/jakarta-servletapi-4/lib/servlet.jar
export CLASSPATH=$CLASSPATH:/tmp/gump/bsf/build/lib/bsf.jar
export CLASSPATH=$CLASSPATH:/tmp/gump/rhino/build/rhino_gump/js.jar
export CLASSPATH=$CLASSPATH:/tmp/gump/jaxen/build/jaxen-full.jar
export CLASSPATH=$CLASSPATH:/tmp/gump/jaxen/lib/saxpath.jar
export CLASSPATH=$CLASSPATH:/tmp/gump/xml-xerces/java/build/xerces.jar
export CLASSPATH=$CLASSPATH:/tmp/gump/jakarta-avalon/build/lib/avalon-framework.jar
export CLASSPATH=$CLASSPATH:/tmp/gump/jakarta-avalon-logkit/build/lib/logkit.jar
java 
-Xbootclasspath/p:/tmp/gump/xml-xalan/java/build/xalan.jar:/tmp/gump/xml-xalan/java/build/xml-apis.jar
 org.apache.tools.ant.Main
-Dbuild.sysclasspath=only -Dxerces.jar=/tmp/gump/xml-xerces/java/build/xerces.jar
-Dframework.jar=/tmp/gump/jakarta-avalon/build/lib/avalon-framework.jar 
-Dlogkit.jar=/tmp/gump/jakarta-avalon-logkit/build/lib/logkit.jar dist


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

Reply via email to