[EMAIL PROTECTED] wrote:
if its currently generated to the target/src then that means you don't have any 
business operations on it  (and nothing to implement) and therefore it doesn't 
need to go to your src/java 
(end of quote)




I figured that's what it was for (hand coded "don't regenerate this class 
again" type code), but I was thrown by the "No not modify" comment.



I went back to my sample model and added a method, and sure enough, the Java 
file is now in the "src" tree and no "do not modify" comment.



Interestingly enough: I had a hierarchy like this:



ClassA

^      ^

|        |

ClassB|

          |

          ClassC



(i.e. B and C inherit from A).  I added the method to ClassA, and ALL of the 
Java files (ClassA.java, ClassB.java, and ClassC.java) were all moved to the 
"src" tree, though B and C (at the moment) had no business methods.  Its a 
subtle issue, but I suppose that now means that if I add a method to ClassB or 
C in the model, I'll have to add them by hand to the source file?
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1314#1314
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to