[EMAIL PROTECTED] wrote:

Thanks Chad,

The cartridge seems to be ok - now I'm fighting with my project, because there`s nothing generated
If you have the cartridgeFilter property defined, make sure its a valid property or value, otherwise everything will be filtered out and nothing processed (may be what's happening?), for example:

   <properties>
       <property name="cartridgeFilter">webservice</property>
  </properties>

Timo

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Chad Brandon
Gesendet: Montag, 23. Mai 2005 15:44
An: andromda-user@lists.sourceforge.net
Betreff: Re: AW: [Andromda-user] Change to the way AndroMDA is configured

Hi Timo,

Take a look at one of the cartridges in CVS, basically you need 2 configuration files now, one to build your cartridge, and one to run the tests. If you look in andromda-all/cartridges/project.properties,
you'll see 2 properties defined there:

# The configuration file for generating the cartridge metafacades maven.andromda.configuration.uri=file:${basedir}/../conf/andromda.xml

and

# The configuration file for the cartridge tests andromda.cartridge.test.configuration.uri=file:${maven.conf.di
r}/test/andromda.xml

These 2 properties are inherited by each cartridge (so they aren't defined in each cartridge's project.properties), so for your cartridge, define the 2 propertiesin your project.properties and put the corresponding configuraiton files in each location...make sense?


[EMAIL PROTECTED] wrote:

Hi Chad,

I'm using the nightly build and I'm not realy sure what I
have to do in order to build my cartridge.
Where do I have to put the new configuration file in and
from where do I have to reference this file? I only found the docs for the configuration of this file.
At the moment I can't build my cartridge and urgently
require some help
- maybe a little bit more detailled ;)

Thanks
Timo



-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im
Auftrag von Chad
Brandon
Gesendet: Samstag, 21. Mai 2005 22:27
An: andromda devel; andromda-user
Betreff: [Andromda-user] Change to the way AndroMDA is configured

Howdy,

For any of you using the nighly build (3.1-M1-SNAPSHOT), there has been a change in the way AndroMDA is now configured. Everything is now configured though a single XML file. What this means to you as users is: 1) maven plugin: properties are no longer configured in the project.xml, 2) ant task: andromda is no longer configured
though the
build.xml.

All you'll need to do for both the maven plugin and the ant task is now just point to this single configuration file, please
refer to the
Ant task documentation or maven plugin documentation for
details. To
learn more about how to structure this configuration file,
take a look
at the configuration documentation (only partial information is currently there, however after the next build, all current
information
will be
present):  http://team.andromda.org/docs/configuration.html

Another option for maven users is to regenerate an application with the AndroMDApp maven plugin and you'll get the new
configuration file.
This change was important, as we move to support more tools besides Ant and Maven (like eclipse, etc).

Chad


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be
the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be
the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_idt12&alloc_id344&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_idt12&alloc_id344&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to