From: Panwar, Vinay [mailto:[EMAIL PROTECTED] > <javadoc packagenames="net.itrade.*" > srcdir="${java.dir}" > destdir="${build.dir}/javadocs" > author="true" > version="true" > windowtitle="InterTrade API" > doctitle="InterTrade" > bottom="InterTrede Systems. All Rights Reserved."> > </javadoc>
> The only thing that is happening is that the javadocs > directory is being > created. Nothing should be happening. javadoc doesn't have a "srcdir" attribute, so your build should fail.
