Changes between Version 10 and Version 11 of Devel/Setup
- Timestamp:
- 07/03/07 10:59:08 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Devel/Setup
v10 v11 72 72 #gwt.dev=gwt-dev-linux.jar 73 73 }}} 74 4. > ant compileJs 74 4. 75 {{{ 76 > ant compileJs 77 }}} 75 78 5. Open www/org.utgenome.gwt.utgb.UTGB/UTGB.html in your web browser (IE, Firefox, etc.) 76 79 … … 87 90 88 91 3. Set up GWT as described above (the section on build from command line) 89 4. > ant deploy 92 4. 93 {{{ 94 > ant deploy 95 }}} 90 96 * This generates a war file (web application archive), and deploy the war file in the tomcat server 91 97