Hi all,
I'm generating my own metafacades and in my model I use the type
'ModelElement [org::omg::uml::foundation::core]'.
During the build process I get the following compiling errors:
...
package org.omg.uml.foundation.core does not exist
...
How can I add packages?
In the project.xml I added the dependency:
<dependency>
<groupId>andromda</groupId>
<artifactId>UMLMetafacadeModel</artifactId>
<version>3.0M3</version>
<type>xml.zip</type>
</dependency>
And in the project.properties I tried to add
# specify that we don't want to process the package containing the core
metafacades
# (since by default it is set to process all of them)
maven.andromda.modelPackage.0.name=org.andromda.metafacades.uml
maven.andromda.modelPackage.0.shouldProcess=false
maven.andromda.modelPackage.1.name=org.omg.uml.foundation.core
maven.andromda.modelPackage.1.shouldProcess=true
None of my actions fixed the error - any ideas?
Thanks
Timo
-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/Info/Sentarus/hamr30
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user