You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem? 1. mvn package What is the expected result? successful build What happens instead? constituent[30]: file:/eclipse-common/maven2-standalone/current-maven/lib/xercesMinimal-1.9.6.2.jar
Exception in thread "main" java.lang.AssertionError: Missing tools.jar at: /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home/Classes/classes.jar. Expression: file.exists()
at org.codehaus.groovy.runtime.InvokerHelper.assertFailed(InvokerHelper.java:395) What version of Probe are you using? Latest SVN trunk What environment (browser version, Tomcat version, JVM version, server OS)? OSX, Java 7 JDK 1.7.0_21 Please provide any additional information below. Due to a long-standing bug in the jspc-maven plugin, currently it is not possible to build psi-probe on OSX with Java 7. As the upstream plugin provider was not able to fix this bug in months, a fork of the plugin exists which fixes the bug. See http://developer.jasig.org/projects/jspc-maven-plugin/2.0.0/jspc-maven-plugin/usage.html So a possible fix would be to switch to org.jasig.mojo.jspc jspc-maven-plugin
From [email protected] on August 23, 2013 12:57:37
What steps will reproduce the problem? 1. mvn package What is the expected result? successful build What happens instead? constituent[30]: file:/eclipse-common/maven2-standalone/current-maven/lib/xercesMinimal-1.9.6.2.jar
Exception in thread "main" java.lang.AssertionError: Missing tools.jar at: /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home/Classes/classes.jar. Expression: file.exists()
at org.codehaus.groovy.runtime.InvokerHelper.assertFailed(InvokerHelper.java:395) What version of Probe are you using? Latest SVN trunk What environment (browser version, Tomcat version, JVM version, server OS)? OSX, Java 7 JDK 1.7.0_21 Please provide any additional information below. Due to a long-standing bug in the jspc-maven plugin, currently it is not possible to build psi-probe on OSX with Java 7. As the upstream plugin provider was not able to fix this bug in months, a fork of the plugin exists which fixes the bug. See http://developer.jasig.org/projects/jspc-maven-plugin/2.0.0/jspc-maven-plugin/usage.html So a possible fix would be to switch to org.jasig.mojo.jspc jspc-maven-plugin
Original issue: http://code.google.com/p/psi-probe/issues/detail?id=371
The text was updated successfully, but these errors were encountered: