RE: Using local repository

2003-11-19 Thread egglersim
Hmm, great... 

Accessing cvs via cvsgrab sucks

simon

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Mittwoch, 19. November 2003 11:09
To: Maven Users List
Subject: Re: Using local repository


In cvs :-)

Emmanuel

- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 19, 2003 11:01 AM
Subject: RE: Using local repository


And where can i get rc2?

simon

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Mittwoch, 19. November 2003 10:53
To: Maven Users List
Subject: Re: Using local repository


maven.repo.remote=file://[hostname]/path_to_remote_repo

You must use maven rc2. In previous version, that doesn't work
correctly. I
fixed it in rc2

Emmanuel

- Original Message - 
From: "Paul Libbrecht" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, November 19, 2003 10:08 AM
Subject: Re: Using local repository


>
> On Mercredi, nove 19, 2003, at 09:36 Europe/Paris, <[EMAIL PROTECTED]>
> wrote:
>
> > Et all,
> >
> > I would like to use a non http (filesystem on winnt share) local
> > repository. E.g. in project.properties:
> > maven.repo.remote=file:/hostname/share/some/where/maven
> >
> > But it doesnt' seem to work?
> >
> >
> > Any clues?
>
> How about maven.repo.local ??
> You need to set this very very early, we do this in patching the
script
> launching and adding the properties:
>
> -Dmaven.home.local=[blabla]/maven/local-maven-home/
> -Dmaven.repo.remote="file:[blabla]/maven/private-repository,http://
> www.ibiblio.org/maven
>
> To any maven call.
> The second property allows us to store commercial dependencies and
> other things that aren't possible to upload to ibiblio (e.g. patched
> libraries for which a patch isn't through).
>
> Paul
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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


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



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


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



Re: Using local repository

2003-11-19 Thread Nicolas De Loof

You can make it work with maven RC1 with this syntax :

maven.repo.remote=file:/path_to_remote_repo

(only one "/")

RFC compliant URL for "maven.repo.remote" property has been corrected in RC2.

Nico.


-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Mittwoch, 19. November 2003 10:53
To: Maven Users List
Subject: Re: Using local repository


maven.repo.remote=file://[hostname]/path_to_remote_repo

You must use maven rc2. In previous version, that doesn't work
correctly. I
fixed it in rc2

Emmanuel

- Original Message - 
From: "Paul Libbrecht" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, November 19, 2003 10:08 AM
Subject: Re: Using local repository


>
> On Mercredi, nove 19, 2003, at 09:36 Europe/Paris, <[EMAIL PROTECTED]>
> wrote:
>
> > Et all,
> >
> > I would like to use a non http (filesystem on winnt share) local
> > repository. E.g. in project.properties:
> > maven.repo.remote=file:/hostname/share/some/where/maven
> >
> > But it doesnt' seem to work?
> >
> >
> > Any clues?
>
> How about maven.repo.local ??
> You need to set this very very early, we do this in patching the
script
> launching and adding the properties:
>
> -Dmaven.home.local=[blabla]/maven/local-maven-home/
> -Dmaven.repo.remote="file:[blabla]/maven/private-repository,http://
> www.ibiblio.org/maven
>
> To any maven call.
> The second property allows us to store commercial dependencies and
> other things that aren't possible to upload to ibiblio (e.g. patched
> libraries for which a patch isn't through).
>
> Paul
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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


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

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



Re: Using local repository

2003-11-19 Thread Emmanuel Venisse
In cvs :-)

Emmanuel

- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 19, 2003 11:01 AM
Subject: RE: Using local repository


And where can i get rc2?

simon

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Mittwoch, 19. November 2003 10:53
To: Maven Users List
Subject: Re: Using local repository


maven.repo.remote=file://[hostname]/path_to_remote_repo

You must use maven rc2. In previous version, that doesn't work
correctly. I
fixed it in rc2

Emmanuel

- Original Message - 
From: "Paul Libbrecht" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, November 19, 2003 10:08 AM
Subject: Re: Using local repository


