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
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
-
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
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