This is my first experience with maven.  I am following the web reference on
how to build maven.  It fails :-(

I had a look at mavens build-bootstrap.xml.  
On line 264:
<get-list
     list="jars-install.list"
     dest="${lib.repo}"
     baseUrl="${get.jars.baseUrl}/"
/>

I don't see the jars-install.list anywhere.  Is this correct?  the
update-jars target doesn't seem to get anything. Look:

[krico@chewbacca jakarta-turbine-maven]$ ant -f build-bootstrap.xml
update-jars   
Buildfile: build-bootstrap.xml

update-jars:
   [delete] Deleting directory /opt/krico/jakarta-turbine-maven/bootstrap
   [mkdir] Created dir: /opt/krico/jakarta-turbine-maven/bootstrap
   [javac] Compiling 1 source file to
/opt/krico/jakarta-turbine-maven/bootstrap

BUILD SUCCESSFUL


?? Did I get something wrong?

-- 
There is no limit to what you can do
if you don't care who gets the credit.
 - Keynote

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

Reply via email to