To get the best IDE support, you'll want to use IntelliJ IDEA (which
supports the warpath plugin) or run "mvn appfuse:full-source" to get
rid of the warpath plugin.

Hope this helps,

Matt

On Thu, Aug 13, 2009 at 4:10 AM, gmehta<gautam.m.me...@googlemail.com> wrote:
>
> Hello All,
>
> I've just started to use AppFuse and am getting the following error
> regarding missing artifacts. Can anyone please help to solve this so that I
> can use AppFuse.  Doing 'mvn jetty:run-war' seems to run the application but
> when you compile using Maven through Eclipse it fails:
>
> Regards
> Gautam
>
> 8/13/09 11:01:46 AM BST: Missing:
> 1) org.appfuse:appfuse-web-common:warpath:2.0.2
>  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.2 -Dpackaging=warpath -Dfile=/path/to/file
>  Path to dependency:
>        1) com.appfuse.app:myproject:war:1.0-SNAPSHOT
>        2) org.appfuse:appfuse-spring:warpath:2.0.2
>        3) org.appfuse:appfuse-web-common:warpath:2.0.2
> 2) org.appfuse:appfuse-spring:warpath:2.0.2
>  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.2 -Dpackaging=warpath -Dfile=/path/to/file
>  Path to dependency:
>        1) com.appfuse.app:myproject:war:1.0-SNAPSHOT
>        2) org.appfuse:appfuse-spring:warpath:2.0.2
>
> 2 required artifacts are missing.
> for artifact:
>  com.appfuse.app:myproject:war:1.0-SNAPSHOT
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2),
>  appfuse (http://static.appfuse.org/repository)
>
> --
> View this message in context: 
> http://www.nabble.com/AppFuse-2.0.2-warpath-artifact-missing-tp24952345s2369p24952345.html
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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