Setomidor wrote:
> 
> 
> 
> mraible wrote:
>> 
>> 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.
>> 
>> 
> 
> mvn clean did not sort the problem. Actually I've tried several projects
> such
> as basic-struts, modular-struts and  modular-spring. I have not had the
> full-source version working for any of the projects. 
> 
> Is it possible to add the extra memory flag as a part of the build? Its a
> bit frustrating
> to remove the project directory and create a whole new project when the
> heap 
> error occours, since the .pom file is removed before maven crashes.
> 
> //Seto
> 


Solved through this method:

http://www.nabble.com/Error-with-appfuse%3Afull-source-tf4101432s2369.html#a11805527
-- 
View this message in context: 
http://www.nabble.com/Quick-start-not-working-100--tf4696209s2369.html#a13442396
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