mpoeschl 02/03/18 05:55:43
Modified: . build.xml default.properties
Log:
don't build docs for all subprojects
Revision Changes Path
1.12 +6 -40 jakarta-turbine-site/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-site/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- build.xml 16 Feb 2002 13:54:05 -0000 1.11
+++ build.xml 18 Mar 2002 13:55:43 -0000 1.12
@@ -14,9 +14,9 @@
<!-- ================================================================== -->
<!-- Make Turbine documentation -->
<!-- ================================================================== -->
-
+
<target name="check_for_jdom">
- <available
+ <available
property="jdom.present"
classname="org.jdom.JDOMException">
<classpath>
@@ -24,7 +24,7 @@
</classpath>
</available>
</target>
-
+
<target name="docs-prepare-error" depends="check_for_jdom"
unless="jdom.present">
@@ -53,8 +53,8 @@
</classpath>
</taskdef>
- <anakia
- basedir="${site.xdocs}"
+ <anakia
+ basedir="${site.xdocs}"
destdir="${site.docs}/"
extension=".html" style="./site.vsl"
projectFile="stylesheets/project.xml"
@@ -71,7 +71,7 @@
<include name="**/*.jpg"/>
</fileset>
</copy>
-
+
<!-- In case we have CSS someday
<copy todir="${site.docs}" filtering="no">
<fileset dir="${site.xdocs}">
@@ -79,40 +79,6 @@
</fileset>
</copy>
-->
-
- <!-- Run documentation builds for sub-projects, consolidating
- documentation from disparate locations under docs tree -->
-
- <ant antfile="${turbine2.home}/build.xml" target="docs"
- inheritall="false"/>
- <copy todir="${site.docs}/turbine-2" overwrite="yes">
- <fileset dir="${turbine2.docs}/"/>
- </copy>
-
- <ant antfile="${turbine3.home}/build.xml" target="docs" inheritall="false"/>
- <copy todir="${site.docs}/turbine-3" overwrite="yes">
- <fileset dir="${turbine3.docs}"/>
- </copy>
-
- <ant antfile="${torque.home}/build.xml" target="docs" inheritall="false"/>
- <copy todir="${site.docs}/torque" overwrite="yes">
- <fileset dir="${torque.docs}"/>
- </copy>
-
- <ant antfile="${fulcrum.home}/build.xml" target="docs" inheritall="false"/>
- <copy todir="${site.docs}/fulcrum" overwrite="yes">
- <fileset dir="${fulcrum.docs}"/>
- </copy>
-
- <ant antfile="${stratum.home}/build.xml" target="docs" inheritall="false"/>
- <copy todir="${site.docs}/stratum" overwrite="yes">
- <fileset dir="${stratum.docs}"/>
- </copy>
-
- <ant antfile="${tdk.home}/build.xml" target="docs" inheritall="false"/>
- <copy todir="${site.docs}/tdk" overwrite="yes">
- <fileset dir="${tdk.docs}"/>
- </copy>
</target>
1.3 +0 -24 jakarta-turbine-site/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-site/default.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- default.properties 16 Feb 2002 13:54:05 -0000 1.2
+++ default.properties 18 Mar 2002 13:55:43 -0000 1.3
@@ -12,28 +12,4 @@
site.xdocs = xdocs
site.docs = docs
-turbine2.home = ../jakarta-turbine-2
-turbine2.xdocs = ${turbine2.home}/xdocs
-turbine2.docs = ${turbine2.home}/docs
-
-turbine3.home = ../jakarta-turbine-3
-turbine3.xdocs = ${turbine3.home}/xdocs
-turbine3.docs = ${turbine3.home}/docs
-
-torque.home = ../jakarta-turbine-torque
-torque.xdocs = ${torque.home}/xdocs
-torque.docs = ${torque.home}/docs
-
-fulcrum.home = ../jakarta-turbine-fulcrum
-fulcrum.xdocs = ${fulcrum.home}/xdocs
-fulcrum.docs = ${fulcrum.home}/docs
-
-stratum.home = ../jakarta-turbine-stratum
-stratum.xdocs = ${fulcrum.home}/xdocs
-stratum.docs = ${fulcrum.home}/docs
-
-tdk.home = ../jakarta-turbine-tdk
-tdk.xdocs = ${tdk.home}/xdocs
-tdk.docs = ${tdk.home}/docs
-
jdom.jar = jdom-b7.jar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>