Hi Danny,
I tried to cvs update pubsearch. I got error message:
++++++++++++
compile:
[depend] Deleted 21 out of date files in 3 seconds
[javac] Compiling 24 source files to /Users/jingli/pub-cvs/build
[javac] Found 1 semantic error compiling
"/Users/jingli/pub-cvs/WEB-INF/classes/pub/beans/factories/ArticleBeanFactor
y.java":
[javac] 47. return new NullArticleBean();
[javac] <------------------->
[javac] *** Error: The type of this return expression,
"pub/beans/NullArticleBean", does not match the return type of the method,
"pub/beans/PubBeanI".
[javac] Found 1 semantic error compiling
"/Users/jingli/pub-cvs/WEB-INF/classes/pub/beans/NullHitBean.java":
[javac] 129. return new NullArticleBean();
[javac] <------------------->
[javac] *** Error: The type of this return expression,
"pub/beans/NullArticleBean", does not match the return type of the method,
"pub/beans/ArticleBean".
++++++++++++++
Please have a look if you got chance,
Thanks a lot,
Jing
|