eclipse online help is missing javadoc

Jimmy Olgeni olgeni at FreeBSD.org
Thu Jul 3 16:35:58 PDT 2003


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


More information about the freebsd-java mailing list