I'm almost there :-)) I can compile/generate javadocs & update-jars as expected, however.....
When I try to generate the site docs I get the following error: "unable to find resource 'VM_global_library.vm' in any resource loader" If I dowloaded the default 'VM_global_library.vm' from Velocity but that appears to be the wrong one. Any tips? /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 > >
