From owner-freebsd-eclipse@FreeBSD.ORG Sun Oct 21 16:48:37 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8830716A419 for ; Sun, 21 Oct 2007 16:48:37 +0000 (UTC) (envelope-from jwolz1@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by mx1.freebsd.org (Postfix) with ESMTP id 5E26013C4A5 for ; Sun, 21 Oct 2007 16:48:36 +0000 (UTC) (envelope-from jwolz1@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so826439rvb for ; Sun, 21 Oct 2007 09:48:25 -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:cc:in-reply-to:mime-version:content-type:references; bh=ghlMnHUsKWk25IKu6ls9wF+DSH2DG2nJGVcmNSQY1lg=; b=kzul6R3yLaiMD5k4cvBfCqe6xvPHDT+DzMKkuWFPdLZhpwYDbYy4HhFVnG9I2ZI6XavxGweb5nZfzgjFcdHqdhL26vnFtGJv0bQs78vA+lMR3W59HDuIU91I4eHOxVFgMv6xgf2pu8D1bh+unirc/43XjFJScv3tnxAnnG0f5i0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=EvR86Ovn4PRy02k4AXz9aT+XUCb1Bv3CN15HWQXapdCtkvbSj+4223IPtPnpfnstjRPgftdLhrW9OLw98+qnlOczeWrqUr+ScMRRgh5Hgn/ZeT1E0Tld/iyS6jVEwlUyLh1vGNbS2H+vap2H8SZfrBt8ibe+r6fYtd5s9SnH004= Received: by 10.140.128.3 with SMTP id a3mr1884045rvd.1192983571289; Sun, 21 Oct 2007 09:19:31 -0700 (PDT) Received: by 10.141.164.1 with HTTP; Sun, 21 Oct 2007 09:19:31 -0700 (PDT) Message-ID: <9d7b21120710210919v691b6fdfvc9728687c9fe29ff@mail.gmail.com> Date: Sun, 21 Oct 2007 18:19:31 +0200 From: "Jonas Wolz" To: "Ken Yamada" In-Reply-To: <20071021.194217.57453274.ken@tydfam.jp> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6553_29075305.1192983571251" References: <4718CE96.3080602@buzmo.com> <20071020.205640.13768381.ken@tydfam.jp> <9d7b21120710210302q475962d8jcaca99e1860827e8@mail.gmail.com> <20071021.194217.57453274.ken@tydfam.jp> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-eclipse@freebsd.org Subject: Re: Eclipse 3.3.1 build X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2007 16:48:37 -0000 ------=_Part_6553_29075305.1192983571251 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Attached you will find the modified patches. Using them Eclipse builds without ant-contrib on my computer, but of course I can not guarantee anything. The "trick" I used was moving the "conditional parts" into a new target with a suitable "if" attribute which gets called by an antcall. I also modified the definition of the "jdk16" property since it was always set to false. (In ant properties are set *only* at the first definition, statements setting them later are silently ignored (Which isn't very obvious from the documentation so when I wrote my first ant script I stumbled into exactly that problem...)) Greetings, Jonas On 10/21/07, Ken Yamada wrote: > Thank you for your comment. > > Please eliminate files/patch-features-jdt-features.xml which I forgot to exclude. (I updated http://www.tydfam.jp/eclipse-europa-331.tgz.) > > Yes, if you upgrade patch files to eliminate the use of ant-contrib, it would be nice for most of people. Your contribution is very appreciated. > > > > > ------=_Part_6553_29075305.1192983571251--