There is no "core" outlet, the core is just a module in a project structure generated by andromdapp, If you look in your project.xml (or andromda.xml if you're using 3.1-SNAPSHOT), you'll see that some of the namespace properties say to generate to the core module, and others (like the ones in the bpm4struts namespace) tell AndroMDA to generate to the web module, etc.
So you define your outlets in your andromda-cartridge.xml and tell AndroMDA where to place artifacts generated by these outlets by defining namespace properties for each. If you wanted to generate to another jar (besides the core jar), you could easily create another another module in your project directory and tell andromda to generate to that (since you said you want stuff in another jar) -- Chad Brandon - [EMAIL PROTECTED] http://www.andromda.org _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=561#561 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
