Re: How do I get Maven to use a different repository?

2003-07-08 Thread [EMAIL PROTECTED]
Thanks!!! That did it. I guess I did misread the documentation. It seems that the element is for revision control. Thanks again. --- Marc Gemis <[EMAIL PROTECTED]> wrote: > On 09-07-2003 05:45, "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> wrote: > > > Either I am missing something obvious, ther

Re: How do I get Maven to use a different repository?

2003-07-08 Thread dion
Please read the user's guide on remote repositories. The element is not used for the remote repository to download jars, it is your source code control system repository. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.a

Re: How do I get Maven to use a different repository?

2003-07-08 Thread Marc Gemis
On 09-07-2003 05:45, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Either I am missing something obvious, there is a bug > in Maven-1.0-beta-9, or that document is incomplete in > its description on how to setup a remote repository. > Regardless, I have already reviewed that document > multiple

Re: How do I get Maven to use a different repository?

2003-07-08 Thread Alwyn Schoeman
Seems to me that cvs is not your problem yet. Are you sure your network connection works? Behind firewall/proxy? Dns working? On Wed, Jul 09, 2003 at 12:23:48PM +0800, [EMAIL PROTECTED] wrote: > Thanks, but the :pserver: option did not work either. > Does anyone else know what may be happening?

Re: How do I get Maven to use a different repository?

2003-07-08 Thread [EMAIL PROTECTED]
Thanks, but the :pserver: option did not work either. Does anyone else know what may be happening? I ran it with debugging turned on and got the following output: - $ maven -X -p project.xml console ... [DEBUG] Adding reference: maven.dependency.classpath -> C:\java\apache\maven\ma

Re: How do I get Maven to use a different repository?

2003-07-08 Thread Alwyn Schoeman
I have found that if I checkout my project using ssh, but my project.xml specify pserver, it will still use the ssh when I do maven cvs related stuff. So I kind of make the connection one in the project.xml what anonymous users will use. I do not know if there are any ramifications of doing thi

Re: How do I get Maven to use a different repository?

2003-07-08 Thread [EMAIL PROTECTED]
Either I am missing something obvious, there is a bug in Maven-1.0-beta-9, or that document is incomplete in its description on how to setup a remote repository. Regardless, I have already reviewed that document multiple times and it does not explain why maven is attempting to look in ibiblio.org

Re: How do I get Maven to use a different repository?

2003-07-08 Thread dion
See t\he users guide: http://maven.apache.org/reference/user-guide.html#Using%20Multiple%20Remote%20Repositories -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote on 09/07/20

How do I get Maven to use a different repository?

2003-07-08 Thread [EMAIL PROTECTED]
OS: Windows 2000 (using Cygwin) Maven: 1.0-beta-9 I am trying to setup a remote repository, but Maven does not seem to pay any attention to my element in my project.xml file. Whenever I run "maven console" I get the following output: $ maven console ... Attempting to download xdoclet-ejb-modu