From: Maury H. <ml1...@sh...> - 2004-05-04 23:07:24
|
Is there anybody out there? ;-) I've done a checkout of the rcp tree from CVS, and am attempting to build the jars so I can have an initial go at attempting to build an application based on rcp, and I seem to be missing something. After a few changes to build.xml and project.properties so that ant could find all the jar files (I also had to dig up a copy of xerces.jar and put it in a directory under spring-framework-1.0/lib, as rcp expected it to be there), it is now complaining that it cannot find certain classes. A couple of examples are: org.springframework.rules.UnaryFunction and org.springframework.util.Assert. I don't seem to be able to find those classes anywhere in either the spring-rcp or the spring-framework trees. Am I being dense and just not seeing them? Or am I just too far out on the bleeding edge, and I need to wait for some more stuff checked in before I can attempt anything? Thanks in advance... Maury. |