On Wed, Apr 4, 2012 at 4:47 PM, Dyer, James <[email protected]> wrote: > Looked a little more into it and found the issue is that > "http://cloud.github.com/downloads/rmuir" is blocked on the network I'm on. > Is hosting these on Robert's github space a permanent arrangement? If so, I > imagine I can get the jars from an old checkout and manually put them in the > ivy repository?
in trunk already, jetty is upgraded to version 8. But for 3.x, solr depends on jetty 6, and heavily. if you cant download these jars, you can: 1. use a regular buggy jetty 6.1.26 2. compile them yourself: http://cloud.github.com/downloads/rmuir/jetty6-unicode/jetty-6.1.26-patched-JETTY-1340.jar 3. get them from somewhere else (HINT: exact same jars that used to be in source tree/previous releases) > > Of course if the whole build didn't fail because the example couldn't be > compiled that would be a nice plus. For instance, I've been just trying to > run the DIH tests, so I don't see why I need to care if "example" will > compile. > DIH Tests depend on jetty, look at TestContentStreamDataSource so does solr's test-framework, and a lot of its other stuff. -- lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
