From owner-freebsd-eclipse@FreeBSD.ORG Sun Oct 21 15:08:58 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 CB38016A476 for ; Sun, 21 Oct 2007 15:08:58 +0000 (UTC) (envelope-from jwolz1@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id A6DAA13C48A for ; Sun, 21 Oct 2007 15:08:13 +0000 (UTC) (envelope-from jwolz1@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so810172rvb for ; Sun, 21 Oct 2007 08:07:52 -0700 (PDT) Received: by 10.140.170.12 with SMTP id s12mr1803571rve.1192960926943; Sun, 21 Oct 2007 03:02:06 -0700 (PDT) Received: by 10.141.164.1 with HTTP; Sun, 21 Oct 2007 03:02:06 -0700 (PDT) Message-ID: <9d7b21120710210302q475962d8jcaca99e1860827e8@mail.gmail.com> Date: Sun, 21 Oct 2007 12:02:06 +0200 From: "Jonas Wolz" To: "Ken Yamada" In-Reply-To: <20071020.205640.13768381.ken@tydfam.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4717852B.3060308@buzmo.com> <4718CE96.3080602@buzmo.com> <20071020.205640.13768381.ken@tydfam.jp> 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 15:08:58 -0000 So far your port seems to work very well for me. Thank you very much! I found a small glitch, however: When I tried to use the Eclipse Update Manager it gave me the following error message: Error Parsing feature stream. Error parsing feature stream. Unknown element "condition" in parsing state "Import". Check the validity of the XML file. Feature location: file:/usr/local/eclipse-europa331/features/org.eclipse.jdt_3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL/feature.xml Error parsing feature stream. Unknown element "isset" in parsing state "Import". Check the validity of the XML file. Feature location: file:/usr/local/eclipse-europa331/features/org.eclipse.jdt_3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL/feature.xml I could fix that by commenting out the -tag in that file. Apart from that I found no errors so far. :-) If you want (and tell me which files are affected) I could also take a look at the ant build files where you have used the "if"-condition and try to make them work without ant-contrib (I'm not an ant expert, but I have already written some build files with it). Thanks again, Jonas On 10/20/07, Ken Yamada wrote: > Ok, > I think that I made it, at least successful compilation with both jdk15/jdk16. However, I have not run them as I am using eclipse-europa itself for eclipse porting which I do not want to disturb. > > Would you please try if it works for you? It is in http://www.tydfam.jp/eclipse-europa-331.tgz as usual. > > One need to mention. > You need ant-contrib (http://ant-contrib.sourceforge.net) as I used for conditional branch for jdk15 and jdk16. Please download it defreeze and put ant-contrib-1.0b3.jar into /usr/local/share/java/apache-ant/lib. > My ant knowledge is bad and I needed it to make it happen quickly. Sorry for your incovenience. > > > >