I'm sorry, tapestry-javaforge is indeed needed as this is the parent pom for tapestry-spring. But it's working nonetheless. I just double checked this, just to make sure.

http://www.howardlewisship.com/repository/com/javaforge/tapestry/tapestry-javaforge/1.0.0-SNAPSHOT/maven-metadata.xml lists the latest timestamp to be 20061122.201931 and the build number to be 1 and http://www.howardlewisship.com/repository/com/javaforge/tapestry/tapestry-javaforge/1.0.0-SNAPSHOT/tapestry-javaforge-1.0.0-20061122.201931-1.pom is accessible.

Hong, please double check that you did everything as I suggested.

Uli

Ulrich Stärk schrieb:
http://howardlewisship.com/repository/com/javaforge/tapestry/tapestry-spring/1.0.0/tapestry-spring-1.0.0.pom works OK. As does http://howardlewisship.com/repository/com/javaforge/tapestry/tapestry-spring/1.0.0/tapestry-spring-1.0.0.jar It's just the directory listings that aren't but that shouldn't be a problem.

Hong: Please read the maven output carefully: The artifact is not tapestry-javaforge but tapestry-spring. Of course it can't find an artifact with the name tapestry-javaforge because it doesn't exist and it is not what you want.

You should also READ what I already posted:

I gave you a link to http://www.nabble.com/forum/ViewPost.jtp?post=11974805&framed=y If you had read this posting you would have found the following dependency there:

<dependency>
   <groupId>com.javaforge.tapestry</groupId>
   <artifactId>tapestry-spring</artifactId>
   <version>1.0.0</version>
   <exclusions>
     <exclusion>
       <groupId>tapestry</groupId>
       <artifactId>tapestry</artifactId>
     </exclusion>
     <exclusion>
       <groupId>tapestry</groupId>
       <artifactId>tapestry-annotations</artifactId>
     </exclusion>
   </exclusions>
</dependency>

Copy that into your pom.xml. I just used it yesterday to create a new project.


Howard Lewis Ship schrieb:
I'll be looking at this today, in a few hours.

On Jan 17, 2008 1:37 PM, HongDa Tang <[EMAIL PROTECTED]> wrote:
After strictly following the instructions provided http://howardlewisship.com/tapestry-javaforge/ , the maven gave the same error. This error first appeared as http://howardlewisship.com/repository/ website stop generating directory listings. You can reproduce this error by remove your .m2/repository directory. Below is the exact error msg:


------------------------------------------------------------------------
[ERROR]BUILD ERROR
------------------------------------------------------------------------
Failed to resolve artifact.


GroupId: com.javaforge.tapestry
ArtifactId: tapestry-javaforge
Version: 1.0.0-SNAPSHOT


Reason: Unable to download the artifact from any repository


  com.javaforge.tapestry:tapestry-javaforge:pom:1.0.0-SNAPSHOT


from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  howardlewisship.com (http://howardlewisship.com/repository/)








----- Original Message ----
From: Ulrich Stärk <[EMAIL PROTECTED]>
To: Tapestry users <users@tapestry.apache.org>
Sent: Wednesday, January 16, 2008 8:34:11 AM
Subject: Re: tapestry-spring


It's not broken it's just not generating directory listings.

Uli

HongDa Tang schrieb:
http://howardlewisship.com/repository/ seems to be broken.  Does
 anyone know of a mirror site for http://howardlewisship.com/repository/
where I can use maven to retrieve tapestry-spring library version 1.0.0?
  Your help is appreciated.

-Hong


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to