Return-Path: Delivered-To: apmail-incubator-click-dev-archive@minotaur.apache.org Received: (qmail 59174 invoked from network); 21 May 2009 18:23:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 May 2009 18:23:55 -0000 Received: (qmail 41238 invoked by uid 500); 21 May 2009 18:11:58 -0000 Delivered-To: apmail-incubator-click-dev-archive@incubator.apache.org Received: (qmail 40003 invoked by uid 500); 21 May 2009 18:11:55 -0000 Mailing-List: contact click-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-dev@incubator.apache.org Received: (qmail 38722 invoked by uid 99); 21 May 2009 18:07:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2009 18:07:15 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcwcd-click-development-2@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2009 18:07:06 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M7CfE-0004ki-IT for click-dev@incubator.apache.org; Thu, 21 May 2009 18:06:44 +0000 Received: from p54a7f967.dip.t-dialin.net ([84.167.249.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 May 2009 18:06:44 +0000 Received: from a.adrian.tech by p54a7f967.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 May 2009 18:06:44 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: click-dev@incubator.apache.org From: "Adrian A." Subject: Re: [clickclick] Build.xml fails ... Date: Thu, 21 May 2009 20:06:14 +0200 Lines: 26 Message-ID: References: <4A1593BD.4030709@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p54a7f967.dip.t-dialin.net User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <4A1593BD.4030709@gmail.com> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org >> The build seems to fail now again because of some missing Calendar >> component :( : >> org.apache.click.extras.prototype.CalendarField >> this package however is not yet in the Click trunk :(. > > > It was but got removed yesterday. I've updated the demo. After that change it was still not compiling. I fixed it and now it compiles. The build process also seems to fail on Vista from time to time because of the JavaDoc: strangely it can't access some files that are there. Running one more time, will make it work mostly, but it's still annoying. (it might be an execution "sequence" problem) - I couldn't find a way to reproduce constantly the problem. IMHO in the mean time, the "javadoc" task should not be executed on "build-all". May I remove that task dependency? For the future, maybe a better idea would be to: 1. use SVN external as a dependency for Click trunk (this way the IDE would use it constantly from there and only what's in trunk) 2. use a CI server for ClickClick too. I know, a CI server was promised after the Click TLP graduation, but now that the graduation "failed", could we get a CI instance like other projects?