Book a Demo

Author Topic: java code generation  (Read 3093 times)

jzendle

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
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?

« Last Edit: March 24, 2004, 04:10:09 pm by jzendle »

benc

  • EA Administrator
  • EA User
  • *****
  • Posts: 200
  • Karma: +0/-0
    • View Profile
Re: java code generation
« Reply #1 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

svedloff

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: java code generation
« Reply #2 on: March 25, 2004, 11:04:07 am »
I had similar problems.  Please see my post above.