mpoeschl 01/10/09 13:58:46 Modified: xdocs install.xml changes.xml Log: update install instructions (based on tdk 2.1) Revision Changes Path 1.6 +5 -6 jakarta-turbine-jyve/xdocs/install.xml Index: install.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-jyve/xdocs/install.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- install.xml 2001/05/15 19:54:14 1.5 +++ install.xml 2001/10/09 20:58:46 1.6 @@ -23,7 +23,7 @@ <subsection name="Building from source"> <p> Jyve is developed on top of <a href="http://jakarta.apache.org/turbine/tdk"> -TDK (version 2.1b1)</a>. <br/> +TDK (version 2.1)</a>. <br/> <h3>Install the TDK</h3> <h3>Build a TDK app</h3> Edit the $TDK_HOME/build.properties file: @@ -31,26 +31,25 @@ <source test=""><![CDATA[ turbine.app.name=jyve -turbine.app.type=peer target.package=org.apache.jyve target.directory=org/apache/jyve ]]></source> <p> -create the application by typing build.sh[bat]. +create the application by typing 'ant' int the tdk directory. <h3>copy the jyve files to your app</h3> $JYVE-TDK means %TDK_HOME/webapps/jyve <br/> copy the following files:<br/> -$JYVE-CVS/conf/jyve-schema.xml => $JYVE-TDK/WEB-INF/build/project/<br/> +$JYVE-CVS/src/conf/jyve-schema.xml => $JYVE-TDK/WEB-INF/conf/<br/> $JYVE-CVS/conf/Jyve.properties => $JYVE-TDK/WEB-INF/conf/<br/> $JYVE-CVS/src/template/** => $JYVE-TDK/template/app/ (delete old files!!)<br/> $JYVE-CVS/src/java/org/apache/jyve/** => $JYVE-TDK/WEB-INF/src/java/org/apache/jyve (delete old files!!)<br/> <h3>Configuration</h3> -Edit $JYVE-TDK/WEB-INF/build/project/jyve.properties to meet your DB settings. +Edit $JYVE-TDK/WEB-INF/build/build.properties to meet your DB settings. <br/> Edit $JYVE-TDK/WEB-INF/conf/TurbineResources.properties </p> @@ -71,7 +70,7 @@ step ;-) <h3>build the database</h3> -Run $JYVE-TDK/WEB-INF/build/build.sh[bat] init +In $JYVE-TDK/WEB-INF/build run 'ant init' <br/> This will create your database, and compile the source-files. 1.4 +2 -2 jakarta-turbine-jyve/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-jyve/xdocs/changes.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- changes.xml 2001/05/08 01:01:35 1.3 +++ changes.xml 2001/10/09 20:58:46 1.4 @@ -10,8 +10,8 @@ <section name="Changes"> <p> -This document describes what has changed in java-jyve2 (Jyve2) compared to the -old java-jyve (Jyve1) project. +This document describes what has changed in jakarta-turbine-jyve (Jyve2) compared +to the old java-jyve (Jyve1) project. </p> <p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
