Compilation error with ant...

2002-02-14 Thread Jean-Luc BEAUDET
Hi all ! Well, who can help for this non blockin' pb: When i compil tomcat 4.0.2 with ant, i've got 2 set of warnings: [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes...

Re: Compilation error with ant...

2002-02-14 Thread Christopher K. St. John
Jean-Luc BEAUDET wrote: When i compil tomcat 4.0.2 with ant, i've got 2 set of warnings: [javadoc] javadoc: warning - Tag @see: Class or Package not found: http://java.sun.com/j2se/javadoc/faq.html#namenotreferenced -- Christopher St. John [EMAIL PROTECTED] DistribuTopia

RE: Compilation error with ant...

2002-02-14 Thread Martin van den Bemt
Users List Subject: Compilation error with ant... Hi all ! Well, who can help for this non blockin' pb: When i compil tomcat 4.0.2 with ant, i've got 2 set of warnings: [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes

Re: Compilation error with ant...

2002-02-14 Thread Jean-Luc BEAUDET
, February 14, 2002 14:23 To: Tomcat Users List Subject: Compilation error with ant... Hi all ! Well, who can help for this non blockin' pb: When i compil tomcat 4.0.2 with ant, i've got 2 set of warnings: [javadoc] Building tree for all the packages and classes

Re: Compilation error with ant...

2002-02-14 Thread Jean-Luc BEAUDET
Christopher K. St. John a écrit : Jean-Luc BEAUDET wrote: When i compil tomcat 4.0.2 with ant, i've got 2 set of warnings: [javadoc] javadoc: warning - Tag @see: Class or Package not found: http://java.sun.com/j2se/javadoc/faq.html#namenotreferenced -- Christopher St. John [EMAIL

Re: Compilation error with ant...

2002-02-14 Thread Larry Meadors
Javadoc is complaining because it cannot find the source referenced by the @see tag (in this case the java.lang.Runtime class). It will still create the javadocs, it just will not create the links to the classes that it cannot find. I dealt with this by unzipping the src.jar that comes with the

Re: Compilation error with ant...

2002-02-14 Thread Craig R. McClanahan
PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Compilation error with ant... Hi all ! Well, who can help for this non blockin' pb: When i compil tomcat 4.0.2 with ant, i've got 2 set of warnings: [javadoc] Building tree for all