Re: java.io.IOException calling java task

2006-01-22 Thread Steve Loughran
markus innerebner wrote: Antoine Levy-Lambert wrote: Hello Markus, when you fork a java command, you are then subject to limits set by your operating system to length of commands. on Windows, it is 4096 bytes. Hello Antoine And this value cannot be changed by hand?? not unless your h

Re: java.io.IOException calling java task

2006-01-22 Thread markus innerebner
Antoine Levy-Lambert wrote: Hello Markus, when you fork a java command, you are then subject to limits set by your operating system to length of commands. on Windows, it is 4096 bytes. Hello Antoine And this value cannot be changed by hand?? Markus -

Re: java.io.IOException calling java task

2006-01-22 Thread Antoine Levy-Lambert
Hello Markus, when you fork a java command, you are then subject to limits set by your operating system to length of commands. on Windows, it is 4096 bytes. Antoine markus innerebner wrote: > Hello @ all > > When executing the java ant target or my written ant task with a long > classpath I re

java.io.IOException calling java task

2006-01-21 Thread markus innerebner
Hello @ all When executing the java ant target or my written ant task with a long classpath I receive a java.io.IOException. This exception only appears when I am invoking such task in fork mode true. Without forking I don't have this problem. I tried also to set a relative path, but ant set t