Author: ben
Date: 2007-10-24 15:59:44 -0700 (Wed, 24 Oct 2007)
New Revision: 7001
Modified:
sandbox/ben/misc/ant-problems/dumb-build.xml
Log:
Modified build file to show both corrupting an image file (with copyandfilter)
and copying but not corrypting an image file (with copynofilter). This is an
exploration of LPP-4960.
Modified: sandbox/ben/misc/ant-problems/dumb-build.xml
===================================================================
--- sandbox/ben/misc/ant-problems/dumb-build.xml 2007-10-24 21:27:50 UTC
(rev 7000)
+++ sandbox/ben/misc/ant-problems/dumb-build.xml 2007-10-24 22:59:44 UTC
(rev 7001)
@@ -1,6 +1,7 @@
<project name="dumb" default="copyandfilter">
<property name="test-filters-in" value="test-filters-in" />
<property name="test-filters-out" value="test-filters-out" />
+ <property name="test-nofilters-out" value="test-nofilters-out" />
<property name="version.id" value="4.1.x" />
<property name="dev-gzfile" value="test-filters.tar.gz" />
@@ -21,6 +22,15 @@
</filterset>
</copy>
</target>
+ <target name="copynofilter">
+ <delete dir="${test-nofilters-out}" />
+ <mkdir dir="${test-nofilters-out}" />
+ <copy todir="${test-nofilters-out}">
+ <fileset dir="${test-filters-in}">
+ <patternset refid="manifest.webapp.docs" />
+ </fileset>
+ </copy>
+ </target>
<target name="dist-core">
<war destfile="test-filters.war"
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins