Hi,
on my PC, it looks like it takes 2 seconds between the time when a file can be found and the time the contents of the file can be read. Is this a caching mechanism ?
Is this specific of Windows ? Do not know, but I have had to add this to be able to pass the test redirect1 and redirect2 tests.
Cheers, Antoine
[EMAIL PROTECTED] wrote:
antoine 2004/07/03 11:33:40
Modified: src/etc/testcases/taskdefs java.xml
Log:
Make JavaTest pass on Windows.
Revision Changes Path
1.15 +6 -1 ant/src/etc/testcases/taskdefs/java.xml
Index: java.xml
<target name="redirect1">
+ <condition property="sleeptime" value="2000">
+ <os family="windows"/>
+ </condition>
+ <property name="sleeptime" value="1"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]