Hi Fairiz, thank you for this bug report. Keeping everything up to date is really difficult! :-)
Could you do us a favor and submit this bug into our bug manager? You can find it at http://sourceforge.net/tracker/?group_id=73047&atid=536545 For V3, we have indeed very exciting changes in store. See www.andromda.org/tiki , the interactive discussion platform of AndroMDA. You can see the pages "ReleaseStrategy", "MetamodelDecorators" and "bpm4struts". > p.s. Are your online docs seem up to date? It seems like > there are more stereotypes available for me to put in my UML > model than what is stated in the docs. Yes, there are more stereotypes - but those are only in V3 which is unstable at the moment. We plan a release in May, so you will find the new stereotypes in that release. Cheers... Matthias > -----Original Message----- > From: Fairiz H Azizi [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 29, 2004 6:11 PM > To: [EMAIL PROTECTED] > Subject: AndroMDA v2.1.2.Final Fix > > > Hi Matt, > > I find your AndroMDA highly useful. > > However, when upgrading from your v2.0.6 to v2.1.2 (from > Hibernate1 to Hibernate2)... I had a rough time trying to get > it to work. > > I finally traced the problem to your wizard. > Although your car rental build.xml file is correct, the > wizard one creates an incorrect build.xml. I was only able to > trace the problem after noticing that the wizard's references > cirrus.hibernate packages, On a hunch, I compared the > wizard's to the car rental sample's build.xml and found the > discrepancy. > > Anyway, you need the wizard to make two changes in the > build.xml. The first one is on line 158, the second is on line 245. > > 139 <target name="rundoclets" depends="init,genjava"> > ... > 157 > 158 <hibernate /> > ... > 241 <!-- Create the archive structures on disk, first --> > 242 <target name="copystages" depends="init,compile"> > 243 <!-- Copy the hibernate libraries --> > 244 <copy todir="build/hibernateservice/lib/"> > 245 <fileset dir="${andromda-hibernate.home}/lib/" > includes="hibernate.jar"/> > 246 </copy> > ... 251 </target> > > Line 158 should be: > 158 <hibernate version="2.0"/> <!-- xdoclet should > generate Hibernate > v2.x --> > and Line 245 should be: > 245 <fileset dir="${andromda-hibernate.home}/lib/" > includes="hibernate2.jar"/> <!-- IT WAS hibernate.jar, which > doesn't exist --> > > > After I made those changes, things started working like a dream :) > > Also, I noticed that a AndroMDA V3 is in the CVS > repository... what new and exciting things are in store for that? > > thanks, > Fairiz > > p.s. Are your online docs seem up to date? It seems like > there are more stereotypes available for me to put in my UML > model than what is stated in the docs. > > ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
