I am new to AndroMDA, i'm installing it, and after creating the andromda project with :
mvn org.andromda.maven.plugins:andromdapp-maven-plugin:3.2:generate
I try to generate code with : mvn install, but I allways have an error
Embedded error: D:\temp\oti\mda\D:\temp\oti\mda\src\main\uml\oti.xmi
It's a bad syntaxe folder.
I don't know where i can solve this problme, because i dont know exactly the process.
I give you all the error log :
D:\temp\oti>mvn install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] oti
[INFO] oti MDA
[INFO] oti Common
[INFO] oti Core Business Tier
[INFO] oti Web
[INFO] oti Application
[INFO] ------------------------------------------------------------------------
[INFO] Building oti
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing D:\temp\oti\pom.xml to D:\opt\.m2\repository\org\andromda\oti\oti\1.0-SNAPSHOT\oti-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building oti MDA
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [andromda:run {execution: default}]
INFO [AndroMDA]
INFO [AndroMDA] A n d r o M D A - 3.2
INFO [AndroMDA]
INFO [AndroMDA] - discovering namespaces -
INFO [AndroMDA] found namespace --> 'bpm4struts'
INFO [AndroMDA] + registering component 'cartridge'
INFO [AndroMDA] + registering component 'metafacades'
INFO [AndroMDA] + registering component 'profile'
INFO [AndroMDA] found namespace --> 'emf-uml2'
INFO [AndroMDA] + registering component 'metafacades'
INFO [AndroMDA] + registering component 'profile'
INFO [AndroMDA] + registering component 'repository'
INFO [AndroMDA] found namespace --> 'hibernate'
INFO [AndroMDA] + registering component 'cartridge'
INFO [AndroMDA] + registering component 'metafacades'
INFO [AndroMDA] + registering component 'profile'
INFO [AndroMDA] found namespace --> 'java'
INFO [AndroMDA] + registering component 'cartridge'
INFO [AndroMDA] + registering component 'profile'
INFO [AndroMDA] found namespace --> 'netBeansMDR'
INFO [AndroMDA] + registering component 'repository'
INFO [AndroMDA] found namespace --> 'query'
INFO [AndroMDA] + registering component 'translation-library'
INFO [AndroMDA] found namespace --> 'spring'
INFO [AndroMDA] + registering component 'cartridge'
INFO [AndroMDA] + registering component 'metafacades'
INFO [AndroMDA] + registering component 'profile'
INFO [AndroMDA] found namespace --> 'uml-1.4'
INFO [AndroMDA] + registering component 'metafacades'
INFO [AndroMDA] + registering component 'profile'
INFO [AndroMDA] found namespace --> 'validation'
INFO [AndroMDA] + registering component 'translation-library'
INFO [AndroMDA] - core initialization complete: 4.844[s] -
ERROR [ModelProcessor] Error performing ModelProcessor.process with model(s) --> 'D:\temp\oti\mda\D:\temp\oti\mda\src\main\uml\ot
ERROR [AndroMDA] Exception recorded in --> 'D:\temp\oti\andromda080730143200.exc'
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Configuration is not valid 'D:\temp\oti\mda/src/main/config/andromda.xml'
Embedded error: D:\temp\oti\mda\D:\temp\oti\mda\src\main\uml\oti.xmi (Syntaxe du nom de fichier, de rÚpertoire ou de volume incor
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16 seconds
[INFO] Finished at: Wed Jul 30 14:32:00 CEST 2008
[INFO] Final Memory: 14M/28M
[INFO] ------------------------------------------------------------------------
Thank you for your help,
Oti
