Re: Newbie problem with javadoc under 1.4

2003-12-19 Thread Eric Giguere
It worked perfectly!!! Thx a lot Eric. [EMAIL PROTECTED] wrote: Eric, you could use maven.javadoc.useexternalfile=true I believe that fixes the issue of command line truncation. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Eric Giguere <[EMAIL PROTEC

Re: Newbie problem with javadoc under 1.4

2003-12-18 Thread dion
Eric, you could use maven.javadoc.useexternalfile=true I believe that fixes the issue of command line truncation. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Eric Giguere <[EMAIL PROTECTED]> wrote on 19/12/2003 07:00:10 AM: > Hi all > I went through

Newbie problem with javadoc under 1.4

2003-12-18 Thread Eric Giguere
Hi all I went through the list of message and didn't find all that I was looking for :( I'm currently moving from ant build/deploy script to the maven tool. I can run now a java:compile on the project file but all attempts to site:generate fails, due to the javadoc plugin issue with jdk 1.4 ( co