[Laszlo-checkins] r8499 - openlaszlo/trunk/docs/src

dda@openlaszlo.org dda at openlaszlo.org
Mon Mar 31 14:18:09 PDT 2008


Author: dda
Date: 2008-03-31 14:17:56 -0700 (Mon, 31 Mar 2008)
New Revision: 8499

Modified:
   openlaszlo/trunk/docs/src/build.xml
Log:
Change 20080330-dda-1 by dda at lester.local on 2008-03-30 11:34:21 EDT
    in /Users/dda/laszlo/src/svn/openlaszlo/trunk-a
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Add notice to documentation during build.

New Features:

Bugs Fixed: LPP-5688

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: liorio (pending)

Documentation:

Release Notes:

Details:
    Added 'Documenation in progess' message.
    This is old build.xml that was used in a previous release to generate the same message.
    We'll leave it in until the doc is fully baked.

Tests:



Modified: openlaszlo/trunk/docs/src/build.xml
===================================================================
--- openlaszlo/trunk/docs/src/build.xml	2008-03-31 21:17:25 UTC (rev 8498)
+++ openlaszlo/trunk/docs/src/build.xml	2008-03-31 21:17:56 UTC (rev 8499)
@@ -25,6 +25,8 @@
     
   &build_opt;
 
+  <property environment="env"/>
+
   <taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
   <taskdef name="jing" classname="com.thaiopensource.relaxng.util.JingTask"/>
   
@@ -809,6 +811,14 @@
       
   </target>
   
+  <target name="reference.html.disclaimer" depends="init"
+      description="insert a disclaimer into each page of the reference">
+        <exec executable="bash" failonerror="true">
+            <arg value="${env.LZ_TOOLS_ROOT}/injector/injector.sh" />
+            <arg value="${reference.output.dir}" />
+        </exec>
+  </target>
+
   <!-- TESTING TARGETS (SUBSETS OF REFERENCE GUIDE) --> 
   <target name="components.ref.generate" depends="init">
     
@@ -1425,7 +1435,7 @@
 
   <!-- don't build the contributor's guide, because I don't want to and it takes too long [bshine 10.17.2007] -->
   <target name="build" description="Make the documentation"
-          depends="users,reference.frameset.generate" 
+          depends="users,reference.frameset.generate,reference.html.disclaimer" 
           unless="skip.doc"/> 
 
   <target name="clean" description="clean up generated files"



More information about the Laszlo-checkins mailing list