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
