Author: raju
Date: 2007-08-14 17:16:35 -0700 (Tue, 14 Aug 2007)
New Revision: 6055

Modified:
   labs/lzproject/trunk/build.xml
Log:
lzxdocs are now unzipped out of lzxdoc.zip in folder documents.


Modified: labs/lzproject/trunk/build.xml
===================================================================
--- labs/lzproject/trunk/build.xml      2007-08-15 00:14:44 UTC (rev 6054)
+++ labs/lzproject/trunk/build.xml      2007-08-15 00:16:35 UTC (rev 6055)
@@ -7,7 +7,6 @@
        <description>LZProject OpenLaszlo 4.0 blueprint 
application</description>
 
        <loadfile property="copyright" srcFile="copyright.txt"/>
-
        <!-- Include property files with my settings -->
        <property file="ant.properties" />
 
@@ -298,6 +297,8 @@
                                <include name="*.html" />
                        </fileset>
                </copy>
+               <echo message="Unzip lzxdocs to ${temp.dir}/lzproject}" />
+                <unzip src="documentation/lzxdocs.zip" 
dest="${temp.dir}/lzproject/lzxdocs" />
                <war destfile="${webapp.war.dir}/${webapp.name}-solo.war"
                         webxml="${webapp.webinf.dir}/web.xml">
                        <!-- LzTrack java classes -->
@@ -429,7 +430,8 @@
        </target>
 
        <!-- Generate documentation for LzTrack app -->
-       <target name="lzxdoc" description="Build docs for LZX files" 
depends="copy-files-temp">
+       <!-- Will be replaced by docbook style documentation generation -->
+        <target name="lzxdoc" description="Build docs for LZX files" 
depends="copy-files-temp">
                <echo message="Starting LZXDoc. Using config dir 
${basedir}/tools/lzxdoc" />
                <!-- configdir: the file containing the lzxdoc python files, 
etc -->
                <property name="configdir" value="${basedir}/tools/lzxdoc" />


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

Reply via email to