Does anyone have any experience with the following process? We are using IBM's Visual Age for Java 3.5 for our java IDE. We created our class model in Rose 2001 and forward generated the code. Next, we added code to that generated from Rose. After compiling the code and getting the first build to the tester, we reverse engineered the code back into Rose. The problem we are experiencing is that when we forward engineer again, Rose is dropping the code in the body of the methods. Import statements, attribute assoications, etc. are fine but the method bodies are all empty. What are we doing wrong? Note: Classpaths seem to be fine, virtual path names are ok, we've fixed all errors and warnings in Rose, we set the environment so that Rose and VAJ talk nicely to each other, and code flows between VAJ and Rose just fine. Thanks for any help you can give, Vincent. -----Original Message----- From: Damian Dixon To: [EMAIL PROTECTED] Sent: 3/15/2001 5:35 AM Subject: RE: (ROSE) Generating Documentation with Diagrams Try the following script: ftp://ftp.rational.com/public/rose/rose_cpp/patches/reportgen_fixplus.zi p You may need to modify it for you documentation requirements. It's not as difficult to modify as you think. Regards, Damian ------------------------------------------------------------------------ ---- ----------------------- Damian Dixon, BSc(Hons), BSc(Hons), FRGS ODS Design Authority Senior Software Development Engineer TENET Defence Ltd. North Heath Lane Horsham West Sussex RH12 5UX Tel: +44 1403 273173 Fax: +44 1403 273123 Email: [EMAIL PROTECTED] http://www.tenetdefence.com ************************************************************************ **** *** Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of TENET Defence Ltd. This email and any attachments may contain confidential information and/or copyright material. It is intended for the use of the addressee only and any unauthorised use may be unlawful. If you receive this email by mistake, please advise the sender by using the reply facility in your email software. ************************************************************************ **** *** > -----Original Message----- > From: Alexis Hassler [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 15, 2001 10:56 AM > To: 'Patrick Adewunmi'; [EMAIL PROTECTED] > Subject: RE: (ROSE) Generating Documentation with Diagrams > > > Have a look at the http://www.rationalrose.com web site. > I think their reportgen.ebs script includes diagrams. > > You also could extend the standard reportgen.ebs script. The way to > include > a diagram is : > > aDiagram.RenderEnhanced tmpFileName > WordApp.InsertPicture tmpFileName, false, false > > Alexis Hassler > OOsphere France > > -----Message d'origine----- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Patrick Adewunmi > Envoy� : mardi 13 mars 2001 18:37 > � : [EMAIL PROTECTED] > Objet : (ROSE) Generating Documentation with Diagrams > > > > Hi All, > > How can I make my documentations print with the associated diagrams? I > would like to have the documentations with the diagrams for easy reports > and presentations. > > I am using Rose Professional J Ed unning on NT. > > _________________________________ > Patrick Adewunmi > Programmer Analyst II > Los Angeles County Sanitation Districts > Computer Technology Section > (562) 699-7411 x1065 > www.lacsd.org > > > > ************************************************************************ > * Rose Forum is a public venue for ideas and discussions. > * For technical support, visit http://www.rational.com/support > * > * Admin.Subscription Requests: [EMAIL PROTECTED] > * Archive of messages: > http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl > * Other Requests: [EMAIL PROTECTED] > * > * To unsubscribe from the list, please send email > * > * To: [EMAIL PROTECTED] > * Subject:<BLANK> > * Body: unsubscribe rose_forum > * > ************************************************************************ * > > > > ************************************************************************ > * Rose Forum is a public venue for ideas and discussions. > * For technical support, visit http://www.rational.com/support > * > * Admin.Subscription Requests: [EMAIL PROTECTED] > * Archive of messages: > http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl > * Other Requests: [EMAIL PROTECTED] > * > * To unsubscribe from the list, please send email > * > * To: [EMAIL PROTECTED] > * Subject:<BLANK> > * Body: unsubscribe rose_forum > * > ************************************************************************ * ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Admin.Subscription Requests: [EMAIL PROTECTED] * Archive of messages: http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * ************************************************************************ * ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Admin.Subscription Requests: [EMAIL PROTECTED] * Archive of messages: http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * *************************************************************************
