Re: Conficuring dependency for com.sun.javadoc and com.sun.tools.doclet

2008-06-04 Thread Niranjan Deshpande
Apologies on sending it twice. I just stumbled upon the FAQ just after I sent this post. Thanks for the reply. On Wed, Jun 4, 2008 at 6:14 PM, Vincent Siveton <[EMAIL PROTECTED]> wrote: > Please, don't send twice. > > http://maven.apache.org/users/getting-help.html > Specifically, read the refere

Re: Conficuring dependency for com.sun.javadoc and com.sun.tools.doclet

2008-06-04 Thread Vincent Siveton
Please, don't send twice. http://maven.apache.org/users/getting-help.html Specifically, read the references Cheers, Vincent 2008/6/4, Niranjan Deshpande <[EMAIL PROTECTED]>: > My application needs the Tag and Taglets class when it is compiled. > These classes are provided in JDKs tools.jar fil

Conficuring dependency for com.sun.javadoc and com.sun.tools.doclet

2008-06-04 Thread Niranjan Deshpande
My application needs the Tag and Taglets class when it is compiled. These classes are provided in JDKs tools.jar file. Since this has not been configured in my POM, I am getting this error: package com.sun.tools.doclets does not exist How do i add this dependecny to the POM? AS per my understand