From owner-freebsd-java@FreeBSD.ORG Sat Jul 5 04:21:50 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B4F37B401 for ; Sat, 5 Jul 2003 04:21:50 -0700 (PDT) Received: from t9.cwihosting.com (t9.cwihosting.com [64.49.220.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BC664401E for ; Sat, 5 Jul 2003 04:21:50 -0700 (PDT) (envelope-from eddie@eddienolan.com) Received: from pd950ffe2.dip.t-dialin.net ([217.80.255.226] helo=freebsd) by t9.cwihosting.com with asmtp (TLSv1:RC4-MD5:128) (Exim 3.36 #1) id 19Yl6v-0006sO-00 for java@FreeBSD.ORG; Sat, 05 Jul 2003 06:21:45 -0500 From: Edmond Nolan To: java@FreeBSD.ORG Date: Sat, 5 Jul 2003 13:28:09 +0200 User-Agent: KMail/1.5.1 References: <200307050216.32078.eddie@eddienolan.com> <20030705005405.321ac2d5.kabaev@mail.ru> <200307051315.04388.eddie@eddienolan.com> In-Reply-To: <200307051315.04388.eddie@eddienolan.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307051328.10000.eddie@eddienolan.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - t9.cwihosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [0 0] X-AntiAbuse: Sender Address Domain - eddienolan.com Subject: Eclipse 2.1.1 R-2.1.1-200306271545 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: eddie@eddienolan.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2003 11:21:51 -0000 Hi, There are compile errors, see below (using as I write this e-mail the latest files - just did a cvsup update). Just as a matter of interest, I see that the verbose flag for javac (in a lot of the build.xml files) is set to true, is this necessary? Building takes a lot longer ; ) Also, the fail on error is set to false, which means (in my case) that I was*able* to do a 'make install' for eclipse, but (although it started) I couldn't do anything with eclipse - couldn't open / create a project etc. Regards, Eddie [javac] symbol : class PlatformUI [javac] location: package ui [javac] import org.eclipse.ui.PlatformUI; [javac] ^ [javac] [loading /usr/ports/java/eclipse/work/plugins/org.eclipse.ui.workbench/workben ch.jar(org/eclipse/ui/dialogs/ContainerGenerator.class)] [javac] [loading /usr/ports/java/eclipse/work/plugins/org.eclipse.ui.workbench/workben ch.jar(org/eclipse/ui/part/FileEditorInput.class)] [javac] /usr/ports/java/eclipse/work/plugins/org.eclipse.ui.editors/src/org/e clipse/ui/editors/text/FileDocumentProvider.java:49: cannot resolve symbol [javac] symbol : class ResourceMarkerAnnotationModel [javac] location: package texteditor [javac] import org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel;[javac]