Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jzendle

Pages: [1]
1
General Board / java code generation
« 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?


Pages: [1]