Hi Carol, You probably ran out of memory, try increasing your memory: export MAVEN_OPTS=-Xmx512m. Also if you want to see the stack trace when building with maven, add a '-e' and the stack trace will be printed when the error occurs....makes it easier to debug.
Chad --- Carol Li <[EMAIL PROTECTED]> wrote: > Hi, Chad, I got some errors too when building > andromda-all, and I tried your solutions too but it > still gave me the error. I wonder if you can take > another look at it. And here is the error: > > maven-javadoc-plugin:report: > [javadoc] Generating Javadoc > [javadoc] Javadoc execution > [javadoc] Loading source file > C:\andromda\CVSHome\andromda-all\repositories\mdr\src\java\org\andromda\repositories\m > dr\MDRepositoryFacade.java... > [javadoc] Loading source file > C:\andromda\CVSHome\andromda-all\repositories\mdr\src\java\org\andromda\repositories\m > dr\MDRXmiReferenceResolver.java... > [javadoc] Loading source file > C:\andromda\CVSHome\andromda-all\repositories\mdr\src\java\org\andromda\repositories\m > dr\MDRXmiReferenceResolverContext.java... > [javadoc] Constructing Javadoc information... > [javadoc] Standard Doclet version 1.4.1 > [javadoc] > [javadoc] Generating > C:\andromda\CVSHome\andromda-all\repositories\mdr\target\docs\apidocs\constant-values.html... > [javadoc] Copying file C:\Documents and > Settings\xli.MI\.maven\plugins\maven-javadoc-plugin-1.5\plugin-resources\sty > lesheet.css to file > C:\andromda\CVSHome\andromda-all\repositories\mdr\target\docs\apidocs\stylesheet.css... > [javadoc] Building tree for all the packages and > classes... > [javadoc] Building index for all the packages > and classes... > [javadoc] Building index for all classes... > [javadoc] > C:\andromda\CVSHome\andromda-all\repositories\mdr\src\java\org\andromda\repositories\mdr\MDRepositoryFacad > e.java:101: warning - Tag @see: reference not found: > org.andromda.core.common.RepositoryFacade#readModel(java.net.URL, > j > ava.lang.String[]) > [javadoc] Generating > C:\andromda\CVSHome\andromda-all\repositories\mdr\target\docs\apidocs\help-doc.html... > [javadoc] 1 warning > [echo] Generating the Simian Report... > maven-simian-plugin:report: > maven-simian-plugin:analyze: > > [echo] Generating the PMD Report... > pmd:report: > [echo] Running the PMD task with C:\Documents > and > Settings\xli.MI\.maven\plugins\maven-pmd-plugin-1.4\plugin-resourc > es/rulesets/basic.xml,C:\Documents and > Settings\xli.MI\.maven\plugins\maven-pmd-plugin-1.4\plugin-resources/rulesets/unu > sedcode.xml,C:\Documents and > Settings\xli.MI\.maven\plugins\maven-pmd-plugin-1.4\plugin-resources/rulesets/imports.xml > . > .. > BUILD FAILED > File...... > C:\andromda\CVSHome\andromda-all\maven.xml > Element... maven:maven > Line...... 67 > Column.... 19 > Unable to obtain goal [build] -- C:\Documents and > Settings\carol\.maven\plugins\maven-multiproject-plugin-1.3\plugin.je > lly:103:9: <maven:reactor> Reactor subproject > failure occurred > 12:25:45,842 INFO [App] Total time: 18 minutes 2 > seconds > 12:25:45,842 INFO [App] Finished at: Thu Jun 03 > 12:25:45 EDT 2004 > 12:25:45,842 INFO [App] > > > Chad Brandon <[EMAIL PROTECTED]> wrote: > Great..you're welcome..thanks for the update. > > --- Walter Mour�o wrote: > > 11:10:39,599 INFO [App] BUILD SUCCESSFUL > > > > All steps ok. I did a rebuild and it's all right. > > > > Thank you, > > > > Walter > > > > Chad Brandon grava: > > >Thanks....ok I changed the signature of > > >TemplateEngine.processTemplate method to take a > > Writer > > >instead of a StringWriter last night, and it > looks > > >like yours is still using StringWriter (so you > just > > >need to do a clean of the core and the velocity > > >template engine and rebuild)...can you go to > > >andromda-all/andromda and do a "maven clean > > >jar:install" and > > >then to andromda-all/templateengines/velocity and > > do > > >the same thing? Then go back to the > > >andromda-all/translation-libraries/andromda-query > > >libraray and do a "maven clean jar:install" and > let > > me > > >know if it works this time? > > > > > > > > > > > --------------------------------------------------------------------------- > > Walter Itamar Mour�o - Diretor de Tecnologia e > > Projetos - Arcadian S/A > > www.arcadian.com.br > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by the new > > InstallShield X. > > From Windows to Linux, servers to mobile, > > InstallShield X is the one > > installation-authoring solution that does it all. > > Learn more and > > evaluate today! > > http://www.installshield.com/Dev2Dev/0504 > > _______________________________________________ > > Andromda-devel mailing list > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/andromda-devel > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the new > InstallShield X. > From Windows to Linux, servers to mobile, > InstallShield X is the one > installation-authoring solution that does it all. > Learn more and > evaluate today! > http://www.installshield.com/Dev2Dev/0504 > _______________________________________________ > Andromda-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/andromda-devel > > --------------------------------- > Do you Yahoo!? > Friends. Fun. Try the all-new Yahoo! Messenger ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
