Book a Demo

Author Topic: code generation - actionscrip  (Read 2161 times)

ghost23

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
code generation - actionscrip
« on: June 23, 2006, 06:31:17 am »
hello,

i am using ea 6.1.789.

I have created some classes in ea and wanted to generate stub code and i get this for example:

Code: [Select]
///////////////////////////////////////////////////////////
//  Button.as
//  Macromedia ActionScript Implementation of the Class Button
//  Generated by Enterprise Architect
//  Created on:      23-Jun-2006 13:38:05
//  Original author: Sven Busse
///////////////////////////////////////////////////////////

import Class Model.com.bmw.components.mini.ui.FormComponent;

/**
* @author Sven Busse
* @version 1.0
* @created 23-Jun-2006 13:38:05
*/
class Class Model.com.bmw.components.mini.ui.Button extends FormComponent
{
}//end Button

This additional "Class" is, what's bugging me. What might i be doing wrong?

Thank you.

ghost23

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: code generation - actionscrip
« Reply #1 on: June 23, 2006, 07:06:03 am »
 :P

Ok, forget it, the top "Class Model" folder was included in the namespace.