jochen 2005/04/12 02:58:40
Modified: src/documentation/content/xdocs release.xml site.xml
. build.xml
Log:
Preparing online site for 0.4
Revision Changes Path
1.11 +4 -0 ws-jaxme/src/documentation/content/xdocs/release.xml
Index: release.xml
===================================================================
RCS file: /home/cvs/ws-jaxme/src/documentation/content/xdocs/release.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- release.xml 12 Apr 2005 08:17:18 -0000 1.10
+++ release.xml 12 Apr 2005 09:58:40 -0000 1.11
@@ -103,6 +103,10 @@
the section build.online.site=false is commented out and the
section build.online.site=true is active.</li>
<li>Run the build script: "ant -Dbuild.online.site=true clean
Docs.all".</li>
+ <li>To export the contents of build/docs/build/site to the ws-site
+ directory, extract the CVS module ws-site/targets/jaxme (for
example,
+ to /tmp/jaxme and run "ant -Dws.site.dir=/tmp/jaxme export.site".
+ After checking in this directory, everything should work well.</li>
</ol>
</section>
</body>
1.23 +4 -4 ws-jaxme/src/documentation/content/xdocs/site.xml
Index: site.xml
===================================================================
RCS file: /home/cvs/ws-jaxme/src/documentation/content/xdocs/site.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- site.xml 31 Dec 2004 00:41:06 -0000 1.22
+++ site.xml 12 Apr 2005 09:58:40 -0000 1.23
@@ -43,11 +43,11 @@
</about>
<docs label="Documentation">
-<!-- build.online.site=false -->
+<!-- build.online.site=false
<manual label="Manual" href="manual/index.html"/>
<javadoc label="Javadocs" href="apidocs/index.html"/>
-<!-- build.online.site -->
-<!-- build.online.site=true
+-->
+<!-- build.online.site=true -->
<manual label="Manual">
<manual label="Current" href="manual/index.html"/>
<manual label="0.3" href="release-0.3/manual/index.html"/>
@@ -56,7 +56,7 @@
<javadoc label="Current" href="apidocs/index.html"/>
<javadoc label="0.3" href="release-0.3/apidocs/index.html"/>
</javadoc>
--->
+<!-- build.online.site -->
</docs>
<developers label="Developer Resources">
1.25 +1 -1 ws-jaxme/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/ws-jaxme/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- build.xml 12 Apr 2005 08:17:17 -0000 1.24
+++ build.xml 12 Apr 2005 09:58:40 -0000 1.25
@@ -76,7 +76,7 @@
</target>
<target name="export.site" depends="check.export.site,clean">
- <antcall target='doc'>
+ <antcall target='Docs.all'>
<param name="build.online.site" value="true"/>
</antcall>
<delete>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]