Re: javadoc difference between ant 1.6 and ant 1.7

2007-12-18 Thread bart br
Bart Bruggeman wrote: > > click on http://issues.apache.org/bugzilla/show_bug.cgi?id=41958 cause > and find out the cause of your problem or try the next code snippet: > > The following snippet: > > > > -- View this message in context: http://www.nabble.com

Re: javadoc difference between ant 1.6 and ant 1.7

2007-03-29 Thread Xavier Hanin
On 3/29/07, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: Hello Xavier, Bonjour Antoine, a -verbose shows the command line used to start javadoc. At least this is what I expect. Not sure to understand. Steve asked 'what does a -verbose log say?' and as answer I attached the verbose log

Re: javadoc difference between ant 1.6 and ant 1.7

2007-03-29 Thread Antoine Levy-Lambert
Hello Xavier, a -verbose shows the command line used to start javadoc. At least this is what I expect. Antoine > > > Bug #41958 > > what does a -verbose run say? > > -

Re: javadoc difference between ant 1.6 and ant 1.7

2007-03-27 Thread Xavier Hanin
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: > > > > > Works with windows vista + jdk 1.6 + ant 1.6.5, but fails with windo

Re: javadoc difference between ant 1.6 and ant 1.7

2007-03-27 Thread Steve Loughran
Xavier Hanin wrote: Hi, I'm currently testing ant 1.7 and I run into an issue with the javadoc task. The following snippet: 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: C

RE: javadoc difference between ant 1.6 and ant 1.7

2007-03-26 Thread Res Pons
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? Original Mes