Regarding the other two: saxon8.jar - I will change the parent pom and assembly to pull this in from maven central.
com.springsource.net.sf.cglib-2.2.0.jar - this is a bit harder. Spring Framework comes with this jar but it doesnt exist in maven. I cached this in the svn to avoid yet another large download just to fetch this one jar. The generic cglib v.2.2 found in maven central does not work with SpringFramework. I tried to run ducc with it but no luck. On Tue, Nov 26, 2013 at 3:31 PM, Lou DeGenaro <[email protected]>wrote: > The ones in uima-ducc-examples have been removed via Jira 3461. > > > On Tue, Nov 26, 2013 at 3:22 PM, Marshall Schor <[email protected]> wrote: > > > The source tree has 4 Jars in it; normally the source tree is supposed to > > only > > have "sources" in it. Two are in the uima-ducc-examples/lib, and two are > > in the > > top level uima-ducc/src/main in cglib and saxon. We should Investigate > > and see > > if some other approach could work that inserts these at build time into > the > > binary distribution (if needed). > > > > -Marshall > > > > >
