On 10/26/07, Setomidor <[EMAIL PROTECTED]> wrote: > > 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
These types of errors are usually fixed by doing "mvn clean". > > 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? Not a user error - maybe we should run "clean" at the end of full-source for the user? If running "mvn clean" fixes your issue - I'd suggest adding a bug to JIRA so we run clean automatically at the end of full-source. > > 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? SourceBeat should still work. I'd try sending an e-mail to [EMAIL PROTECTED] Matt > > 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] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
