Updated te T3 build.xml DVSL task to force the building of all docs on
each invocation with the 'force' attribute.  Also added a copy task to
copy the images to the resulting docs directory.  Finally, updated
deps.list and default.properties to use 0.40 of DVSL.

-- 
Peter Kazmier                                 http://www.kazmier.com
PGP Fingerprint   4FE7 8DA3 D0B5 9CAA 69DC  7243 1855 BC2E 4B43 5654
Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-3/build.xml,v
retrieving revision 1.25
diff -u -r1.25 build.xml
--- build.xml   12 Feb 2002 00:32:22 -0000      1.25
+++ build.xml   16 Feb 2002 15:11:59 -0000
@@ -607,12 +607,21 @@
     <dvsl
       basedir="${docs.src}"
       destdir="${docs.dest}/"
+      force="true"
       extension=".html"
-      toolbox="${docs.src}/toolbox.props"
+      toolboxfile="${docs.src}/toolbox.props"
       style="${docs.src}/stylesheets/site.dvsl"
       excludes="**/project.xml,**/template.xml"
       includes="**/*.xml"
     />
+
+    <copy todir="${docs.dest}/images" filtering="no">
+      <fileset dir="${docs.src}/images">
+        <include name="**/*.gif"/>
+        <include name="**/*.jpeg"/>
+        <include name="**/*.jpg"/>
+      </fileset>
+    </copy>
   </target>
 
   <!-- ================================================================== -->
Index: deps.list
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-3/deps.list,v
retrieving revision 1.6
diff -u -r1.6 deps.list
--- deps.list   12 Feb 2002 21:54:47 -0000      1.6
+++ deps.list   16 Feb 2002 15:12:05 -0000
@@ -16,7 +16,7 @@
 tidy.jar
 torque-3.0-dev.jar
 velocity-1.3-dev.jar
-velocity-dvsl-0.31.jar
+velocity-dvsl-0.40.jar
 xercesImpl-2.0.0.jar
 xmlParserAPIs-2.0.0.jar
 commons-jxpath-0.1-dev.jar
Index: default.properties
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-3/default.properties,v
retrieving revision 1.16
diff -u -r1.16 default.properties
--- default.properties  12 Feb 2002 00:32:22 -0000      1.16
+++ default.properties  16 Feb 2002 15:12:17 -0000
@@ -30,7 +30,7 @@
 # jar files
 
 velocity.jar = ${lib.repo}/velocity-1.3-dev.jar
-dvsl.jar = ${lib.repo}/velocity-dvsl-0.31.jar
+dvsl.jar = ${lib.repo}/velocity-dvsl-0.40.jar
 log4j.jar = ${lib.repo}/log4j-1.1.3.jar
 servlet.jar = ${lib.repo}/servlet-2.2.jar
 fulcrum.jar = ${lib.repo}/fulcrum-1.0.jar

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to