[ http://issues.apache.org/jira/browse/XALANJ-2159?page=comments#action_12314618 ]
Joanne Tong commented on XALANJ-2159: ------------------------------------- I reviewed this patch and have no comments at this time. Since this problem exists in a specific environment, please commit this patch and if it fixes the gump failure, then I find this patch acceptable to resolve this bug. > 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]
