FYI- In case anyone else ever has this problem- I finally found working ant script examples under the AndroMDA distribution/ant directory (but you have to run "ant" in that directory to get the examples!)-
My problem had to do with the tag: <andromda processAllModelPackages="true"- it had been set to False! Thanks for the help anyway- the additional namespace properties as shown in the examples are also needed for correct output. Jim --- Jim Otte <[EMAIL PROTECTED]> wrote: > I moved it under "Data"- but the same...this seems > to > be quite perplexing! > > > --- Chad Brandon <[EMAIL PROTECTED]> wrote: > > > Jim Otte wrote: > > > > >Sure- it is attached- it is just 1 class > > > > > >Thanks a lot- > > >Jim > > > > > > > > > > > Try moving your class out of the Component View > > package. > > > > > > > >--- Chad Brandon <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > >>Jim Otte wrote: > > >> > > >> > > >> > > >>>This is the output (to console- no java files > > >>>created)- > > >>>The reason why I was wanting an ant task is to > > >>>incorporate it into an already existent ant > build > > >>> > > >>> > > >>file > > >> > > >> > > >>>we use to create other dependent projects....I > > hope > > >>> > > >>> > > >>it > > >> > > >> > > >>>is possible! > > >>> > > >>> > > >>> > > >>> > > >>Ok understable, yes its completely > possible...can > > >>you send me your model? > > >> > > >> > > >> > > >>>Buildfile: build.xml > > >>> > > >>>codegenTest: > > >>>[andromda] INFO [AndroMDA] > > >>>[andromda] INFO [AndroMDA] A n d r o M D A - > > >>> > > >>> > > >>3.0M3 > > >> > > >> > > >>>[andromda] INFO [AndroMDA] > > >>>[andromda] INFO [AndroMDA] Input model --> > > >>>'jar:file:specs/testUML_jim_3.xml.z > > >>>ip!/testUML_jim_3.xml' > > >>>[andromda] INFO [AndroMDA] -- discovering > > plugins > > >>> > > >>> > > >>-- > > >> > > >> > > >>>[andromda] INFO [AndroMDA] found > > >>> > > >>> > > >>translation-library > > >> > > >> > > >>>--> 'query' > > >>>[andromda] INFO [AndroMDA] found > > >>> > > >>> > > >>translation-library > > >> > > >> > > >>>--> 'validation' > > >>>[andromda] INFO [AndroMDA] found cartridge --> > > >>>'bpm4struts' > > >>>[andromda] INFO [AndroMDA] found cartridge --> > > >>> > > >>> > > >>'ejb' > > >> > > >> > > >>>[andromda] INFO [AndroMDA] found cartridge --> > > >>>'hibernate' > > >>>[andromda] INFO [AndroMDA] found cartridge --> > > >>>'java' > > >>>[andromda] INFO [AndroMDA] found cartridge --> > > >>>'meta' > > >>>[andromda] INFO [AndroMDA] found cartridge --> > > >>>'spring' > > >>>[andromda] INFO [AndroMDA] found cartridge --> > > >>>'webservice' > > >>>[andromda] INFO [AndroMDA] found cartridge --> > > >>>'xmlschema' > > >>>[andromda] INFO [AndroMDA] -- discovering > > >>>metafacades -- > > >>>[andromda] INFO [AndroMDA] found metafacades > --> > > >>>'bpm4struts' > > >>>[andromda] INFO [AndroMDA] found metafacades > --> > > >>>'ejb' > > >>>[andromda] INFO [AndroMDA] found metafacades > --> > > >>>'hibernate' > > >>>[andromda] INFO [AndroMDA] found metafacades > --> > > >>>'meta' > > >>>[andromda] INFO [AndroMDA] found shared > > >>> > > >>> > > >>metafacades > > >> > > >> > > >>>--> 'uml-1.4' - adding to > > >>>'default' namespace > > >>>[andromda] INFO [AndroMDA] found metafacades > --> > > >>>'spring' > > >>>[andromda] INFO [AndroMDA] found metafacades > --> > > >>>'webservice' > > >>>[andromda] INFO [AndroMDA] found metafacades > --> > > >>>'xmlschema' > > >>>[andromda] INFO [AndroMDA] Referenced model > --> > > >>>'jar:file:/D:/caprojects/Devel > > >>> > > >>> > > > >>opment/AndroMDA/3.0M3/etc/andromda-profile-3.0M3.xml.zip!/andromda-profile-3.0M3 > > >> > > >> > > >>>.xml' > > >>>[andromda] INFO [AndroMDA] Referenced model > --> > > >>>'file:/C:/Program Files/MagicD > > >>>raw UML/profiles/UML_Standard_Profile.xml' > > >>>[andromda] INFO [AndroMDA] Referenced model > --> > > >>>'file:/C:/Program Files/MagicD > > >>>raw UML/profiles/MagicDraw_Profile.xml' > > >>>[andromda] INFO [AndroMDA] Referenced model > --> > > >>>'file:/C:/Program Files/MagicD > > >>>raw UML/profiles/Java_Profile.xml' > > >>>[andromda] INFO [AndroMDA] namespace for > > >>>'bpm4struts' cartridge is either not > > >>>defined, or has the ignore attribute set to > > 'true' > > >>> > > >>> > > >>--> > > >> > > >> > > >>>skipping processing > > >>>[andromda] INFO [AndroMDA] namespace for 'ejb' > > >>>cartridge is either not defined > > >>>, or has the ignore attribute set to 'true' --> > > >>>skipping processing > > >>>[andromda] INFO [AndroMDA] namespace for > > >>> > > >>> > > >>'hibernate' > > >> > > >> > > >>>cartridge is either not d > > >>>efined, or has the ignore attribute set to > 'true' > > >>> > > >>> > > >>--> > > >> > > >> > > >>>skipping processing > > >>>[andromda] INFO [AndroMDA] namespace for > 'meta' > > >>>cartridge is either not define > > >>>d, or has the ignore attribute set to 'true' > --> > > >>>skipping processing > > >>>[andromda] INFO [AndroMDA] namespace for > > 'spring' > === message truncated === __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
