Will do.
How could I gotten so much wrong in two lines of code?! :))
Stefan Bodewig wrote:
Trying to get up to speed, you mean this one? <http://cvs.apache.org/viewcvs.cgi/jakarta-ant/src/main/org/apache/tools/ant/types/AbstractFileSet.java.diff?r1=1.9&r2=1.10>
If you
(1) make it JDK 1.1 compatible by using FileUtils#getParentFile instead of File#getParentFile 8-)
(2) use createInclude instead of setIncludes so that it works for filenames that contain spaces.
+1
Stefan
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