>
> On Mercredi, nove 19, 2003, at 09:36 Europe/Paris, <[EMAIL PROTECTED]>
> wrote:
>
> > Et all,
> >
> > I would like to use a non http (filesystem on winnt share) local
> > repository. E.g. in project.properties:
> > maven.repo.remote=file:/hostname/share/some/where/maven
> >
> > But it doesnt' seem to work?
> >
> >
> > Any clues?
>
> How about maven.repo.local ??
> You need to set this very very early, we do this in patching the
script
> launching and adding the properties:
>
> -Dmaven.home.local=[blabla]/maven/local-maven-home/
> -Dmaven.repo.remote="file:[blabla]/maven/private-repository,http://
> www.ibiblio.org/maven
>
> To any maven call.
> The second property allows us to store commercial dependencies and
> other things that aren't possible to upload to ibiblio (e.g. patched
> libraries for which a patch isn't through).
>
> Paul
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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


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



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



RE: Using local repository

2003-11-19 Thread egglersim
And where can i get rc2?

simon

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Mittwoch, 19. November 2003 10:53
To: Maven Users List
Subject: Re: Using local repository


maven.repo.remote=file://[hostname]/path_to_remote_repo

You must use maven rc2. In previous version, that doesn't work
correctly. I
fixed it in rc2

Emmanuel

- Original Message - 
From: "Paul Libbrecht" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, November 19, 2003 10:08 AM
Subject: Re: Using local repository


>
> On Mercredi, nove 19, 2003, at 09:36 Europe/Paris, <[EMAIL PROTECTED]>
> wrote:
>
> > Et all,
> >
> > I would like to use a non http (filesystem on winnt share) local
> > repository. E.g. in project.properties:
> > maven.repo.remote=file:/hostname/share/some/where/maven
> >
> > But it doesnt' seem to work?
> >
> >
> > Any clues?
>
> How about maven.repo.local ??
> You need to set this very very early, we do this in patching the
script
> launching and adding the properties:
>
> -Dmaven.home.local=[blabla]/maven/local-maven-home/
> -Dmaven.repo.remote="file:[blabla]/maven/private-repository,http://
> www.ibiblio.org/maven
>
> To any maven call.
> The second property allows us to store commercial dependencies and
> other things that aren't possible to upload to ibiblio (e.g. patched
> libraries for which a patch isn't through).
>
> Paul
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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


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



Re: Using local repository

2003-11-19 Thread Emmanuel Venisse
maven.repo.remote=file://[hostname]/path_to_remote_repo

You must use maven rc2. In previous version, that doesn't work correctly. I
fixed it in rc2

Emmanuel

- Original Message - 
From: "Paul Libbrecht" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, November 19, 2003 10:08 AM
Subject: Re: Using local repository


>
> On Mercredi, nove 19, 2003, at 09:36 Europe/Paris, <[EMAIL PROTECTED]>
> wrote:
>
> > Et all,
> >
> > I would like to use a non http (filesystem on winnt share) local
> > repository. E.g. in project.properties:
> > maven.repo.remote=file:/hostname/share/some/where/maven
> >
> > But it doesnt' seem to work?
> >
> >
> > Any clues?
>
> How about maven.repo.local ??
> You need to set this very very early, we do this in patching the script
> launching and adding the properties:
>
> -Dmaven.home.local=[blabla]/maven/local-maven-home/
> -Dmaven.repo.remote="file:[blabla]/maven/private-repository,http://
> www.ibiblio.org/maven
>
> To any maven call.
> The second property allows us to store commercial dependencies and
> other things that aren't possible to upload to ibiblio (e.g. patched
> libraries for which a patch isn't through).
>
> Paul
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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



Re: Using local repository

2003-11-19 Thread Paul Libbrecht
On Mercredi, nove 19, 2003, at 09:36 Europe/Paris, <[EMAIL PROTECTED]>  
wrote:

Et all,

I would like to use a non http (filesystem on winnt share) local
repository. E.g. in project.properties:
maven.repo.remote=file:/hostname/share/some/where/maven
But it doesnt' seem to work?

Any clues?
How about maven.repo.local ??
You need to set this very very early, we do this in patching the script  
launching and adding the properties:

-Dmaven.home.local=[blabla]/maven/local-maven-home/
-Dmaven.repo.remote="file:[blabla]/maven/private-repository,http:// 
www.ibiblio.org/maven

To any maven call.
The second property allows us to store commercial dependencies and  
other things that aren't possible to upload to ibiblio (e.g. patched  
libraries for which a patch isn't through).

Paul

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