Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 46342 invoked from network); 29 Jan 2007 23:22:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jan 2007 23:22:42 -0000 Received: (qmail 83833 invoked by uid 500); 29 Jan 2007 23:22:43 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 83809 invoked by uid 500); 29 Jan 2007 23:22:43 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 83798 invoked by uid 99); 29 Jan 2007 23:22:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 15:22:43 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of aclose@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 15:22:34 -0800 Received: by ug-out-1314.google.com with SMTP id m3so1365313ugc for ; Mon, 29 Jan 2007 15:22:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LraT2SzNcxw8yXN48OP6cOzpPRPMPb7riVKcjKTfwpy+L2byLGN/g0uZJiTfUtJGmQnNR6tiDqn5dH8sdhmtVSBdVBq/WqO8hZR6SCzTSKhwYcvsPTRh8DsJFLZ7FAljrv0HO/TMXGztgKiJYsjc7Da8RB+Q/EbKuyXXCA8rVAk= Received: by 10.82.183.19 with SMTP id g19mr4221421buf.1170112932501; Mon, 29 Jan 2007 15:22:12 -0800 (PST) Received: by 10.78.151.10 with HTTP; Mon, 29 Jan 2007 15:22:12 -0800 (PST) Message-ID: Date: Mon, 29 Jan 2007 17:22:12 -0600 From: "Andrew Close" To: "Ant Users List" Subject: JUnit task and the 'fork' attribute... MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org hello all, i'm attempting to get the fork attribute to work with the optional JUnit task. when attempting a build on this machine we are getting JVM OutOfMemoryErrors during the JUnit task. so i figured i would use the fork command and then be able to up the JVM heap size for that particular task. however i'm now getting 'Process fork failed' messages, but no details as to why. here is the target i'm using to invoke JUnit: i've defined the following variables in my properties file: junit.compile.failonerror=true junit.fork=true junit.forkmode=perBatch (i've tried the default and other options as well...) junit.format.type=xml junit.maxmemory=512m junit.printsummary=withOutAndErr junit.report.format=frames in the stacktrace that gets printed during the JUnit task i see java.io.FileNotFoundException: junitvmwatcher1116665720.properties (The system cannot find the file specified) is this a prop file that should be created by the JUnit task? or do i still have something configured incorrectly? thanks for any insight. andy --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org