Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2003 16:35:57 -0700 (PDT)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        java@FreeBSD.org
Subject:   eclipse online help is missing javadoc
Message-ID:  <200307032335.h63NZvuh017199@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307032335.h63NZvuh017199>