Hi
I am using Eclipse Version: 3.0.0 and Enterprise Workbench 3.8.1 GA (recently upgraded from 3.8.0 GA). As I am new to this tool, I am not sure whether I am doing something wrong to cause the following behaviour :
If I create a new Web Project and then add Struts Capabilities, the dialog requests more information from me, including:
“base package for new classes”
If I set that according to the Java naming standard, then all packages have lower case names. e.g. com.yourcompany.struts
However some people do use mixed (camel) case on packages e.g.
com.yourcompany.myStruts
Now, using the latter – the project is created with the packages in the correct case.
However, when using the Struts Flow Modeller wizards to add new forms, actions etc. the form type always defaults to the lower case for all packages. e.g.
com.yourcompany.mystruts.form.LoginForm
Interesting:
In 3.8.0 GA, manually changing the package at this step would cause exceptions to be thrown in the log.
In 3.8.1 GA, manually changing the package at this step works, but it is a pain to have to change every time.
So, is it something I have not set correctly which causes the wizards to ignore my base package settings?
Thanks in advance
Gregg