From owner-freebsd-java@FreeBSD.ORG Thu Jul 3 16:35:58 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 70B8F37B401 for ; Thu, 3 Jul 2003 16:35:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DD2643FDF for ; Thu, 3 Jul 2003 16:35:58 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from freefall.freebsd.org (olgeni@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h63NZvUp017200 for ; Thu, 3 Jul 2003 16:35:57 -0700 (PDT) (envelope-from olgeni@freefall.freebsd.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h63NZvuh017199 for java@FreeBSD.org; Thu, 3 Jul 2003 16:35:57 -0700 (PDT) Date: Thu, 3 Jul 2003 16:35:57 -0700 (PDT) From: Jimmy Olgeni Message-Id: <200307032335.h63NZvuh017199@freefall.freebsd.org> To: java@FreeBSD.org Subject: eclipse online help is missing javadoc X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 23:35:58 -0000 Hi, More eclipse fun, this will enable the full javadoc build. For whatever reason, the buildDoc target did not depend on init so I listed it in the ant invocation. The plist does not change as everything is zipped. Still no clue about JDT/PDE source attachments... :-/ --- eclipse.211/files/Makefile Thu Jul 3 22:52:17 2003 +++ eclipse/files/Makefile Fri Jul 4 01:21:37 2003 @@ -126,7 +126,7 @@ build-doc: @$(ECHO) "===> Building Javadoc." - $(ANT) -f build.xml buildDoc + $(ANT) -f build.xml init buildDoc build-install: $(ANT) -f build.xml install -- jimmy