Many thanks Mauro. Once I used your link and was able to get a valid POM, I was able to run the ant task and get all the jars.
Two suggestions: 1. The directions in lib/DEPENDENCIES.txt reference this other link that doesn't work. It should probably be updated to the link below or 2. Perhaps it would be a good idea to just include the POM in the distribution download, rather than making people download it? That way the instructions could say: "To get the jars, type 'ant' ". On Wed, Oct 6, 2010 at 3:20 AM, Mauro Talevi <[email protected]>wrote: > Hi Mike, > > 1. yes, the dependencies jars are not included anymore by default. This > is because it started pushing the limits on the artifact sizes we can > upload to Codehaus. The fact is that most users nowadays use some form > of network-based build system. > > 2. Looks like mvnrepository.com is a bit out-of-date. You can always > use the Codehaus repo to download the POM > > > https://nexus.codehaus.org/content/repositories/releases/org/jbehave/jbehave-distribution/3.0.3/jbehave-distribution-3.0.3.pom > > to pom.xml and then use the Ant script to download all the dependency > jars in the lib directory. > > Cheers > > On 06/10/2010 09:05, Mike DuVall wrote: > > Pardon me if I'm just being stupid, but I can't figure out how to > > download and use JBehave 3.0.3. It seems as though binary > > distribution download > > ( > https://nexus.codehaus.org/content/repositories/releases/org/jbehave/jbehave-distribution/3.0.3/jbehave-distribution-3.0.3-bin.zip > ) > > has no jar files in it all. > > > > So my questions are: > > > > 1. Is the binary zip file above supposed to have no jar files at all? > > 2. If so, how do I get jbehave jar files? (I tried following the > > directions in the lib/DEPENDENCIES.txt file, but when I navigate to > > http://mvnrepository.com/artifact/org.jbehave/jbehave-distribution/ I > > can't find any downloadable POM file ) > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
