[ http://team.andromda.org:8080/jira/browse/SPRING-14?page=comments#action_10575 ] Chad Brandon commented on SPRING-14: ------------------------------------
What do you mean exactly? Skip code generation of them when? They are generated to the target directory until you add an operation that might require manual intervention, it then generates to the src/java directory, if you don't clean then the one previously generated will be left over, the best option would be to delete the one in the target directory during generation. > 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
