I followed instructions given in the Getting started section
C:\ExampleAndro>maven andromdapp:generate
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
Please enter your first and last name (i.e. Chad Brandon):
Andromda Exemple
Please enter the name of your J2EE project (i.e. Animal Quiz):
Andromdazxemple
Please enter the id for your J2EE project (i.e. animalquiz):
Andromdaexemple
Please enter a version for your project (i.e. 1.0-SNAPSHOT):
1.0-demo
Please enter the base package name for your J2EE project (i.e.
org.andromda.samples):
com.netcom.demo
Would you like an EAR or standalone WAR (enter 'ear' or 'war')?
ear
Please enter the type of transactional/persistence cartridge to use
(enter 'hibernate', 'e
b', or 'spring'):
ejb
Would you like a web application? (enter 'yes' or 'no'):
yes
Would you like to be able to expose your services as web services?
(enter 'yes' or 'no'):
yes
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: C:\ExampleAndro\Andromdaexemple
[copy] Copying 1 file to C:\ExampleAndro\Andromdaexemple
[copy] Copying 1 file to C:\ExampleAndro\Andromdaexemple
andromdapp:init:
andromdapp:generate-app-subproject:
andromdapp:generate-module:
[mkdir] Created dir: C:\ExampleAndro\Andromdaexemple\app
[copy] Copying 2 files to C:\ExampleAndro\Andromdaexemple\app
[mkdir] Created dir: C:\ExampleAndro\Andromdaexemple\app\src\META-INF
andromdapp:generate-ejb-subproject:
andromdapp:init:
andromdapp:generate-core-subproject:
andromdapp:generate-module:
[mkdir] Created dir: C:\ExampleAndro\Andromdaexemple\core
[copy] Copying 2 files to C:\ExampleAndro\Andromdaexemple\core
[mkdir] Created dir: C:\ExampleAndro\Andromdaexemple\core\src\java
[mkdir] Created dir: C:\ExampleAndro\Andromdaexemple\core\target\src
andromdapp:init:
andromdapp:generate-common-subproject:
andromdapp:generate-module:
[mkdir] Created dir: C:\ExampleAndro\Andromdaexemple\common
[mkdir] Created dir: C:\ExampleAndro\Andromdaexemple\common\src\java
[mkdir] Created dir: C:\ExampleAndro\Andromdaexemple\common\target\src
andromdapp:init:
andromdapp:generate-mda-subproject:
[mkdir] Created dir: C:\ExampleAndro\Andromdaexemple\mda\src\uml
[copy] Copying 1 file to C:\ExampleAndro\Andromdaexemple\mda\src\uml
[copy] Copying 1 file to C:\ExampleAndro\Andromdaexemple\mda
[copy] Copying 1 file to C:\ExampleAndro\Andromdaexemple\mda
andromdapp:init:
andromdapp:generate-web-subproject:
andromdapp:generate-module:
[mkdir] Created dir: C:\ExampleAndro\Andromdaexemple\web
[mkdir] Created dir: C:\ExampleAndro\Andromdaexemple\web\src\java
[mkdir] Created dir: C:\ExampleAndro\Andromdaexemple\web\target\src
andromdapp:init:
andromdapp:generate-webservice-subproject:
andromdapp:generate-module:
[mkdir] Created dir: C:\ExampleAndro\Andromdaexemple\webservice
[copy] Copying 1 file to C:\ExampleAndro\Andromdaexemple\webservice
[mkdir] Created dir: C:\ExampleAndro\Andromdaexemple\webservice\target\src
[echo] New J2EE project generated to: 'C:\ExampleAndro/Andromdaexemple'
BUILD SUCCESSFUL
Total time: 3 minutes 9 seconds
Finished at: Mon May 30 16:25:15 PDT 2005
C:\ExampleAndro>cd C:\ExampleAndro\Andromdaexemple
C:\ExampleAndro\Andromdaexemple>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:
Andromdazxemple MDA
Andromdazxemple Common
Andromdazxemple Core Business Tier
Andromdazxemple Web
Andromdazxemple WebService
Andromdazxemple Application
+----------------------------------------
| Gathering project list Andromdazxemple MDA
| Memory: 3M/6M
+----------------------------------------
+----------------------------------------
| Gathering project list Andromdazxemple Common
| Memory: 3M/6M
+----------------------------------------
+----------------------------------------
| Gathering project list Andromdazxemple Core Business Tier
| Memory: 3M/6M
+----------------------------------------
+----------------------------------------
| Gathering project list Andromdazxemple Web
| Memory: 3M/6M
+----------------------------------------
+----------------------------------------
| Gathering project list Andromdazxemple WebService
| Memory: 3M/6M
+----------------------------------------
+----------------------------------------
| Gathering project list Andromdazxemple Application
| Memory: 3M/6M
+----------------------------------------
Starting the reactor...
Our processing order:
Andromdazxemple MDA
Andromdazxemple Common
Andromdazxemple Core Business Tier
Andromdazxemple Web
Andromdazxemple WebService
Andromdazxemple Application
+----------------------------------------
| Executing multiproject:install-callback Andromdazxemple MDA
| Memory: 3M/6M
+----------------------------------------
multiproject:goal:
build:start:
multiproject:install-callback:
[echo] Running pom:install for Andromdazxemple 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-RC2
INFO [AndroMDA]
INFO [AndroMDA] Input model -->
'file:C:/ExampleAndro/Andromdaexemple/mda/src/uml/Andromd
zxempleModel.xmi'
INFO [AndroMDA] -- discovering plugins --
INFO [AndroMDA] found translation-library --> 'validation'
INFO [AndroMDA] found translation-library --> 'query'
INFO [AndroMDA] found cartridge --> 'ejb'
INFO [AndroMDA] found cartridge --> 'webservice'
INFO [A ndroMDA] 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 --> 'ejb'
INFO [AndroMDA] found metafacades --> 'webservice'
INFO [AndroMDA] found metafacades --> 'bpm4struts'
INFO [AndroMDA] Referenced model --> 'jar:file:C:\Documents and
Settings\Administrator\.m
ven\repository\andromda\xml.zips\andromda-profile-3.0-RC2.xml.zip!/andromda-profile-3.0-RC
.xml'
INFO [AndroMDA:webservice] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
bservice/target/src/axis/WEB-INF/web.xml'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/ascending.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/breadcrumb.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/csv.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/default-calendar.css'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/default.css'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/descending.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/excel.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/help.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/hints.js'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/key-events.js'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/layout-common.js'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/none.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/pdf.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/warning.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/xml.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/calendar/calendar.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/calendar/menuarrow.gif'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/WEB-INF/lib/andromda-breadcrumbs-taglib.jar'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/WEB-INF/lib/andromda-formatting-taglib.jar'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/org/andromda/presentation/bpm4struts/PatternMatchingExceptionHandler.java'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/org/andromda/presentation/bpm4struts/StrutsValidator.java'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/index.jsp'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/WEB-INF/classes/application-resources.properties'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/WEB-INF/classes/displaytag.properties'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/WEB-INF/web.xml'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/login/login-form.jsp'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/menu.jsp'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/main-layout.jsp'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/WEB-INF/tiles-defs.xml'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/WEB-INF/struts-config.xml'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/default-application.css'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/messages.jsp'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/calendar-js.jsp'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/breadcrumbs.jsp'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/taglib-imports.jspf'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/application-help.jsp'
INFO [AndroMDA:bpm4struts] Output:
'file:/C:/ExampleAndro/Andromdaexemple/mda/src/../../w
b/target/src/layout/help-layout.jsp'
INFO [AndroMDA] completed model processing --> TIME: 19.266[s],
RESOURCES WRITTEN: 38
INFO [DefaultArtifactDeployer] Copying: from
'C:\ExampleAndro\Andromdaexemple\mda\project
xml' to: 'C:\Documents and
Settings\Administrator\.maven\repository\Andromdaexemple\poms\A
dromdaexemple-mda-1.0-demo.pom'
INFO [ReactorTag] +----------------------------------------
INFO [ReactorTag] | Executing multiproject:install-callback
Andromdazxemple Common
INFO [ReactorTag] | Memory: 18M/23M
INFO [ReactorTag] +----------------------------------------
INFO [DependencyVerifier] Tentative de tΘlΘchargement de
Andromdaexemple-mda-1.0.pom.
WARN [DependencyVerifier] ATTENTION: Impos sible de tΘlΘcharger
Andromdaexemple-mda-1.0.po
.
BUILD FAILED
File...... C:\Documents and
Settings\Administrator\.maven\cache\maven-multiproject-plugin-
.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Le processus ne peut continuer α cause de la dΘpendance manquante
suivante:
Andromdaexemple-mda-1.0.pom
what is missing to have it build successfully
------------------------------------------------------------------------
Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos
mails, photos et vidéos !
Créez votre Yahoo! Mail
<http://us.rd.yahoo.com/mail_fr/mail_campaigns/splash/taglines_1go/default/*http://fr.promotions.yahoo.com/mail/creer28.html>