I added a <excludePackageNames>*.validator</excludePackageNames> in javadoc plugin to fix this temporarily. -- Marica
On Sun, May 24, 2009 at 11:22 AM, Marica Tan <[email protected]> wrote: > I mean package org.apache.maven.continuum.web.validator > > > On Sun, May 24, 2009 at 11:22 AM, Marica Tan <[email protected]> wrote: > >> package org.apache.maven.continuum.web.validators to be exact >> >> >> On Sun, May 24, 2009 at 11:21 AM, Marica Tan <[email protected]>wrote: >> >>> Some classes in webapp extends ValidatorSupport which has imports on >>> commons-logging >>> >>> >>> On Sun, May 24, 2009 at 10:01 AM, Marica Tan <[email protected]>wrote: >>> >>>> commons-logging is in the banned dependencies >>>> >>>> >>>> On Sat, May 23, 2009 at 9:23 PM, Marica Tan <[email protected]>wrote: >>>> >>>>> All, >>>>> While trying to prepare release of 1.3.3, I've encountered a problem. >>>>> >>>>> Javadoc failed to build in continuum-webapp >>>>> >>>>> javadoc: warning - Error! >>>>> javadoc: warning - com.sun.tools.javac.code.Symbol$CompletionFailure: >>>>> file org/apache/commons/logging/Log.class not found >>>>> com.sun.tools.javac.code.Symbol$CompletionFailure: file >>>>> org/apache/commons/logging/Log.class not found >>>>> >>>>> Command line was:"cd >>>>> /Users/marica/Projects/continuum-1.3.x/continuum-webapp/target/apidocs && >>>>> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/javadoc" >>>>> @options @packages >>>>> >>>>> >>>>> Adding a dependency on commons-logging fixes this problem though. >>>>> >>>>> I was wondering why it needs the commons-logging? Does it work for >>>>> anyone else? >>>>> >>>>> Should i go ahead and add the commons-logging? >>>>> >>>>> I can't proceed with the release :( >>>>> >>>>> >>>>> Thanks >>>>> -- >>>>> Marica >>>>> >>>> >>>> >>> >> >
