Larry,
It seems I can generate the Javadoc just find using the File>Export>Javadoc
command in Eclipse. So there is defnitely something wrong with how Eclipse
is handling the Ant Script.
It seems like my Javadoc task is only loading the source files and is not
completing the rest of the Javadoc T
Hi Sunburned,
I don't know why your Ant script isn't working. I always use the
Project->Generate Javadoc command. It is always a big deal to me
since every time I update the Javadoc on SourceForge, it seems to take
hours.
You might try adding failonerror="false" if you haven't already.
Lar
I'm trying to put the finishing touches on the OpenJUMP/OpenJUMP-Ex Ant
Build file that I've been working on. I've got everything but the Javadoc
task working. Here is the portion of my Ant build file that generates the
Javadoc for OpenJUMP: