Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 52241 invoked from network); 23 Oct 2007 15:34:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2007 15:34:23 -0000 Received: (qmail 5858 invoked by uid 500); 23 Oct 2007 15:34:06 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 5830 invoked by uid 500); 23 Oct 2007 15:34:06 -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 5819 invoked by uid 99); 23 Oct 2007 15:34:06 -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 08:34:06 -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 peter.kitt.reilly@gmail.com designates 209.85.146.183 as permitted sender) Received: from [209.85.146.183] (HELO wa-out-1112.google.com) (209.85.146.183) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 15:34:10 +0000 Received: by wa-out-1112.google.com with SMTP id k22so1741008waf for ; Tue, 23 Oct 2007 08:33:47 -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=3cybekDxlj0NLMR+O+pImSgaA3ItnhhMDaV9q6U5Kuc=; b=n4iEWK0qsM82O01J+rTyZN+7yjLDS8PPAYFi4XbXPiIh/KcyIo6FFL9Q2e9FZJAneYThoH8q6R7XPos4W7zRSsPctQWSfPiFhzjSsJ78DdQsqTgr9lZ6fguAXJDWU48azm3vVEDmiL+epgIrSiPaVOPou4TsaHrqVPzbNwTGgLs= 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=bpVANRqSSnhwr2iB3pamMRT9Aoql2kvUpqVxDqUV5KwPpAvNpYW396PQ108BSQjg5a0LZlTJE9BjgRVCwNU0dxgKa/x6A0DgWO5g/OGPTYcwqFtQxTTnFeJ86Wc0eGG9ylAu1jfBFA0sOUGaiK/R58Bnp62+jbOFC6k4MBJG37k= Received: by 10.114.154.1 with SMTP id b1mr1167097wae.1193153627869; Tue, 23 Oct 2007 08:33:47 -0700 (PDT) Received: by 10.114.198.4 with HTTP; Tue, 23 Oct 2007 08:33:47 -0700 (PDT) Message-ID: Date: Tue, 23 Oct 2007 16:33:47 +0100 From: "Peter Reilly" To: "Ant Users List" Subject: Re: searching help for: class org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter can not be found In-Reply-To: <255d8d690710230735i8ec3ccarf79e7954ba76ec39@mail.gmail.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> <255d8d690710230735i8ec3ccarf79e7954ba76ec39@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org I downloaded aspectj, it seems that there been changes since 1.0 - check the doc. Placing all the jar files in $EXAMPLE/lib, the following works for me: Peter On 10/23/07, Dominique Devienne wrote: > 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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org