Hello,

I want to use ANT rather than MAVEN for andromda 3.0. The reason is that my current project uses ANT and I want to call the andromda targets to build the cartridges directly from my project. Right now, I have done this by making my own build.xml under the cartridges and calling my custom made jar target.

The problem with this is that if I want to extend a facade (for example ClassifierMetaFacade), there seems to be a more complex system (with the generation of the Impl and interface) than meets the eye. Therefore, my custom ANT target does not work : it only builds the .class for my extension but does not generate the interface and impl classes, like the maven goal does.

Is there any way that I can call an ANT target that would build the cartridges without having to write it myself? If not does anyone have a ant target that does this?

Thank you,

Fran�ois




------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to