Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 54027 invoked by uid 500); 5 Oct 2001 04:49:29 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 53990 invoked from network); 5 Oct 2001 04:49:29 -0000 Message-ID: <3BBD3BD7.24575E8@ICS-Services.com> Date: Fri, 05 Oct 2001 00:49:27 -0400 From: Andy Straw X-Sender: "Andy Straw" X-Mailer: Mozilla 4.7 [en]C-gatewaynet (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: ant-user@jakarta.apache.org Subject: java fork="yes" hanging on Windows98 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I've used Ant on Solaris and WinNT before with no problems. Now I'm on Windows98, and it seems that using the java task with fork="yes" hangs when Ant tries to fork a new JVM. If I don't fork (no fork="yes"), things work fine. But I need to set some of the attributes (like jvmarg) which are only valid if fork="yes", so I need to fork a new JVM. I'm using Ant 1.4, JDK 1.3.1_01. I have Ant installed in C:\ant. Simple build.xml: Output I'm seeing from "ant -verbose": Ant version 1.4 compiled on September 3 2001 Buildfile: build.xml Detected Java version: 1.3 in: C:\JDK1.3.1_01\JRE Detected OS: Windows 98 parsing buildfile C:\Documents\antProblem\build.xml with URI = file:C:/Documents/antProblem/build.xml Project base dir set to: C:\Documents\antProblem Build sequence for target `test' is [test] Complete build sequence is [test] test: [java] Forking C:\JDK1.3.1_01\JRE\..\bin\java.exe -classpath C:\Documents\antProblem Test [and then it hangs] Any help from anyone would be greatly appreciated. Andy Straw Andy.Straw@ICS-Services.com