there is a maven Ant goal .. did you try it ? it will generate build.xml files from your project descriptors
the result is a little naive but might give a base to work from in a multiproject environment you could try this: maven -Dgoal=ant multiproject:goal just an idea -- Wouter Fran�ois Eric <[EMAIL PROTECTED]> wrote: >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 > __________________________________________________________________ Introducing the New Netscape Internet Service. Only $9.95 a month -- Sign up today at http://isp.netscape.com/register Netscape. Just the Net You Need. New! Netscape Toolbar for Internet Explorer Search from anywhere on the Web and block those annoying pop-ups. Download now at http://channels.netscape.com/ns/search/install.jsp ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
