[ 
https://issues.apache.org/jira/browse/XERCESJ-1354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659154#action_12659154
 ] 

Nathan Beyer commented on XERCESJ-1354:
---------------------------------------

The other option I came up with seemed more vendor-specific, which was to use 
the "sun.boot.class.path" property and build up the <bootclasspath> element 
with <path> elements and the final element being the "sun.boot.class.path" 
property. I opted for the "-Xbootclasspath" method instead.

> Use bootclasspath prepending for all tests in build script
> ----------------------------------------------------------
>
>                 Key: XERCESJ-1354
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1354
>             Project: Xerces2-J
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 2.9.1
>            Reporter: Nathan Beyer
>            Assignee: Michael Glavassevich
>            Priority: Minor
>         Attachments: build_xml.diff
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> I've made a tweak to the main build script that utilizes the bootclasspath 
> prepend (-Xbootclasspath/p:) argument to setup the classpath for all of the 
> tests. This makes running the tests much easier on JDK greater than 1.3.
> I've tested this modification by running "./build.sh clean compile test" on 
> Mac OS X 10.5.6 with J2SE 1.4.2, J2SE 5.0 32-bit, J2SE 50. 64-bit and Java SE 
> 6 64-bit and each run was successful.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to