AppFuseQuickStart |
|
Your trail: |
Difference between
version 11
and
version 10:
At line 12 changed 1 line. |
Usually, after you get all this to work - it's likely you'll want to change all your package names to "com.company" rather than "org.appfuse". I use Eclipse to rename packages. You'll also need to change the "javadoc" target in build.xml to looking for "com.*" rather than "org.*". |
Usually, after you get all this to work - it's likely you'll want to change all your package names to "com.company" rather than "org.appfuse". I use Eclipse to rename packages. |
|
You'll also need to change the "javadoc" target in build.xml to looking for "com.*" rather than "org.*". |
|
Other files you'll need to change are: |
* metadata/web/global-exceptions.xml |
* web/pages/uploadForm.jsp |
* web/WEB-INF/tiles-config.xml |
* web/WEB-INF/validator-rules-custom.xml |
* web/WEB-INF/classes/hibernate.cfg.xml |
* web/WEB-INF/classes/log4j.properties |
Back to AppFuseQuickStart,
or to the Page History.
|