On Fri, Apr 12, 2002 at 10:09:12PM +0200, Colin Chalmers wrote: > After seeing the new B3 release I thought I'd give another try to get > things up&running, unfortunately things aren't going welll despite the > plenty of docs on the site
You've come to the right place. > 3. Downloaded example delegator file and saved in e:/tmp/maven dir > called build.xml > > 4. went to e:/tmp/maven dir and typed the following "ant -f > build-maven.xml maven:update-jars", expecting a Jar update but got > following error message > > "maven:update-jars does not exist in this project" You saved the delegator file to "build.xml", therefore you should be typing: ant maven:update-jars If you had saved the delegator file to "build-maven.xml", then the command you were typing would have worked fine. Thanks, Pete
