Hi

I am getting a nagging exception report when I try to build DisplayTag 1.0 with Maven 1.0.

It fails to find the following dependencies:

"edu.umd.cs.findbugs.ba.DataflowAnalysisException: Repository lookup failure: java.lang.ClassNotFoundException: Exception while looking for class javax.servlet.jsp.JspTagException: java.io.IOException: Couldn't find: javax.servlet.jsp.JspTagException.class"
Exception analyzing org.displaytag.exception.BaseNestableJspTagException: edu.umd.cs.findbugs.ba.AnalysisException: FindInconsistentSync2 caught exception: edu.umd.cs.findbugs.ba.DataflowAnalysisException: Repository lookup failure: java.lang.ClassNotFoundException: Exception while looking for class javax.servlet.jsp.JspTagException: java.io.IOException: Couldn't find: javax.servlet.jsp.JspTagException.class
 
"Exception analyzing org.displaytag.export.BaseExportView: edu.umd.cs.findbugs.ba.AnalysisException: FindInconsistentSync2 caught exception: edu.umd.cs.findbugs.ba.DataflowAnalysisException: Repository lookup failure: java.lang.ClassNotFoundException: Exception while looking for class org.apache.commons.logging.Log: java.io.IOException: Couldn't find: org.apache.commons.logging.Log.class"
Exception analyzing org.displaytag.export.BaseExportView: edu.umd.cs.findbugs.ba.AnalysisException: FindInconsistentSync2 caught exception: edu.umd.cs.findbugs.ba.DataflowAnalysisException: Repository lookup failure: java.lang.ClassNotFoundException: Exception while looking for class org.apache.commons.logging.Log: java.io.IOException: Couldn't find: org.apache.commons.logging.Log.class

and so on for other classes .....

Basically it is unable to find the classes for the ServletAPI jars and the Apache Commons jars.

I have the following in my CLASSPATH but the builder is unable to find them.

C:\Jars\commons-beanutils-1.6.1.jar;C:\Jars\commons-collections-2.1.1.jar;C:\Jars\commons-lang-2.0.jar;C:\Jars\commons-logging-1.0.4.jar;C:\Jars\servlet-api.jar;C:\Jars\jsp-api.jar;C:\Jars\tools.jar;C:\Jars\log4j-1.2.8.jar ;C:\Jars\itext-1.3.jar;.;

What could be wrong?

Need your help urgently.

Shreedeep.

Reply via email to