[ http://issues.apache.org/jira/browse/XALANJ-2159?page=all ]
     
Henry Zongaro resolved XALANJ-2159:
-----------------------------------

    Resolution: Fixed

Applied patch in CVS.  It appears to resolve the Gump build failure.

I learned from Stefan Bodewig on the Gump general mailing list[1] of a 
CommandlineJava.createBootclasspath(Project) method that's part of Ant 1.6.  If 
and when Xalan-J migrates to that version of Ant, the test harness's 
org.apache.qetest.xsl.XSLTestAntTask.setBootclasspathref method should use that 
method of CommandlineJava to set the boot class path instead of using 
createVmArg.  Then my work-around in build.xml can be removed.

[1] http://mail-archives.apache.org/mod_mbox/gump-general/200506.mbox/[EMAIL 
PROTECTED]

> Class path and bootstrap class path are not set correctly for test harness in 
> Gump build
> ----------------------------------------------------------------------------------------
>
>          Key: XALANJ-2159
>          URL: http://issues.apache.org/jira/browse/XALANJ-2159
>      Project: XalanJ2
>         Type: Bug
>   Components: TestHarness-TestCase
>     Versions: CurrentCVS
>     Reporter: Henry Zongaro
>     Assignee: Henry Zongaro
>     Priority: Minor
>      Fix For: CurrentCVS
>  Attachments: patch.j2159.txt
>
> The nightly Gump build is failing on the xml-xalan2-smoketest "project."  
> This is because of interactions between the way Gump sets up the class path 
> and bootstrap class path for invoking ant and how the 
> xml-xalan/test/build.xml file puts together the class path and bootstrap 
> class path for the xalantest task.
> In particular, Gump places xml-apis.jar, xercesImpl.jar and xalan.jar on the 
> boot class path.  The build.xml, however, takes the class path and specifies 
> that as the bootstrap class path for the xalantest task.  It also adds the 
> xercesImpl.jar and xml-apis.jar files that can be found in xml-xalan/java/bin 
> to the bootstrap class path, so that it doesn't actually perform integration 
> testing, which is what Gump was intended to do.
> The problem can be resolved by copying through the class path and bootstrap 
> class path settings for the smoketest.gump target.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to