This looks like you are installing 0.9.7 over 0.9.6? Make sure you do build.sh clean before build.sh junit - you have one out of date file and one up to date file - the SqlGenerator and related classes were recently moved from org.apache.ojb.broker.accesslayer to org.apache.ojb.broker.accesslayer.sql
Russell On Tue, 2002-10-22 at 17:14, Van D. wrote: > > > I installed ojb-0.9.7 and tried to run build.sh junit but got this incompatible >types error: [javac] >/home/van/OJB/jakarta-ojb-0.9.7/target/src/org/apache/ojb/broker/accesslayer/StatementsForClassImpl.java:108: > incompatible types > [javac] found : org.apache.ojb.broker.accesslayer.sql.SqlGenerator > [javac] required: org.apache.ojb.broker.accesslayer.SqlGenerator > [javac] sqlGenerator = >SqlGeneratorFactory.getInstance().createSqlGenerator(); > [javac] any suggestions with be greatVan > > > --------------------------------- > Do you Yahoo!? > Y! Web Hosting - Let the expert host your web site -- To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>
