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

Popular posts from this blog

apache - setting document root in antoher partition on ubuntu -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -

Process 'command 'F:\android-sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1 -