Author: rjung Date: Thu Mar 27 16:46:29 2008 New Revision: 642030 URL: http://svn.apache.org/viewvc?rev=642030&view=rev Log: Sync doc with build procedure.
Modified: tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt Modified: tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt?rev=642030&r1=642029&r2=642030&view=diff ============================================================================== --- tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt (original) +++ tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt Thu Mar 27 16:46:29 2008 @@ -141,6 +141,7 @@ It is recommended that you regularly update the downloaded Tomcat OACC sources using your SVN client. + (4) Rebuilds For a quick rebuild of only modified code you can use: @@ -168,6 +169,7 @@ cd ${oacc.source}/docs ant + (6) Running the junit tests The path to your junit jar file must be set in your build.properties. @@ -176,14 +178,16 @@ cd ${oacc.source}/test ant + (7) Building the javadoc cd ${oacc.source} ant javadoc -(8) Building a oacc release + +(8) Building a OACC release cd ${oacc.source} - ant dist + ant release The dist target is also the default ant target. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]