Xavier Hanin wrote:
Hi,
I'm currently testing ant 1.7 and I run into an issue with the javadoc
task.
The following snippet:
<javadoc destdir="${javadoc.build.dir}">
<fileset dir="${src.dir}"/>
</javadoc>
Works with windows vista + jdk 1.6 + ant 1.6.5, but fails with windows
vista
+ jdk 1.6 + ant 1.7.0:
Javadoc failed: java.io.IOException: Cannot run program
"D:\dev\jdk\jdk1.6.0\bin\javadoc.exe": CreateProcess error=87, ParamÞtre
incorrect
Any idea?
- Xavier
Looks like a new bug. Filed it? what does a -verbose run say?
Also, is this an ivy problem? if so, what target should I run?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]