Author: raju
Date: 2007-08-10 11:22:39 -0700 (Fri, 10 Aug 2007)
New Revision: 6005

Modified:
   labs/lzproject/trunk/build.xml
Log:
Corrected path for wrapper pages, as lzproject was moved into subfolder inside 
lzx.


Modified: labs/lzproject/trunk/build.xml
===================================================================
--- labs/lzproject/trunk/build.xml      2007-08-10 18:17:28 UTC (rev 6004)
+++ labs/lzproject/trunk/build.xml      2007-08-10 18:22:39 UTC (rev 6005)
@@ -44,7 +44,7 @@
        <property name="junit.src.dir" location="unitTest/src" />
        <property name="xdoclet.dir" location="xdoclet" />
        <property name="lzx.dir" location="lzx" />
-       <property name="lzx.temp" location="temp\${lzx.dir}" />
+       <property name="lzx.temp" location="temp/${lzx.dir}" />
         <property name="lzx.lzxdocsdir" location="temp/lzproject/lzdocs"/>
 
        <!-- Generated directories -->
@@ -117,9 +117,9 @@
 
        <!-- Copy LZX, JSP and other text files into folder ${temp.dir}  -->
        <target name="copy-files-temp" depends="init">
-               <echo message="Copying files from ${lzx.dir} to 
${temp.dir}/lzproject" />
+               <echo message="Copying files from ${lzx.dir} to ${temp.dir}" />
                <echo message="Replacing @${marker.webapp}@ with ${webapp.name} 
in all copied files" />
-               <copy todir="${temp.dir}/lzproject">
+               <copy todir="${temp.dir}">
                        <fileset dir="${lzx.dir}" casesensitive="no">
                                <include name="**/*.lzx" />
                                <include name="**/*.xml" />
@@ -147,7 +147,7 @@
                        </filterset>
                </copy>
                 <!-- Now copy the files where don't have to check for markers 
-->
-               <copy todir="${temp.dir}/lzproject">
+               <copy todir="${temp.dir}">
                        <fileset dir="${lzx.dir}"  casesensitive="no">
                                <include name="**/*.css" />
                                <include name="**/*.gif" />
@@ -233,7 +233,7 @@
                <echo message="Adding libs from 
${openlaszlo.home}/WEB-INF/libs" />
                <!-- now copy the proxied DHTML wrapper -->
                <copy todir="${temp.dir}/lzproject" verbose="true">
-                       <fileset dir="${lzx.dir}/__PROXIED_html" 
casesensitive="no">
+                       <fileset dir="${lzx.dir}/lzproject/__PROXIED_html" 
casesensitive="no">
                                <include name="*.html" />
                        </fileset>
                </copy>
@@ -292,7 +292,7 @@
                <echo message="Using web.xml at ${webapp.webinf.dir}/web.xml" />
                <!-- now copy the SOLO DHTML wrapper -->
                <copy todir="${temp.dir}/lzproject" verbose="true">
-                       <fileset dir="${lzx.dir}/__SOLO_html" 
casesensitive="no">
+                       <fileset dir="${lzx.dir}/lzproject/__SOLO_html" 
casesensitive="no">
                                <include name="*.html" />
                        </fileset>
                </copy>


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

Reply via email to