Hello everyone,

If you use current CVS or nightly builds of 3.0M2 with Ant, then you'll want
to take notice of this change (if you're a Maven user then it won't affect
you since I've updated the Maven plugin to take this into account).  The
modelURL attribute on the andromda task is no longer supported.  Instead
I've added a nested <model> element which allows us to configure multiple
models by specifying the URL.  So you'll need to update your andromda Ant
tasks to take this into account.  For example:

This:
<andromda modelURL="jar:file:/path/to/my/model.zuml!/model.xmi">
    ...
</andromda>

Needs to be need to be changed to this:

<andromda>
    <model url="jar:file:/path/to/my/model.zuml!/model.xmi"/>
    ...
 </andromda>

Chad





-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to