Annie,
Thanks for your response. That’s really fast. You guys are really keeping on!
Well, we try. But you also got a little lucky since I usually cruise the forums in the morning and at night. Of course, others run through at different times so you never know. 😉
I have another question regarding generating java from UML: the output folder automatically assumes that my project is created under workspace. Unfortunately I didn’t create my project under workspace, is that a problem for UML?
Actually, the output location does need to be a project in the workspace, but the project does not need to have its files under the workspace directory. So, if you already have a directory you’d like to generate to, you can make it a project without moving it from where it is, by doing the following.
Select File > New > Other… > Java Project
Type in the name and select the option “Create project from existing source” and point that to your existing external project location
Allow the wizard to finish
Now, whe you want to forward generate your Java from your UML diagram you can point to this new project and have it generated to the correct folder on the filesystem. Hope that helps.