|
From: <jm...@us...> - 2005-07-11 06:49:42
|
Update of /cvsroot/struts/dialogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1987 Modified Files: readme.txt Log Message: Moving to new package Index: readme.txt =================================================================== RCS file: /cvsroot/struts/dialogs/readme.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** readme.txt 28 Jun 2005 01:36:10 -0000 1.4 --- readme.txt 11 Jul 2005 06:49:04 -0000 1.5 *************** *** 14,18 **** * limitations under the License. * ! * @version 1.1 */ --- 14,18 ---- * limitations under the License. * ! * @version 1.2 */ *************** *** 37,40 **** --- 37,45 ---- 6. Do not forget to install Struts, see war\WEB-INF\lib\needed_libs.txt for a list of needed libraries. + 7. jasper-compiler.jar and jasper-runtime.jar are needed to compile + wizard for Tomcat example. + 7. If you recompiling Struts Dialogs source code or samples or Easy Wizard + Rule engine, please remove the following files from war\WEB-INF\lib\ + directory: dialogs.jar, dialogs-samples.jar, ezwizard.jar 7. Run appserver and navigate to http://<yourcontext>/allsamples.html |