I installed maven 2.0.6 and ran mvn -U and was able to get past the
maven-site-plugin problem. Now, the build fails running the tests.
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Apr 3, 2007 1:17:41 AM
org.apache.myfaces.trinidadinternal.renderkit.FacesConfigInfo load
INFO: PARSING
file:/Users/richard/sandbox/trinidad/trinidad-impl/target/classes/META-INF/faces-config.xml
Apr 3, 2007 1:17:42 AM
org.apache.myfaces.trinidadinternal.renderkit.FacesConfigInfo load
INFO: PARSING
jar:file:/Users/richard/.m2/repository/com/sun/facelets/jsf-facelets/1.1.6/jsf-facelets-1.1.6.jar!/META-INF/faces-config.xml
Couldn't create renderer com.sun.facelets.component.RepeatRenderer
java.lang.reflect.InvocationTargetException
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:585)
at
org.apache.maven.surefire.battery.JUnitBattery.processTestClass(JUnitBattery.java:130)
at
org.apache.maven.surefire.battery.JUnitBattery.<init>(JUnitBattery.java:81)
at org.apache.maven.surefire.SurefireUtils.instantiateBattery(SurefireUt
I downloaded trinidad using this command:
svn checkout
http://svn.apache.org/repos/asf/incubator/adffaces/tags/trinidad-1.0.0-incubating
trinidad
Has anyone seen this before?
Thanks,
Richard
On Apr 2, 2007, at 5:51 PM, ryee wrote:
Laurie,
I'm running 2.0.5. I tried 'mvn -cpu install' and get the same error about the
missing maven-site plugin. I will try reinstalling maven to see if it helps.
-Richard
On Sun, 1 Apr 2007 03:15:58 -0400, Laurie Harper wrote
Oops, sorry, my bad; it's not one of the Trinidad plugins Maven is
missing, it's Maven's site plugin. What version of Maven are you
using? Have you tried 'mvn -cpu'?