Hmm ... building the current trunk code (with Maven 2.0.4) works for
me when I do the following:
cd ..../framework <-- top level directory of my SVN checkout
mvn clean install
Could you describe a little more about what commands you used to
initiate the build that is breaking like this?
Craig
On 4/10/07, Torsten Krah <[EMAIL PROTECTED]> wrote:
Trying to build latest SVN Snapshot, i get:
[INFO] Surefire report directory:
/home/tkrah/Development/src/shale-parent/shale-test/target/surefire-reports
org.apache.maven.surefire.booter.SurefireExecutionException:
javax/faces/lifecycle/Lifecycle; nested exception is
java.lang.NoClassDefFoundError: javax/faces/lifecycle/Lifecycle
java.lang.NoClassDefFoundError: javax/faces/lifecycle/Lifecycle
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
at java.lang.Class.getMethod0(Class.java:2670)
at java.lang.Class.getMethod(Class.java:1603)
at
org.apache.maven.surefire.junit.JUnitTestSet.createInstanceFromSuiteMethod(JUnitTestSet.java:176)
at
org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:140)
at
org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
at
org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
Can anyone confirm this or is my maven broken again?
Torsten