-- Hi Martin,

-- Take a look at these instructions:
http://team.andromda.org/docs/andromda-repositories/developing.html

-- Chad

hello,
i'm using the maven-andromda-plugin and want to be able to
process an xmi which was exported by enterprise architect.
this xmi-file uses uml 1.3. i found a RepositoryFacade
implementation for uml 1.3 (http://www.flashscience.com/MDA/),
which includes three classes
org/andromda/repositories/mdr/MDRXmiReferenceResolver.class
org/andromda/repositories/mdr/MDRXmiReferenceResolverContext.class
org/andromda/repositories/mdr/MDRepositoryFacadeUML13.class
and the library jmiuml-1.3.jar.
according to the docs of the andromda maven plugin it's not supported to
specify a custom RepositoryFacade implementation
(http://team.andromda.org/docs/maven-andromda-plugin/properties.html).
i found the ant:repository task within the plugin.jelly:
<ant:repository classname="${maven.andromda.repository}">
and tried to have the jar'ed three classes and the lib in the classpath
and change
classname="${maven.andromda.repository}"
to
classname="org.andromda.repositories.mdr.MDRepositoryFacadeUML13",
but i did not get it to work.
is it possible to specify a custom RepositoryFacade implementation?
how can i make the custom jars available in the classpath?
any help appreciated,
regards,
martin


----- Original Message ----- 
From: "martin grotzke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 05, 2004 9:55 AM
Subject: [Andromda-user] maven-andromda plugin && RepositoryFacade
implementation




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to