I am using MyEclipse Professional 2014 for my modeling, code generation, and build.
In my UML 2 model I have 4 package diagrams for which I need to generate java code. I successfully generated the java code for 2 dependent packages, the diagram class that are dependent on those 2 packages will not generate any code. The 4th package diagram generated its code has compile errors because of the missing package.
The failing package has 2 interfaces and 5 classes. They use the dependent packages as parameters to methods. The wizard comes up with all 7classes selected; I enter the target directory and click the finish button. The next generating window flashes and everything disappears.
The .log file simply has the following entry:
!ENTRY org.topcased.uml2java 1 0 2014-01-28 19:31:16.837
!MESSAGE UML2JAVA – Starting UML2JAVA Plugin…
No other information is available. It is this one diagram that fails; all other diagram generate the java code.
Any help would be greatly appreciated
Dave