[ http://team.andromda.org:8080/jira/browse/SPRING-14?page=comments#action_10573 ] Chad Brandon commented on SPRING-14: ------------------------------------
I actually disagree with you: if you do a clean you'll get rid of the old class that was generated. The main reason I'm doing this is because I don't want to have to check in emtpy impl files to CVS (since they'll show up in the src/java directory) until I actually have reason to. Once we have model refactoring in place this won't be an issue, however I like this alternative better than regenerating empty impl files when unnecessary. > Impl class directory problem with Spring cartridge > -------------------------------------------------- > > Key: SPRING-14 > URL: http://team.andromda.org:8080/jira/browse/SPRING-14 > Project: Spring Cartridge > Type: Bug > Reporter: Matthias Bohlen > Assignee: Chad Brandon > > > Hi all, > I have a model which I use with the AndroMDA Spring cartridge. I had > entities without operations and everything compiled OK. Then I added > an instance-scope operation to an entity and suddenly I get this > error: > java:compile: > [echo] Compiling to > C:\Programming\andromda\V3-test\springtest\core/target/classes > [javac] Compiling 31 source files to > C:\Programming\andromda\V3-test\springtest\core\target\classes > C:\Programming\andromda\V3-test\springtest\core\target\src\de\mbohlen\samples\springtest\SubscriptionImpl.java:10: > dupli > cate class: de.mbohlen.samples.springtest.SubscriptionImpl > public class SubscriptionImpl > ^ > 1 error > It seems as if the class has been generated once more in another src > directory. This is bad. I think that the output location for the > generated artifact of an *Impl class should always be constant, even > if the class does not have operations. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://team.andromda.org:8080/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Andromda-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel
