AppFuseQuickStart |
|
Your trail: |
Difference between
version 37
and
version 36:
At line 8 changed 3 lines. |
# Run "ant new -Dapp.name=YOURAPPNAME -Ddb.name=YOURDBNAME". This will create a directory named YOURAPPNAME in the same directory as appfuse. |
# Navigate to the new directory and run "ant setup-db setup-tomcat deploy" to setup your app on Tomcat. If you want to test and make sure everything works, run "ant test-all" - make sure Tomcat is stopped when you do this. |
# Run "ant test-reports" - there will be a message after it runs telling you how you can view the generated reports. |
# Run __ant new -Dapp.name=YOURAPPNAME -Ddb.name=YOURDBNAME__. This will create a directory named YOURAPPNAME in the same directory as appfuse. |
# Navigate to the new directory and run __ant setup__ to setup your app on Tomcat. If you want to test and make sure everything works, run __ant test-all__ - make sure Tomcat is stopped when you do this. |
# Run __ant test-reports__ - there will be a message after it runs telling you how you can view the generated reports. |
At line 32 changed 1 line. |
You'll need to manually change the location of the Hibernate mapping files in the {{{applicationContext-hibernate.xml}}} file (location listed above). Basically, "org/appfuse" needs to be changed to "com/company". |
You'll need to manually change the location of the Hibernate mapping files in the {{applicationContext-hibernate.xml}} file (location listed above). Basically, "org/appfuse" needs to be changed to "com/company". |
Back to AppFuseQuickStart,
or to the Page History.
|