Re: a newbie question

2004-02-01 Thread
Hi, thanks your reply, sincerely. I found out the reason resulted in connecting to remote repository is the file setting of "driver.properties", in which the proerty - "maven.repo.remote.enabled" - was set to "true". After change, now it seems work with connecting to remote repository, but result

Re: new idea on maven usage?

2004-02-01 Thread Dalibor Topic
Hi Jason, Jason van Zyl wrote: There may one day be a bridge to adapt Maven's repository to native systems for things like distributions but when a project creates a Maven POM they expect it to work for people developing on all platforms. They aren't concerned about platform specifics and this ha

Re: new idea on maven usage?

2004-02-01 Thread Jason van Zyl
On Sun, 2004-02-01 at 18:59, Dalibor Topic wrote: > Hi Christian, > > Christian Andersson wrote: > > well that is one possibility, but that system (building an installation > > set which have everything) does not take advantage of the fact that I > > might already have some "libraries" (jar files)

Re: new idea on maven usage?

2004-02-01 Thread Dalibor Topic
Hi Christian, Christian Andersson wrote: well that is one possibility, but that system (building an installation set which have everything) does not take advantage of the fact that I might already have some "libraries" (jar files) installed/downloaded This is where maven comes in, since if I start

Re: less than six tokens

2004-02-01 Thread Emmanuel Venisse
Your repository configuration is incorrect in your projec.xml. It must be : scm:cvs:[protocol like pserver]:[EMAIL PROTECTED] address]:[directory]:[module name] I think you ommit the module name in your connection string. Emmanuel - Original Message - From: "Stefan Groschupf"

less than six tokens

2004-02-01 Thread Stefan Groschupf
Hi, sorry i had searched in the archive and in the user Guide as well, Can someone give me a hint what's wrong? I have a working cvs connection configured in my project.xml file. ;? BUILD FAILED File.. file:/Users/joa/.maven/plugins/maven-changelog-plugin-1.3/ Element... changelog:changelog

RE: plugin:install fails

2004-02-01 Thread Sri Sankaran
Just checked MAVEN_HOME/lib; it has ant-1.5.3.1.jar. Sri -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 4:49 PM To: 'Maven Users List' Subject: RE: plugin:install fails How recent is your CVS checkout of RC2? You'll need a clean bootstrap,