crowdcode-de / KissMDA

Keep It Simple Stupid, MDA!
33 stars 8 forks source link

Compiler error because of duplicated classes #10

Closed idueppe closed 11 years ago

idueppe commented 11 years ago

KissMDA produce in IntelliJ a compiler error in kissmda-cartridge-simple-java because of duplicated classes. The reason is that kissmda-core generates test classes from test-uml.uml in the generated-sources folder instead of generated-test-sources.

The classes are generated by the unit tests. That means on maven site is everything fine. But within IDEs it causes failures.

idueppe commented 11 years ago

Fixed it.