Hi!

Been trying out AppFuse and ran into some problems:

1) Ran the following on a freshly installed Ubuntu gutsy box, maven 2.0.7:

mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes
-DarchetypeArtifactId=appfuse-modular-struts
-DremoteRepositories=http://static.appfuse.org/releases
-DarchetypeVersion=2.0 -DgroupId=com.setogame -DartifactId=game

Result: Success

2) went into "game" directory, ran:

mvn

Result: Success, 
verified by running mvn jetty:run-war from web directory, works.

3) ran 

mvn appfuse:full-source

Result: failure, out of heap memory

4) ran 

export MAVEN_OPTS=-Xmx512m
mvn appfuse:full-source

Result: failure, could not find .pom file

5) Removed whole directory, ran command from 1 again, then 2, then 3.

Result: Success

6) Tried:

mvn (to rebuild, using full-source...)

Result: failed with several stacktraces. Full sized error log avaiable here:  
http://www.cs.umu.se/~c03dhn/out.temp Error log 

7) Tried repeating 5, but instead of doing 6 i ran:

cd web
mvn jetty:run-war

Result: failed with a lot of "Could not find Symbol" messages.


Is this a user error (me :wistle: ) or an appfuse bug?

If Matt would happend to see this: Tried buying Spring primer off
SourceBeat, but after 24h the book is still not showing in my bookshelf. Any
idea if SourceBeat is still working?

Thanks!

//Seto
-- 
View this message in context: 
http://www.nabble.com/Quick-start-not-working-100--tf4696209s2369.html#a13423902
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to