I tried it on another Ubuntu 9.04 box, with the same behavior. Just one more piece of weirdness with the 9.04 release.

It seems to work fine on CentOS and Windows, though.

Ger-Jan te Dorsthorst wrote:
Perhaps it was just a transient error? When I ran mvn yesterday I couldn't get tomcat 6.0.14 from http://archive.apache.org at first. Turned out to be due to site maintenance downtime.

Ger-Jan

Mark Rosenthal wrote:
I added the following to my pom.xml, and all appears to be working:

<repository>
 <id>howardlewisship.com</id>
 <name>Tapestry @ JavaForge</name>
 <url>http://howardlewisship.com/repository/</url>
</repository>

I'm baffled why I can't get it from central, but this gets me going again.


ger...@dds.nl wrote:
Seems to work here. I never ran the Tapestry archetype before, so in my case Maven downloaded lots of fresh stuff. Could the problem be caused by a stale local .m2 repository?

Ger-Jan

Quoting Matt Raible <m...@raibledesigns.com>:

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?







---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to