You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Niklas Mehner <wo...@uni.de> on 2000/09/04 20:23:31 UTC

ant + doclint

Hi! 

I'm trying to use doclint (http://www.znerd.demon.nl/doclint/) with ant
1.1.

When using the snippet from the websitem I get the error :

[..]
BUILD FAILED

config/build.xml:297: sourcePath and destDir attributes must be set!
[..]

When I set the destDir (which is missing), I get :

[..]
docchecks:
  [javadoc] Generating Javadoc
  [javadoc] Parsing source files for packages
  [javadoc] Javadoc execution
  [javadoc] javadoc: invalid flag: -d
  [javadoc] usage: javadoc [options] ...
[..]

Has anybody got doclint working with ant 1.1 ?

thnx,
  Niklas