Re: AW: copying multiple directories set in property

2005-04-27 Thread Dies Koper
Thanks for the quick reply. One other work-around, of course, is to put all my dtd files in only one of my source directories. With my current projects that might be acceptable. Thanks again, Dies [EMAIL PROTECTED] wrote: > The only workaround is iterating for yourself, e

Re: takes no property

2005-04-27 Thread Antoine Levy-Lambert
Hello Gilbert, read the manual. it says something about the format of the date understood by touch. in ant 1.6.0 it says : specifies the new modification time of the file in the format MM/DD/ HH:MM AM_or_PM or MM/DD/ HH:MM:SS AM_or_PM. ant 1.6.3 can accept other patterns which you spec

takes no property

2005-04-27 Thread Rebhan, Gilbert
Hi, buildfile excerpt = kick off my script Problem = the touch task takes no property. BUILD FAILED C:\CC_ANT~2\build.xml:72: Unparseable date: "27.04.05/09:34" So i tried to extend the orig