[ http://jira.codehaus.org/browse/MNG-869?page=all ]
John Casey updated MNG-869: --------------------------- Remaining Estimate: 2 hours Original Estimate: 7200 need to find a suitable replacement test. Also, may need to expose a common expression for toolsJar, and maybe other jdk jars... Currently, it0063 tries to use classes.jar instead of tools.jar on os x, but this results in java.lang classes being loaded from that jar as well, which triggers a security exception. > Reference to non existent tools.jar on mac os x > ----------------------------------------------- > > Key: MNG-869 > URL: http://jira.codehaus.org/browse/MNG-869 > Project: Maven 2 > Type: Bug > Components: maven-core > Versions: 2.0-beta-1 > Environment: Mac OS X tiger java 1.4.2 > Reporter: Guest > Assignee: John Casey > Priority: Minor > Fix For: 2.0-beta-2 > > Original Estimate: 2 hours > Remaining: 2 hours > > After running > sh m2-bootstrap-all.sh > I got the following integration failure pasted below. I also ran 'find . > -name tools.jar' from my java home directory and got no results. > [INFO] BUILD FAILURE > [INFO] > ---------------------------------------------------------------------------- > [INFO] Main Error: > System artifact: jdk-tools:jdk-tools:jar:1.4.2 not found in path: > /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/../lib/tools.jar > jdk-tools:jdk-tools:1.4.2:jar > Path to dependency: > 1) org.apache.maven.it:maven-core-it0063:jar:1.0 > 2) jdk-tools:jdk-tools:jar:1.4.2 > Root error: > System artifact: jdk-tools:jdk-tools:jar:1.4.2 not found in path: > /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/../lib/tools.jar > jdk-tools:jdk-tools:1.4.2:jar > Path to dependency: > 1) org.apache.maven.it:maven-core-it0063:jar:1.0 > 2) jdk-tools:jdk-tools:jar:1.4.2 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/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]