Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 24611 invoked from network); 23 Oct 2007 14:36:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2007 14:36:10 -0000 Received: (qmail 86181 invoked by uid 500); 23 Oct 2007 14:35:53 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 86149 invoked by uid 500); 23 Oct 2007 14:35:53 -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 86138 invoked by uid 99); 23 Oct 2007 14:35:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 07:35:53 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ddevienne@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 14:35:57 +0000 Received: by ug-out-1314.google.com with SMTP id c2so122611ugf for ; Tue, 23 Oct 2007 07:35:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=DxKV5T4ndMd5imhXNGduBAxTdAy8vjje6B4/E1/+f8U=; b=Q8hrWNmX/UN0HfNg0squwovAOoAM7tbQTtJC6O81C1gvbxBBfiCuzX5K7vs27ox/buvtFK1ALNG2o1vF3HVvoui2O1hxlYNMIFxTXNKV8o8SqudDynHzMDv/ER7FS7Nb4e0wwFYlnuQG8yzhu1QFfNmGwVPOmWpnc16gBfBfmIU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=of0o/KqOrYYyQMIcIAxS1nDiY2LDiN4f5PM6BiQP3pl+QuINv2X2vMdlwJzO0j/NTwUtXRxA0g2wujgkq7D5a8X1Yq+cd0XfGZTrDpYtt2xo3TaiLbsWkwqHDxnr0olEsA0m0ZvyJ6JM3RwIeeRmPlLrY6vSy9jQfWkL02kBYbM= Received: by 10.66.219.16 with SMTP id r16mr878388ugg.1193150136117; Tue, 23 Oct 2007 07:35:36 -0700 (PDT) Received: by 10.66.248.7 with HTTP; Tue, 23 Oct 2007 07:35:36 -0700 (PDT) Message-ID: <255d8d690710230735i8ec3ccarf79e7954ba76ec39@mail.gmail.com> Date: Tue, 23 Oct 2007 09:35:36 -0500 From: "Dominique Devienne" To: "Ant Users List" Subject: Re: searching help for: class org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter can not be found In-Reply-To: <13365206.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13155870.post@talk.nabble.com> <255d8d690710110701l6100fccx27df0eb72eebda95@mail.gmail.com> <13365206.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On 10/23/07, rolando80 wrote: > I've tried the possibilities proposed by you but it didn't work. Bummer. > Could it be that its because the class DefaultCompilerAdapter is within > ant.jar and aspectjtools.jar? It rarely a good idea to have duplicate classes in jar. Have you tried removing the duplicate class from aspectjtools.jar. BTW, have you asked a question on the aspectj forum? > But i can't leave aspectjtools.jar because it contains the class Ajc which > is required. There's a switch of the JVM which allows you to see a very verbose output of all class loading activities, showing you precisely where classes are loaded from. Not much to go on, I know, sorry. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org