AW: Fork problem in the task "Java" with long classpath, on Windows OS.

2005-11-22 Thread Jan.Materne
then indeed it's a classpath length issue, and you can >use tricks like create a Jar with an in-manifest Class-Path: >attribute interpreted by the VM directly to work around the issue. --DD Maybe a jar with only that manifest file? Jan --

Re: Fork problem in the task "Java" with long classpath, on Windows OS.

2005-11-22 Thread Dominique Devienne
> I wrote an Ant build.xml file and I'd like to use the Java task with a very > long classpath. I also need to use the "fork" property (fork="true") > for setting the amount of memory available for the new JVM. > > The task works fine on Linux and on Windows when I use the JRE 1.3.x, but > I get a

Fork problem in the task "Java" with long classpath, on Windows OS.

2005-11-22 Thread Nardelli, Luca
Hi, I wrote an Ant build.xml file and I'd like to use the Java task with a very long classpath. I also need to use the "fork" property (fork="true") for setting the amount of memory available for the new JVM. The task works fine on Linux and on Windows when I use the JRE 1.3.x, but I get an jav