Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 78270 invoked from network); 11 Nov 2003 15:11:59 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Nov 2003 15:11:59 -0000 Received: (qmail 41035 invoked by uid 500); 11 Nov 2003 15:11:46 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 41005 invoked by uid 500); 11 Nov 2003 15:11:46 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 40976 invoked from network); 11 Nov 2003 15:11:45 -0000 Received: from unknown (HELO nomad.itslogic.nl) (213.154.225.17) by daedalus.apache.org with SMTP; 11 Nov 2003 15:11:45 -0000 Received: (qmail 19242 invoked from network); 11 Nov 2003 16:11:32 -0000 Received: from unknown (HELO 192.168.2.40) (213.154.225.154) by nomad.itslogic.nl with SMTP; 11 Nov 2003 16:11:32 -0000 From: Caoilte O'Connor To: user@ant.apache.org Subject: Re: java task and classpath problem Date: Tue, 11 Nov 2003 16:11:43 +0100 User-Agent: KMail/1.5.4 References: <200311111519.02440.lists@caoilte.org> <200311111534.58240.lists@caoilte.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311111611.43134.lists@caoilte.org> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N aaah. i have it. it was my fault, and -debug should have revealed the problem to me. another package was missing, and I wrongly assumed not forking would generate the same error message as forking. i knew it would be something stupidly simple like that. I put the missing package in the classpath and now its happy. thanks for forcing me back to the -debug trace. c > No, but it will tell you/us which class is loaded via > which classloader - as it is far more likely a > classloader than a classpath issue. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org