From 12b1d667965556002ea0fd300a71bcdf57634e90 Mon Sep 17 00:00:00 2001 From: Nick Hudson Date: Fri, 16 Dec 2011 11:16:00 +0000 Subject: Add "javadoc" target to stroke build.xml file This change adds a javadoc target to the build file for stroke, so that you can do % cd build/stroke % ant javadoc I have not updated any of the other build infrastructure (Makefile etc.). Nor have I added any intelligence to the "javadoc" task so that it won't bother creating documentation if the doc is already up to date etc.. Note that I've not used the "linkoffline" directive, which means that if you try to generate doc when the Oracle web pages are offline, things may hang until the connection times out. Test-information: "ant javadoc" works as expected "isodebuild clean -component=stroke" gets rid of any javadoc diff --git a/.gitignore b/.gitignore index 48b8b62..a89e539 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ MANIFEST.MF *\~ build/ dist/ +doc/ nbproject/ *.class isode/Makefile diff --git a/build.xml b/build.xml index 94ef93b..4114302 100644 --- a/build.xml +++ b/build.xml @@ -7,6 +7,7 @@ XMPP Library porting Swiften to Java. + @@ -75,8 +76,25 @@ + + + + + + + + + + + + + -- cgit v0.10.2-6-g49f6