Book a Demo

Author Topic: Java Code generation  (Read 2459 times)

JimKirk

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Java Code generation
« on: June 23, 2004, 02:30:44 am »
 ???
Hi,

I evaluate the Enterprise Architect 4.0 to use it in our company.
But I found a problem, when I generate JAva Source Code.
In the package and import statements are the wrong code:

package Use Case View.Use Case Model.com.company.test.ea;
import Use Case View.Use Case Model.com.company.test.ea2.SuperTest;

Why is the text Use Case View.Use Case Model before the package name? Exists an option in ea where I can deactivate to Use the View Name by code generation?

Thx Werner

thomaskilian

  • Guest
Re: Java Code generation
« Reply #1 on: June 23, 2004, 03:07:22 am »
Hi,
probably you should read the help you find when opening Project/Namespaces...

angel-o-sphere

  • EA User
  • **
  • Posts: 112
  • Karma: +0/-0
    • View Profile
Re: Java Code generation
« Reply #2 on: June 23, 2004, 03:18:13 am »
Right click on package "com". Select "set as namespace root".

angel'o'sphere