Return-Path: Delivered-To: apmail-click-dev-archive@www.apache.org Received: (qmail 33160 invoked from network); 16 Jun 2010 10:00:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Jun 2010 10:00:35 -0000 Received: (qmail 41454 invoked by uid 500); 16 Jun 2010 10:00:35 -0000 Delivered-To: apmail-click-dev-archive@click.apache.org Received: (qmail 41391 invoked by uid 500); 16 Jun 2010 10:00:33 -0000 Mailing-List: contact dev-help@click.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@click.apache.org Delivered-To: mailing list dev@click.apache.org Received: (qmail 41378 invoked by uid 99); 16 Jun 2010 10:00:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 10:00:33 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sabob1@gmail.com designates 209.85.160.42 as permitted sender) Received: from [209.85.160.42] (HELO mail-pw0-f42.google.com) (209.85.160.42) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 10:00:25 +0000 Received: by pwi4 with SMTP id 4so4147078pwi.29 for ; Wed, 16 Jun 2010 03:00:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=uYH04QxjEDCw8qym/OlRv/oDh8OOcAUjNZLKjqIY2zk=; b=h6gfsHHNDrjJ1eqGkMUizAC0kSF4KXkHkYpmZdrch9P3hm8jpgqpkqP5Rn7Z92Wcps v5ynfuiOXxaWnD+5bCETnnYCu1tq1j8L1k0369pMsbCqf/AdBwb87LvXHTsPZJFYcEkt +Qw4pV4Zm52Nqj5pJVUenBAxL1gbnijcdYeYs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=DPL9ciLyEIvre5vir/AUIHnErakfvBBht6u8V+NicBMFNodb3Orq5LhjvwlSiwDltn JKQmfUfhDPVckxFpLCyF1FtAnVL90Wx8DulKA4Xgj8OeQZELzgbM6l0TJrvVKmog/1id VMA6E+Cjsr1W30ULsL7K2mSb+pqOfKoev3qTA= Received: by 10.115.117.38 with SMTP id u38mr6819296wam.168.1276680861304; Wed, 16 Jun 2010 02:34:21 -0700 (PDT) Received: from [10.1.1.3] (124-168-162-194.dyn.iinet.net.au [124.168.162.194]) by mx.google.com with ESMTPS id b6sm79633664wam.9.2010.06.16.02.34.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 16 Jun 2010 02:34:20 -0700 (PDT) Message-ID: <4C189A98.9080906@gmail.com> Date: Wed, 16 Jun 2010 19:34:16 +1000 From: Bob Schellink User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: dev@click.apache.org Subject: Re: svn commit: r955095 - in /click/trunk/click/extras/test/org/apache/click/util: Address.java ExtrasClickUtilsTest.java SampleObject.java State.java User.java References: <20100615234836.67121238899C@eris.apache.org> In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Thanks Finn, I've moved the util package under extras so should be resolved now. Let me know if you still have issue. Kind regards Bob On 16/06/2010 19:22, Finn Bock wrote: >> Author: sabob >> URL: http://svn.apache.org/viewvc?rev=955095&view=rev >> Log: >> remove dependency between core and extra tests >> >> Added: >> click/trunk/click/extras/test/org/apache/click/util/Address.java >> click/trunk/click/extras/test/org/apache/click/util/SampleObject.java >> click/trunk/click/extras/test/org/apache/click/util/State.java >> click/trunk/click/extras/test/org/apache/click/util/User.java > > Hi, these new classes cause problems for the eclipse build. Eclipse > brutely compiles classes from most of the source folders and put all > the .class into a ./bin folder. But having the same class like > org.apache.click.util.Address on two source folders confuses eclipse > and it refuse to build the project. > > This is not a problem for the ant build because it can easily have > multiple output folders, but AFAIK eclipse can not. I would hate to > loose eclipse support, so I hope we can find a solution or workaround. > Like renaming the classes or the package name. > > regards, > Finn >