Ok, I checked out a fresh copy of Maven. I removed ~/maven.

I typed:

ant -f build-bootstrap.xml

I got an error:

      +------------------------------------------------------------------
      | ERROR!
      |
      | You must set ${maven.repo.local} in your /Users/jon/build.properties
      |
      | Please refer to the bootstrap document:
      | http://jakarta.apache.org/turbine/maven/bootstrap.html
      +------------------------------------------------------------------

I looked at the URL...it says nothing about maven.repo.local on that page.

So, I edited my ~/build.properties and I set this:

lib.repo=${user.home}/java
maven.repo.local=${lib.repo}

I then ran ant -f build-bootstrap.xml again...

It then updated all my .jar files in my lib.repo, but it also seemed to
create a ~/maven.repo as well and then re-download everything that is in my
lib.repo instead of just copying the files over.

-jon


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to