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
