Re: [appfuse-user] Artifact problem with Appfuse on Netbeans 5.5 with Mavenide

2007-03-15 Thread Matt Raible
We recently changed from 1.0-mX to 2.0-mX to make it less confusing. You'll need to use 1.0-m3 to use the M3 version of AppFuse. Matt On 3/15/07, Olivier Liechti <[EMAIL PROTECTED]> wrote: Matt, Actually, I thought you were speaking about the basic-jsf archetype... From the AppFuse Quick Sta

Re: [appfuse-user] Artifact problem with Appfuse on Netbeans 5.5 with Mavenide

2007-03-15 Thread Olivier Liechti
Matt, Actually, I thought you were speaking about the basic-jsf archetype... >From the AppFuse Quick Start page, I am using mvn archetype:create -DarchetypeGroupId=org.appfuse -DarchetypeArtifactId=appfuse-basic-jsf -DremoteRepositories=http://static.appfuse.org/repository -DarchetypeVersion=2

Re: [appfuse-user] Artifact problem with Appfuse on Netbeans 5.5 with Mavenide

2007-03-15 Thread Matt Raible
The WarPath plugin is used to resolve dependencies from WAR files. Normally, Maven only allows you to resolve dependencies from JARs. When I said 2.0-m3, I meant AppFuse, not this plugin. This plugin's latest version is 1.0-m4-SNAPSHOT. Matt On 3/15/07, Olivier Liechti <[EMAIL PROTECTED]> wrot

Re: [appfuse-user] Artifact problem with Appfuse on Netbeans 5.5 with Mavenide

2007-03-15 Thread Olivier Liechti
Hi Matt, I did some tests (I am working with David). I did not find a 2.0-m3 version, but only a 1.0-m3 one. Anyway, with this version, it works ok. The offending block in the pom.xml file is the following (it's the one that I have commented out): org.appfuse a

Re: [appfuse-user] Artifact problem with Appfuse on Netbeans 5.5 with Mavenide

2007-03-15 Thread Matt Raible
That's strange it works with m3-SNAPSHOT. Can you try 2.0-m3 and see if it works with that? If it does, it's possible we broke something in the WarPath plugin. Matt On 3/15/07, Djohannot <[EMAIL PROTECTED]> wrote: Hello, I'm a new user of appfuse. I've follow the Quickstart without any prob