Dunno - is anyone else able to reproduce this? On Thu, Aug 27, 2009 at 1:13 PM, Mark Rosenthal <mros...@gmail.com> wrote:
> Hi Matt and list, > > I'm trying to start a new Tapestry Basic project, and am getting the > following error: > > Using the command: > mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes > -DarchetypeArtifactId=appfuse-basic-tapestry -DremoteRepositories= > http://static.appfuse.org/releases -DarchetypeVersion=2.0.2 > -DgroupId=com.mycompany.app -DartifactId=myproject > > then 'cd myproject' > > and 'mvn' > > I get the following output: > > [INFO] Scanning for projects... > [INFO] > ------------------------------------------------------------------------ > [INFO] Building AppFuse Tapestry Application > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------ > Downloading: > http://repo1.maven.org/maven2/com/javaforge/tapestry/tapestry-javaforge/1.0.0-SNAPSHOT/tapestry-javaforge-1.0.0-SNAPSHOT.pom > Downloading: > http://static.appfuse.org/repository/com/javaforge/tapestry/tapestry-javaforge/1.0.0-SNAPSHOT/tapestry-javaforge-1.0.0-SNAPSHOT.pom > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error building POM (may not be this project's POM). > > > Project ID: com.javaforge.tapestry:tapestry-flash:jar:1.0.0 > > Reason: Cannot find parent: com.javaforge.tapestry:tapestry-javaforge for > project: com.javaforge.tapestry:tapestry-flash:jar:1.0.0 for project > com.javaforge.tapestry:tapestry-flash:jar:1.0.0 > > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 9 seconds > [INFO] Finished at: Thu Aug 27 13:11:11 MDT 2009 > [INFO] Final Memory: 23M/56M > [INFO] > ------------------------------------------------------------------------ > > Any ideas? >