Yes ..... here is the snippet from the pom ...

  <repositories>
    <repository>
      <id>appfuse</id>
      <url>http://static.appfuse.org/repository</url>
    </repository>
    <repository>
      <id>java.net</id>
      <url>https://maven2-repository.dev.java.net/nonav/repository</url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>appfuse</id>
      <url>http://static.appfuse.org/repository</url>
    </pluginRepository>
  </pluginRepositories>

Regards
Dave

-----Original Message-----
From: Matt Raible [mailto:[EMAIL PROTECTED] 
Sent: Sunday, January 14, 2007 3:45 PM
To: [email protected]
Subject: Re: [appfuse-user] warpath dependency issue with AppFuse M2 basic
struts tutorial

Do you have http://static.appfuse.org/repository listed as a
<pluginRepository>?

Matt

On 1/14/07, Dave <[EMAIL PROTECTED]> wrote:
> I fillwed along with the tutorial using Struts 2 .....
> Have this dependeny issue at the action step ....
>
> Looking through the dependency, the repo doesn't appear to have the
warpath.
>
> Any suggestions on how to proceed?
>
> Regards
> Dave
>
> 1) org.appfuse:appfuse-web-common:warpath:2.0-m2
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=org.appfuse 
> -DartifactId=appfuse-web-common \
>           -Dversion=2.0-m2 -Dpackaging=warpath -Dfile=/path/to/file
>
>   Path to dependency:
>    1) com.newco:basic-spring-try:war:1.0-SNAPSHOT
>    2) org.appfuse:appfuse-spring:warpath:2.0-m2
>    3) org.appfuse:appfuse-web-common:warpath:2.0-m2
>
> 2) org.appfuse:appfuse-spring:warpath:2.0-m2
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=org.appfuse 
> -DartifactId=appfuse-spring \
>           -Dversion=2.0-m2 -Dpackaging=warpath -Dfile=/path/to/file
>
>   Path to dependency:
>    1) com.newco:basic-spring-try:war:1.0-SNAPSHOT
>    2) org.appfuse:appfuse-spring:warpath:2.0-m2
>
> ----------
> 2 required artifacts are missing.
>
> for artifact:  com.newco:basic-spring-try-1.0-SNAPSHOT.war
>
>


--
http://raibledesigns.com

---------------------------------------------------------------------
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