Nathan Coast wrote:
Hi,
I'm trying to achieve hello world with a customised cartridge. I think I must have missed some crucial step.
When I execute >maven andromda:run on a test project, only the standard cartridges are located.
INFO [AndroMDA] -- discovering plugins -- INFO [AndroMDA] found translation-library --> 'validation' INFO [AndroMDA] found translation-library --> 'query' INFO [AndroMDA] found cartridge --> 'java' INFO [AndroMDA] -- discovering metafacades --
I have built the cartridge successfully and installed it in the repo using >maven jar:install
I have included a dependency to the cartridge in the project.xml of my test project:
<dependency> <groupId>codeczar-andromda</groupId> <artifactId>andromda-httpunit-cartridge</artifactId> <version>1.0</version> </dependency>
Anything else I need to do to register my cartridge with andromda?
The only reason it wouldn't discover your cartridge is if it was missing the andromda-cartridge.xml (or it was in the wrong place in your jar).
thanks Nathan
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Andromda-user mailing list Andromda-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/andromda-user