Update of /cvsroot/ecforms/ECF-Servlet
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27610
Modified Files:
README.txt
Log Message:
Added compilation descriptions
Index: README.txt
===================================================================
RCS file: /cvsroot/ecforms/ECF-Servlet/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README.txt 22 Nov 2005 14:47:41 -0000 1.1
--- README.txt 23 Nov 2005 19:09:22 -0000 1.2
***************
*** 37,41 ****
! 3. Requirements:
----------------
(1) You need to define an environment variable named TOMCAT_HOME, which points
--- 37,66 ----
! 3. Execute:
! -----------
!
! To build a new project "from scrath", execute the following commands:
!
! (1) "ant" (or "ant create-project").
! You will be prompted for the following properties:
! * Base directory (from now on <basedir>)
! * Name of project (from now on <project.name>)
!
! (2) Change to the new directory: cd <basedir>/<project.name>
!
! (3) Make the desired changes to the following files:
! a) Initialization: ipl/init.ipl
! b) Database logic: ipl/db.ipl
! c) Scripts: resources/*.*
! c) Property files (internationalization messages) and Java source files: src/*.*
!
! (4) If you want to deploy an expanded webapp on Tomcat, use "ant";
! if you prefer to create the war file use "ant package"
!
! (5) Point your browser to http://localhost:8080/<project.name>
!
!
!
! 4. Requirements:
----------------
(1) You need to define an environment variable named TOMCAT_HOME, which points
***************
*** 50,51 ****
--- 75,78 ----
If you want to contribute, go to http://sourceforge.net/projects/ecforms/
+ For documentation and tutorials, go to http://www.ecforms.net
+
|