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
