You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Henry Zongaro (JIRA)" <xa...@xml.apache.org> on 2005/06/28 04:45:58 UTC

[jira] Assigned: (XALANJ-2159) Class path and bootstrap class path are not set correctly for test harness in Gump build

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

Henry Zongaro reassigned XALANJ-2159:
-------------------------------------

    Assign To: Henry Zongaro

> 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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org