I just want to point out, the "Auth fail" error message can be
dependant on the ant version you are running.
E.g. with a production version:
$ ant -version
Apache Ant version 1.6.4 compiled on May 19 2005
$ ant deploy
deploy:
[cc] Starting dependency analysis for 3 files.
[cc] 3 fil
$ ant -version
Apache Ant version 1.6.4 compiled on May 19 2005
With the following target
the javadoc task's classpath includes the whole ant runtime jars. Are
there plans to include a includeantruntime="false" option for javadoc
(analog to the one for the java task) in future ant rel
$ ant -version
Apache Ant version 1.6.4 compiled on May 19 2005
With the following target
the javadoc classpath includes the whole ant runtime. Are there plans
to include a includeantruntime="false" option for javadoc (analog to
the one for the java task) in future ant releases?
[j