I believe cobertura has a third level version. I think the latest version is 1.9.2. As a note, I have been starting to use the website http://www.jarvana.com to search for dependencies. It's pretty useful if you know the library you want and when you click on the information link, it will give you the xml for the dependency definition in both maven and ivy. It's helped me quickly find the library I need as well as ensured I didn't have a typo in my dependency line.
Thanks, topher On Tue, Nov 24, 2009 at 1:59 AM, Gareth Western <[email protected]>wrote: > Hi Richard, > > The jets3t "org" attribute is slightly different in the ibiblio repo. > Try "com.amazonaws.s3" instead > (http://repo1.maven.org/maven2/com/amazonaws/s3/jets3t/0.5.0/) > > Regards, > > Gareth > > On Tue, Nov 24, 2009 at 5:17 AM, Geoff Clitheroe <[email protected]> > wrote: > > Hi, > > > > Lucene core is available as a jar: > > > http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/lucene/lucene-core/2.3.2/ > > > > If your using the default set up it _should_ just work. You may need > > to add more resolvers? Can you post you config and Ivy file? > > > > Cheers, > > Geoff > > > > > > On Tue, Nov 24, 2009 at 5:59 PM, Yuzhe Tang <[email protected]> > wrote: > >> Hi, > >> I have found some problems when using Ant to build. The prompt complains > as > >> follows, > >> ... > >> [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > >> [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: > >> [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > >> [ivy:resolve] :: jets3t#jets3t;0.5.0: not found > >> [ivy:resolve] :: org.apache.lucene#lucene-core;2.3.2: not found > >> [ivy:resolve] :: net.sourceforge.cobertura#cobertura;1.9: not found > >> [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > >> ... > >> > >> I tried to download lucene, but it's simply a zip file. I dont know what > to > >> do to let ant be aware that I have lucene and unpack it somewhere in my > >> computer. (This is also the case for jets3t and cobertura). Does anyone > has > >> any idea? Thanks in advance for your help. > >> > >> regards, > >> Richard > >> > > >
