Re: running the XML tests

2007-04-05 Thread Army
Rick Hillegas wrote: I like the idea of recording this advice in the javadoc too. Another possibility would be to beef up the javadoc header for the XML class. +1, works for me. Army

Re: running the XML tests

2007-04-05 Thread Rick Hillegas
Army wrote: Army wrote: I think the wiki would be helpful, yes. It also might be helpful to include these as javadoc comments somehow, perhaps for the "checkXalanVersion()" method of junit/XML.java? Or maybe someplace else that you looked when you yourself were trying to figure out why th

Re: running the XML tests

2007-04-05 Thread Army
Army wrote: I think the wiki would be helpful, yes. It also might be helpful to include these as javadoc comments somehow, perhaps for the "checkXalanVersion()" method of junit/XML.java? Or maybe someplace else that you looked when you yourself were trying to figure out why the tests weren

Re: running the XML tests

2007-04-05 Thread Army
Rick Hillegas wrote: Thanks Army, Bryan, and Narayanan. I can now run the XML tests. Good to hear! I think this deserves being documented somewhere. Maybe under "Running Tests" on the "DerbyJUnitTesting" wiki page? Is there a better place for this advice? I think the wiki would be helpful

Re: running the XML tests

2007-04-05 Thread Rick Hillegas
Thanks Army, Bryan, and Narayanan. I can now run the XML tests. The following worked for me: 1) Copying the xalan 2.7.0 jars into jre/lib/endorsed in my JDK 1.4 installation. 2) Simply wiring those jars into my CLASSPATH when running Java 6. I think this deserves being documented somewhere.

Re: running the XML tests

2007-04-05 Thread V Narayanan
Army wrote On 04/05/07 20:56,: Rick Hillegas wrote: I have downloaded xalan 2.7.0 (that seems to be the latest release available from the xalan site). I copied the four jar files mentioned by Bryan into the jre/lib/ext directory of my JDK 1.4. This did slightly change the output of the e

Re: running the XML tests

2007-04-05 Thread Army
Rick Hillegas wrote: I have downloaded xalan 2.7.0 (that seems to be the latest release available from the xalan site). I copied the four jar files mentioned by Bryan into the jre/lib/ext directory of my JDK 1.4. This did slightly change the output of the environmental report created by org.

Re: running the XML tests

2007-04-05 Thread V Narayanan
I did not read it properly I read the information in the link as \lib\endorsed directory not jre/ext/lib. Sorry about the mistake. Narayanan V Narayanan wrote On 04/05/07 20:52,: Hi, I am lost here because placing the jar files in the jre/lib/ext is the standard override mechanism. The info

Re: running the XML tests

2007-04-05 Thread V Narayanan
Hi, I am lost here because placing the jar files in the jre/lib/ext is the standard override mechanism. The information here http://xml.apache.org/xalan-j/faq.html#faq-N100D6 seems to concur with that. Narayanan Rick Hillegas wrote On 04/05/07 20:37,: Thanks Bryan and Narayanan, I have do

Re: running the XML tests

2007-04-05 Thread Bryan Pendleton
available from the xalan site). I copied the four jar files mentioned by Bryan into the jre/lib/ext directory of my JDK 1.4. Ooops, I'm sorry. Copy the files to the jre/lib/endorsed directory, not the jre/lib/ext directory. thanks, bryan

Re: running the XML tests

2007-04-05 Thread Rick Hillegas
Thanks Bryan and Narayanan, I have downloaded xalan 2.7.0 (that seems to be the latest release available from the xalan site). I copied the four jar files mentioned by Bryan into the jre/lib/ext directory of my JDK 1.4. This did slightly change the output of the environmental report created by

Re: running the XML tests

2007-04-05 Thread Bryan Pendleton
I'd like to setup my environment so that our XML tests run. I think if you're using a modern enough JDK, no special setup is needed. If you're using JDK 1.4, in my environment it was sufficient to grab a modern copy of the xalan jars (I used 2.7 I believe) and copy them to my jre/lib/ext directo

Re: running the XML tests

2007-04-05 Thread V Narayanan
Hi, This issue seems to contain some information related to your question https://issues.apache.org/jira/browse/DERBY-563 Narayanan Rick Hillegas wrote On 04/05/07 19:39,: I'd like to setup my environment so that our XML tests run. I'm having a hard time finding instructions for how to do th

running the XML tests

2007-04-05 Thread Rick Hillegas
I'd like to setup my environment so that our XML tests run. I'm having a hard time finding instructions for how to do this. Can someone point me at the instructions for how to do this (which versions of which jar files should be put where, any additional bootclasspath/classpath directives, syst