On Sat, Apr 3, 2010 at 4:50 PM, raj.niel <raj.n...@yahoo.com> wrote: > > Appfuse - Problems. Not JUST ONE PROBLEM. > > Appfuse used to be like, get the archive type and paste and run the mvn > jetty:runwar and bhoom... it used to work like a charm. >
Yep, and then I quite developing it on Windows, started using OS X all the time and now nothing works on Windows. :( > > I work for a start-up and I used to quickly build web tools for our company > using Appfuse. > > Lately THIS IS NOT THE CASE. I used to be a big advocate of APPFUSE and now > I tell people use it only if you have patience to fix the problems. > > Problem 1) > > Duplicate modules definition in the POM file. Its reported in December > 2009 > and NOT FIXED. > Yep, haven't had the time (or a Windows box to fix it on). > > Problem 2) > > The POM file does seem to have all the dependency version properties. > > Ex: ${cxf.version} Not in the pom.xml file. > This is the same as above. This issue won't occur if you don't run full-source. But yes, I do need to fix it. > > problem with this is, users have to track what spring.version is compatible > with what spring.security.version etc etc. You know if you pick some > version at random, you are prone to a lot of problems down the road. > > Problem 3) > > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) com.myproject:core:jar:1.0-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.myproject-DartifactId=core > -Dversion... > > Alternatively, if you host your own repository you can deploy the file > there: > mvn deploy:deploy-file -DgroupId=com.myproject-DartifactId=core > -Dversion= > rl] -DrepositoryId=[id] > > Path to dependency: > 1) com.myproject:web:war:1.0-SNAPSHOT > 2) com.myproject:core:jar:1.0-SNAPSHOT > > ---------- > 1 required artifact is missing. > > What is wrong with problem 3)? > If you "mvn install" core before web, everything should work. Matt > > > -- > View this message in context: > http://n4.nabble.com/Failing-build-tp961431p1750567.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 > >