Author: rjung
Date: Thu Mar 27 14:12:41 2008
New Revision: 641982
URL: http://svn.apache.org/viewvc?rev=641982&view=rev
Log:
Minor docs adjustment.
Modified:
tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt
tomcat/sandbox/tomcat-oacc/trunk/RELEASE-NOTES
tomcat/sandbox/tomcat-oacc/trunk/RUNNING.txt
Modified: tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt
URL:
http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt?rev=641982&r1=641981&r2=641982&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt Thu Mar 27 14:12:41 2008
@@ -132,7 +132,8 @@
* The compiled classes will be placed into ${oacc.source}/build.
The jar files needed to install OACC will be placed into
- ${oacc.source}/dist.
+ ${oacc.source}/dist/lib, the docs will go into
+ ${oacc.source}/dist/docs.
(3) Updating sources
@@ -145,27 +146,44 @@
For a quick rebuild of only modified code you can use:
cd ${oacc.source}
- ant
+ ant build-oacc
If you apply changes to the source and you want to make sure
that all classes get compiled correctly by ant, you can delete
the results of a previous compilation by
- ant build-clean
+ ant clean
(5) Building the documentation
-The documentation can be easly built:
+The documentation gets automatically build by the default ant target.
+If you want to build it seperately, you can use
+
+ cd ${oacc.source}
+ ant build-docs
- cd ${tomcat.source}
- ...
+or you go to the docs directory and do
-(6) Building the javadoc
- cd ${tomcat.source}
- ...
+ cd ${oacc.source}/docs
+ ant
-(7) Building a oacc release:
+(6) Running the junit tests
+
+The path to your junit jar file must be set in your build.properties.
+For an example see build.properties.default.
+
+ cd ${oacc.source}/test
+ ant
+
+(7) Building the javadoc
+
+ cd ${oacc.source}
+ ant javadoc
+
+(8) Building a oacc release
+
+ cd ${oacc.source}
+ ant dist
- cd ${tomcat.source}
- ...
+The dist target is also the default ant target.
Modified: tomcat/sandbox/tomcat-oacc/trunk/RELEASE-NOTES
URL:
http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/RELEASE-NOTES?rev=641982&r1=641981&r2=641982&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/RELEASE-NOTES (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/RELEASE-NOTES Thu Mar 27 14:12:41 2008
@@ -64,4 +64,4 @@
===================================
Viewing the Tomcat OACC Change Log:
===================================
-See changelog.html in the documentation directory.
+See changelog.html in the docs directory.
Modified: tomcat/sandbox/tomcat-oacc/trunk/RUNNING.txt
URL:
http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/RUNNING.txt?rev=641982&r1=641981&r2=641982&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/RUNNING.txt (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/RUNNING.txt Thu Mar 27 14:12:41 2008
@@ -77,6 +77,8 @@
use OACC. We don't support mixed use of OACC and Tomcat 6 default cluster
in the same Tomcat instance though.
+(2.6) Read the docs contained in $OACC_HOME/docs.
+
(3) Testing
(3.1) Start up Tomcat on all cluster nodes.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]