Hi,
I followed instructions given in the Getting Started section.
[EMAIL PROTECTED] work]$ maven andromdapp:generate
__ __
| / |__ _Apache__ ___
| |/| / _` V / -_) ' ~ intelligent projects ~
|_| |___,_|_/___|_||_| v. 1.0.2
Please enter your first and last name (i.e. Chad Brandon):
Olivier
Please enter the name of your J2EE project (i.e. Animal Quiz):
poc
Please enter the id for your J2EE project (i.e. animalquiz):
poc
Please enter a version for your project (i.e. 1.0-SNAPSHOT):
1.0
Please enter the base package name for your J2EE project (i.e.
org.andromda.samples):
org.poc
Would you like an EAR or standalone WAR (enter 'ear' or 'war')?
war
Would you like to be able to expose your services as web services? (enter 'yes'
or 'no'):
no
build:start:
andromdapp:init:
andromdapp:generate:
[echo]
+---------------------------------------------------------------------+
[echo] | G E N E R A T I N G A n d r o M D A J 2 E E P R O J E C T
|
[echo]
+---------------------------------------------------------------------+
[mkdir] Created dir: /work/poc
[copy] Copying 1 file to /work/poc
andromdapp:init:
andromdapp:generate-spring-subproject:
[mkdir] Created dir: /work/poc/core
andromdapp:init:
andromdapp:generate-core-subproject:
andromdapp:generate-module:
[copy] Copying 1 file to /work/poc/core
[mkdir] Created dir: /work/poc/core/src/java
[mkdir] Created dir: /work/poc/core/target/src
andromdapp:init:
andromdapp:generate-common-subproject:
andromdapp:generate-module:
[mkdir] Created dir: /work/poc/common
[mkdir] Created dir: /work/poc/common/src/java
[mkdir] Created dir: /work/poc/common/target/src
andromdapp:init:
andromdapp:generate-mda-subproject:
[mkdir] Created dir: /work/poc/mda/src/uml
[copy] Copying 1 file to /work/poc/mda/src/uml
[copy] Copying 1 file to /work/poc/mda
[mkdir] Created dir: /work/poc/mda/conf/mappings
andromdapp:init:
andromdapp:generate-web-subproject:
andromdapp:generate-module:
[mkdir] Created dir: /work/poc/web
[mkdir] Created dir: /work/poc/web/src/java
[mkdir] Created dir: /work/poc/web/target/src
[echo] New J2EE project generated to: '/work/poc'
BUILD SUCCESSFUL
Total time: 28 seconds
Finished at: Sat May 28 13:57:31 CEST 2005
So far, so good ...
[EMAIL PROTECTED] poc]$ maven
__ __
| / |__ _Apache__ ___
| |/| / _` V / -_) ' ~ intelligent projects ~
|_| |___,_|_/___|_||_| v. 1.0.2
build:start:
install:
multiproject:install:
multiproject:projects-init:
[echo] Gathering project list
Starting the reactor...
Our processing order:
poc MDA
poc Common
poc Core Business Tier
poc Web
+----------------------------------------
| Gathering project list poc MDA
| Memory: 25M/508M
+----------------------------------------
+----------------------------------------
| Gathering project list poc Common
| Memory: 25M/508M
+----------------------------------------
+----------------------------------------
| Gathering project list poc Core Business Tier
| Memory: 25M/508M
+----------------------------------------
+----------------------------------------
| Gathering project list poc Web
| Memory: 25M/508M
+----------------------------------------
Starting the reactor...
Our processing order:
poc MDA
poc Common
poc Core Business Tier
poc Web
+----------------------------------------
| Executing multiproject:install-callback poc MDA
| Memory: 25M/508M
+----------------------------------------
multiproject:goal:
build:start:
multiproject:install-callback:
delivery:multiproject-init:
[echo] Determining project type for you.
[echo] Running pom:install for poc MDA
pom:install:
andromda:run:
[echo] +--------------------------------------------+
[echo] | R u n n i n g A n d r o M D A |
[echo] +--------------------------------------------+
INFO [AndroMDA]
INFO [AndroMDA] A n d r o M D A - 3.0
INFO [AndroMDA]
INFO [AndroMDA] Input model --> 'file:/work/poc/mda/src/uml/pocModel.xmi'
INFO [AndroMDA] -- discovering plugins --
INFO [AndroMDA] found translation-library --> 'validation'
INFO [AndroMDA] found translation-library --> 'query'
INFO [AndroMDA] found cartridge --> 'spring'
INFO [AndroMDA] found cartridge --> 'hibernate'
INFO [AndroMDA] found cartridge --> 'java'
INFO [AndroMDA] found cartridge --> 'bpm4struts'
INFO [AndroMDA] -- discovering metafacades --
INFO [AndroMDA] found shared metafacades --> 'uml-1.4' - adding to 'default'
namespace
INFO [AndroMDA] found metafacades --> 'spring'
INFO [AndroMDA] found metafacades --> 'hibernate'
INFO [AndroMDA] found metafacades --> 'bpm4struts'
INFO [AndroMDA] Referenced model -->
'jar:file:/home/olivier/.maven/repository/andromda/xml.zips/andromda-profile-3.0.xml.zip!/andromda-profile-3.0.xml'
INFO [AndroMDA:spring] Output:
'file:/work/poc/mda/src/../../core/target/src/org/poc/poc/PrincipalStore.java'
INFO [AndroMDA:spring] Output:
'file:/work/poc/mda/src/../../core/target/src/org/poc/poc/CriteriaSearch.java'
INFO [AndroMDA:spring] Output:
'file:/work/poc/mda/src/../../core/target/src/org/poc/poc/CriteriaSearchConfiguration.java'
INFO [AndroMDA:spring] Output:
'file:/work/poc/mda/src/../../core/target/src/org/poc/poc/CriteriaSearchParameter.java'
INFO [AndroMDA:hibernate] Output:
'file:/work/poc/mda/src/../../core/target/src/org/andromda/persistence/hibernate/usertypes/HibernateByteBlobType.java'
INFO [AndroMDA:hibernate] Output:
'file:/work/poc/mda/src/../../core/target/src/org/andromda/persistence/hibernate/usertypes/HibernateStringClobType.java'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/ascending.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/breadcrumb.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/csv.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/default-calendar.css'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/default.css'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/descending.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/excel.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/help.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/hints.js'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/key-events.js'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/layout-common.js'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/none.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/pdf.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/warning.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/xml.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/calendar/calendar.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/calendar/menuarrow.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/WEB-INF/lib/andromda-breadcrumbs-taglib.jar'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/WEB-INF/lib/andromda-formatting-taglib.jar'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/org/andromda/presentation/bpm4struts/PatternMatchingExceptionHandler.java'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/org/andromda/presentation/bpm4struts/StrutsValidator.java'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/index.jsp'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/WEB-INF/classes/application-resources.properties'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/WEB-INF/classes/displaytag.properties'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/WEB-INF/web.xml'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/org/andromda/presentation/bpm4struts/ActionServlet.java'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/login/login-form.jsp'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/menu.jsp'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/main-layout.jsp'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/WEB-INF/tiles-defs.xml'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/WEB-INF/struts-config.xml'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/default-application.css'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/messages.jsp'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/calendar-js.jsp'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/breadcrumbs.jsp'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/taglib-imports.jspf'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/application-help.jsp'
INFO [AndroMDA:bpm4struts] Output:
'file:/work/poc/mda/src/../../web/target/src/layout/help-layout.jsp'
ERROR [ModelProcessor] Error performing ModelProcessor.process with model(s)
--> 'file:/work/poc/mda/src/uml/pocModel.xmi'
ERROR [AndroMDA] Exception recorded in -->
'/work/poc/bpm4struts050528135900.exc'
INFO [AndroMDA] completed model processing --> TIME: 14.788[s], RESOURCES
WRITTEN: 44
BUILD FAILED
File......
/home/olivier/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [multiproject:install-callback] --
/home/olivier/.maven/cache/maven-andromda-plugin-3.0/plugin.jelly:47:73:
<ant:andromda> Error performing ModelProcessor.process with model(s) -->
'file:/work/poc/mda/src/uml/pocModel.xmi'
INFO [App] Total time: 22 seconds
INFO [App] Finished at: Sat May 28 13:59:01 CEST 2005
INFO [App]
My OS is mandrake 10.1 bu I'm not sure fow far your good stuff is dependant on
the platform.
My user has full control over the directory poc.
What is missing to have it built successfully ?? How can I troubleshoot ?
Thanks for your patience and support.
Olivier-
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=488#488
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
list!
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user