[Later]
Actually, could you rationalize the dependset and the clean target?
They are both removing files from LFCdir but using different
patterns. They ought to be the same pattern.
Approved. (I thought I did this already, but must've got lost
somewhere...)
On 2006-12-11, at 20:22 EST, Benjamin Shine wrote:
Change 20061211-ben-x by [EMAIL PROTECTED] on 2006-12-11 17:01:55 PST
in /Users/ben/src/svn/openlaszlo/branches/legals
Summary: Don't delete defaultpreloader.swf
New Features:
Bugs Fixed: LPP-3275 Weather example fails to compile - missing
defaultpreloader.swf (swf)
Technical Reviewer: ptw (pending)
QA Reviewer: max (pending)
Doc Reviewer: none
Documentation:
Don't delete defaultpreloader.swf when doing "ant clean"
Release Notes:
Details:
Tests:
$ find . -name defaultpreloader.swf notice that there is such a
file there
$ ant clean, then
http://localhost:8080/legals/demos/weather/weather.lzx notice that
it loads...
and
$ find . -name defaultpreloader.swf
the file is still there, not deleted.
Files:
M WEB-INF/lps/lfc/build.xml
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20061211-
ben-x.tar