Joshua Spiewak created MJSPC-53:
-----------------------------------

             Summary: Support Java 7 on Mac
                 Key: MJSPC-53
                 URL: https://jira.codehaus.org/browse/MJSPC-53
             Project: Maven 2.x JSPC Plugin
          Issue Type: Improvement
    Affects Versions: 2.0-alpha-2
            Reporter: Joshua Spiewak
            Priority: Minor


I am actually using 2.0-alpha-3, but that is not a valid version.

Java 7 on Mac does not have a classes.jar in ../Classes/classes.jar per 
[CompilationMojoSupport.groovy:findToolsJar|https://fisheye.codehaus.org/browse/mojo/trunk/mojo/jspc/jspc-maven-plugin/src/main/groovy/org/codehaus/mojo/jspc/CompilationMojoSupport.groovy?r=6803].
 So I had to create the directory and create a symlink:

{noformat}
% sudo mkdir 
/Library/Java/JavaVirtualMachines/1.7.0u-dev.jdk/Contents/Home/Classes 
% cd !$
% sudo ln -s ../lib/tools.jar classes.jar
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to