Keep javadoc when "Clean and Build"
Hi,Is there an option to keep the javadoc generated when running "Cleans and Build" thanks?
[112 byte] By [
hiaw_c] at [2007-11-26 9:33:00]

# 1
I'm not sure whether this option is accessible via the GUI, but you can easily tweak the build.xml file. Override the -post-jar target adding dependency for javadoc target. This way javadoc will be generated each time you run a build.