Details
-
Task
-
Resolution: Fixed
-
Major
-
2.1 Final
-
None
-
-
Empty show more show less
-
Empty show more show less
Description
Add documentation (xdoc) on how set up a working environment using eclipse.
Quick steps:
- install svn
- install maven
- install eclipse 3.1M6 + eclipse webtools M4 http://download.eclipse.org/webtools/downloads/drops/S-1.0M4-200504292037/
- install tomcat 5.5
- checkout the project using svn
- run "maven eclipse" and "maven copylibs"
- open eclipse and import the project
- do a complete build
- right click on the project and select "Run on server" -> you will be asked to setup a runtime, select "Tomcat 5.5" and configure the directory where you installed tomcat
- that's all, now you can run magnolia from inside eclipse, debug classes and jsp, code with jsp tag assist and so on...
Checklists
Acceptance criteria