Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Javadoc question (using NetBeans 6.7.1)

1 view
Skip to first unread message

Lothar Behrens

unread,
Oct 23, 2009, 9:22:42 AM10/23/09
to
Hi,

I have a netbeans project that need to load other packages, thus I
usually have to generate javadoc for all packages separately. To
simplify this I search for a solution to get 1.) one documentation and
2.) can generate without the use of netbeans.

I have read a bit about the sub packages command argument but I am a
newby and have to quickly solve the problem.

Thanks for any comments,

Lothar

Lothar Kimmeringer

unread,
Nov 2, 2009, 7:05:16 PM11/2/09
to
Lothar Behrens wrote:

> I have a netbeans project that need to load other packages, thus I
> usually have to generate javadoc for all packages separately. To
> simplify this I search for a solution to get 1.) one documentation and
> 2.) can generate without the use of netbeans.

You can use Ant and the javadoc task [1]. This is Netbeans-
independent and most IDEs come with integrated Ant-support
(I'm using Eclipse, but would be surprised if that's not
the case for NB), so you can create and start these scripts
directly from there but - using the ant-command-shell - e.g.
for the automated nightly build as well.


Regards, Lothar

[1] http://ant.apache.org/manual/CoreTasks/javadoc.html
--
Lothar Kimmeringer E-Mail: spam...@kimmeringer.de
PGP-encrypted mails preferred (Key-ID: 0x8BC3CD81)

Always remember: The answer is forty-two, there can only be wrong
questions!

0 new messages