Can you try running "mvn -U" to make sure you have the latest versions of the plugins? If that doesn't work, try "rm -r ~/.m2/repository/org/apache/maven".
Matt On 4/24/07, Janos Mucsi <[EMAIL PROTECTED]> wrote:
Hi I just installed appfuse with Maven 2.0.5 and after creating my app like this: C:\projects\saeuser>mvn archetype:create -DarchetypeGroupId=org.appfuse -Darchet ypeArtifactId=appfuse-basic-spring -DremoteRepositories=http://static.appfuse.or g/repository -DarchetypeVersion=2.0-m4 -DgroupId=com.mycompany.app -DartifactId= saeuser I run mvn integration-test, and get this: [INFO] Using default encoding to copy filtered resources. [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] java.io.File [INFO] ------------------------------------------------------------------------ [INFO] Trace java.lang.ClassCastException: java.io.File at org.codehaus.plexus.util.InterpolationFilterReader.read(Interpolation FilterReader.java:269) at org.codehaus.plexus.util.InterpolationFilterReader.read(Interpolation FilterReader.java:162) at java.io.Reader.read(Reader.java:122) at org.codehaus.plexus.util.IOUtil.copy(IOUtil.java:212) at org.codehaus.plexus.util.IOUtil.copy(IOUtil.java:200) at org.apache.maven.plugin.resources.ResourcesMojo.copyFile(ResourcesMoj o.java:249) at org.apache.maven.plugin.resources.ResourcesMojo.copyResources(Resourc esMojo.java:172) at org.apache.maven.plugin.resources.TestResourcesMojo.execute(TestResou rcesMojo.java:53) Any ideas? Thanks. -- Janos Mucsi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
