I have the following exception when trying to do ant build: | jarui: | [copy] Copying 1 file to c:\java\jboss-seam-2.0.0.CR2\ui | [java] [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. | [java] org.apache.maven.surefire.booter.SurefireExecutionException: Unable to instantiate and execute Surefire; nested exception is java.lang.ClassNotFoundException: org.apache.maven.surefire.Surefire | [java] java.lang.ClassNotFoundException: org.apache.maven.surefire.Surefire | [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:200) | [java] at java.security.AccessController.doPrivileged(Native Method) | [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:188) | [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) | [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:251) | [java] at org.apache.maven.surefire.booter.IsolatedClassLoader.loadClass(IsolatedClassLoader.java:103) | [java] at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:281) | [java] at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818) | [java] [ERROR] BUILD FAILURE | [java] Java Result: 1 | [delete] Deleting: c:\java\jboss-seam-2.0.0.CR2\ui\pom.xml | | BUILD FAILED | c:\java\jboss-seam-2.0.0.CR2\build.xml:280: Warning: Could not find file c:\java\jboss-seam-2.0.0.CR2\ui\target\jboss-seam-ui.jar to copy. |
I have Ant 1.7.0 and JDK 1.5.0_12. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095177#4095177 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095177 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
