I'm interested in this problem as well,

Also if anyone could point me to documentation what I need to set up and run javadocs in my nighly builds. Is it as simple as adding the javadoc task to one of my targets and those property values defined?

       <javadoc destdir="${javadoc.build.dir}">
           <fileset dir="${src.dir}"/>
       </javadoc>


----Original Message Follows----
From: "Xavier Hanin" <[EMAIL PROTECTED]>
Reply-To: "Ant Users List" <user@ant.apache.org>
To: user@ant.apache.org
Subject: javadoc difference between ant 1.6 and ant 1.7
Date: Mon, 26 Mar 2007 18:27:19 +0200

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

_________________________________________________________________
Mortgage refinance is hot 1) Rates near 30-yr lows 2) Good credit get intro-rate 4.625%* https://www2.nextag.com/goto.jsp?product=100000035&url=%2fst.jsp&tm=y&search=mortgage_text_links_88_h2a5f&s=4056&p=5117&disc=y&vers=743


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to