From user-return-72069-apmail-ant-user-archive=ant.apache.org@ant.apache.org Thu Nov 17 11:36:11 2011 Return-Path: X-Original-To: apmail-ant-user-archive@www.apache.org Delivered-To: apmail-ant-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 09DB17C22 for ; Thu, 17 Nov 2011 11:36:11 +0000 (UTC) Received: (qmail 44682 invoked by uid 500); 17 Nov 2011 11:36:10 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 44517 invoked by uid 500); 17 Nov 2011 11:36:04 -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 44505 invoked by uid 99); 17 Nov 2011 11:36:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2011 11:36:01 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2011 11:35:55 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 430C440F00EE for ; Thu, 17 Nov 2011 12:35:34 +0100 (CET) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Cs7a8H-zZGIX for ; Thu, 17 Nov 2011 12:35:33 +0100 (CET) Received: by samaflost.de (Postfix, from userid 1000) id C3CE540F00DB; Thu, 17 Nov 2011 12:35:33 +0100 (CET) From: Stefan Bodewig To: user@ant.apache.org Subject: Re: fork, JUnit and Linux References: <06080D44730F41428BAF2168FA8BDD8005E39AC1@icsrv02.icongmbh.de> <8739dupuyv.fsf@v35516.1blu.de> <06080D44730F41428BAF2168FA8BDD8005EDBB70@icsrv02.icongmbh.de> Date: Thu, 17 Nov 2011 12:35:33 +0100 In-Reply-To: <06080D44730F41428BAF2168FA8BDD8005EDBB70@icsrv02.icongmbh.de> (Juergen Knuplesch's message of "Mon, 14 Nov 2011 16:09:57 +0100") Message-ID: <87y5vfkmm2.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On 2011-11-14, Knuplesch, Juergen wrote: > I use OpenSuse 11.4 32 Bit > I use Java 1.6.0.17, JDK from Sun > Before that I tried 1.6.022 and OpenJDK. And you are sure this is what Ant uses? > The problem I have is when I use the fork attribute. > Do I have to tell Linux to take the old classpath along. How? > With windows it works the way I use it. On Linux it does for me as well. If you run Ant in verbose mode it will tell you the command line it uses to run the foreked Java process. Anything strange in there? Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org