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 -

r - Quantstrat logical error while running applySignals - missing value where TRUE/FALSE needed -