Author: dda
Date: 2008-02-29 14:28:22 -0800 (Fri, 29 Feb 2008)
New Revision: 8142

Modified:
   openlaszlo/trunk/docs/src/build.xml
Log:
Change 20080229-dda-U by [EMAIL PROTECTED] on 2008-02-29 17:22:57 EST
    in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc2
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Doc: fix build of 'developers' in clean tree.

New Features:

Bugs Fixed: LPP-5348

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

Documentation:

Release Notes:

Details:
    Before this fix, you get an error if you (cd <TOP>; ant clean; cd docs/src; 
ant developers),
    since js2doc.rng needs to be built as a first step.

Tests:
    cd <TOP>
    ant clean
    cd docs/src
    ant developers
       (build now completes...)



Modified: openlaszlo/trunk/docs/src/build.xml
===================================================================
--- openlaszlo/trunk/docs/src/build.xml 2008-02-29 22:28:01 UTC (rev 8141)
+++ openlaszlo/trunk/docs/src/build.xml 2008-02-29 22:28:22 UTC (rev 8142)
@@ -394,8 +394,7 @@
 
   <!-- JS2DOC-RELATED TARGETS -->
   
-  <target name="js2doc.rng"
-          unless="reference.skip">
+  <target name="js2doc.rng">
     <ant dir="${lps.server.dir}" target="js2doc.rng" inheritAll="false"/>
   </target>
 
@@ -1149,7 +1148,7 @@
   
   <!-- developer's guide -->
 
-  <target name="developers.preprocess" depends="init">
+  <target name="developers.preprocess" depends="init,js2doc.rng">
     <copy todir="${developers.build.dir}">
       <fileset dir="${developers.input.dir}"/>
     </copy>


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to