On 3/27/07, Steve Loughran <[EMAIL PROTECTED]> wrote:
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?
Bug #41958 <http://issues.apache.org/bugzilla/show_bug.cgi?id=41958>
what does a -verbose run say?
I've attached the log to the bug
Also, is this an ivy problem? if so, what target should I run?
Indeed I got the problem with Ivy build, but it has nothing to do with Ivy.
The target to run is "javadoc" on current Ivy trunk build.xml.
- Xavier
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]