Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: jzendle on March 24, 2004, 04:09:10 pm

Title: java code generation
Post by: jzendle on March 24, 2004, 04:09:10 pm
Hi,

I have a few nested packages in my model and the package names in the generated java are not correct.

Example:
com: package
   mycompany: package
       util: package
            Test: class

when generating code the package name in Test.java is 'mycompany' when it should be 'com.mycompany.util'. Any thoughts?

Title: Re: java code generation
Post by: benc on March 24, 2004, 05:35:13 pm
Hi jzendle,

Thanks for the note- I have noted this as a bug. We will resolve this ASAP.

Regards,
Ben
Title: Re: java code generation
Post by: svedloff on March 25, 2004, 11:04:07 am
I had similar problems.  Please see my post above.