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
> 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!