From: Maury H. <ml1...@sh...> - 2004-06-05 15:18:45
|
I tried to do a fresh CVS checkout and rebuild of spring and spring-rcp this morning. The 'alljars' build of spring failed because the class BatchSqlUpdate doesn't exist (referenced in org.springframework.jdbc.object.RdbmsOperation). I tried to get around it by commenting out the offending statement, and then it was able to complete. However, when doing the 'alljars' build in spring-rcp, I ran into all kinds of difficulty, with the build unable to find classes like 'org.springframework.util.Assert', 'org.springframework.util.ToStringBuilder', 'org.springframework.rules.DefaultRulesSource', and 'org.springframework.rules.Function' (to name a few). Did I miss a download/build step somewhere, or is the current CVS not up to date? Thanks... Maury. |