Thx Pete, however... If I type "ant maven:update-jars" I'm told that the config file is not of the correct type.
There is already a build-maven.xml file in the dir. If I type "ant -f build-maven.xml update-jars" I'm told that the taskdef UpdatePomCheck cannot be found /colin ----- Original Message ----- From: "Pete Kazmier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 11:52 PM Subject: Re: Need help getting started > 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 > >
