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

Brian Minchau updated XALANJ-2159:
----------------------------------

    Fix Version: 2.7
                     (was: CurrentCVS)

> 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: 2.7
>  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