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.

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.

Problem 2)

The POM file does seem to have all the dependency version properties. 

Ex: ${cxf.version} Not in the pom.xml file.

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


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

Reply via email to