java - Skip javadoc during compilation -
i'm trying build netbeans project (i'm not primary developer) through command line, using ant , it's failing in javadoc generation.
is there way turn off javadoc during ant compilation?
generation of javadoc can skipped explicitly invoking build phase. netbeans provide internal label this:
ant -f src_dir -dnb.internal.action.name=build jar
Comments
Post a Comment