You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@archiva.apache.org by "Mohni, Daniel" <da...@ch.unisys.com> on 2006/11/15 15:31:57 UTC

observations on daily build of 20061115

Hello

today I rebuild archiva to check the current state, 
after some testing of the webapp in tomcat I decide
to install this on our development environment.

just some hints about configuration of the repositories
in the settings.xml

-> proxied repositories should be accessed using the 'proxy'
   in the url to get the download from remote servers to work

   <repository>
      <id>maven-release</id>
      <url>http://archiva/proxy/maven_release</url>
      <snapshots>
         <enabled>false</enabled>
      </snapshots>
   </repository>
  
-> repository that are not proxied should be accessed
   with 'repository' in the url
      
   <repository>
      <id>internal-release</id>
      <url>http://archiva/repository/internal_release</url>
      <snapshots>
         <enabled>false</enabled>
      </snapshots>
   </repository>

what is not working:

the download button when browsing artefacts is not working,
but I don't realy need this...

repository access is not working with . in the url

-> ../repository/3p_release/net.sf.ehcache/ehcache/1.2/ehcache-1.2.jar

this works with the proxy access

-> ../proxy/maven_release/net.sf.ehcache/ehcache/1.2/ehcache-1.2.jar

I'll try dav upload tomorrow if I find the way to configure it ;-)
maybe I have to setup a user in archiva and give hime the correct
role...

-Daniel

RE: observations on daily build of 20061115

Posted by "Mohni, Daniel" <da...@ch.unisys.com>.

> -----Original Message-----
> From: Mohni, Daniel [mailto:daniel.mohni@ch.unisys.com] 
> Sent: Thursday, November 16, 2006 8:15 AM
> To: archiva-users@maven.apache.org
> Subject: RE: observations on daily build of 20061115
> 
>  
> 
> > -----Original Message-----
> > From: Brett Porter [mailto:brett@apache.org] 
> > Sent: Thursday, November 16, 2006 8:09 AM
> > To: archiva-users@maven.apache.org
> > Subject: Re: observations on daily build of 20061115
> > 
> > 
> > On 16/11/2006, at 5:54 PM, Mohni, Daniel wrote:
> > > I opened 2 issues in jira MRM-222 and MRM-223 hope I did this
> > > correctly....
> > 
> > cool, thx. Didn't make the correlation.
> > 
> 
> I just entered them on your request, you couldn't make
> a correlation ;-)
> 
> > >
> > >> - adding your configuration tips to the wiki?
> > >
> > > what wiki do you mean ?
> > > maybe this should also go to the getting started page ;-)
> > 
> > well, it was here: 
> http://docs.codehaus.org/display/MAVENUSER/Getting 
> > +Started+with+Archiva
> > 
> > But I guess it's integrated now :)
> 
> it will be very soon....
> 

I din't realy find a location to put my stuff in so I make a new
client-configuration apt guide....
just need to check the dav deployment before releasing the first
version...


> > 
> > New additions to the wiki, or patches to the web site are 
> both great.
> > 
> > - Brett
> >
> 
> 

RE: observations on daily build of 20061115

Posted by "Mohni, Daniel" <da...@ch.unisys.com>.
 

> -----Original Message-----
> From: Brett Porter [mailto:brett@apache.org] 
> Sent: Thursday, November 16, 2006 8:09 AM
> To: archiva-users@maven.apache.org
> Subject: Re: observations on daily build of 20061115
> 
> 
> On 16/11/2006, at 5:54 PM, Mohni, Daniel wrote:
> > I opened 2 issues in jira MRM-222 and MRM-223 hope I did this
> > correctly....
> 
> cool, thx. Didn't make the correlation.
> 

I just entered them on your request, you couldn't make
a correlation ;-)

> >
> >> - adding your configuration tips to the wiki?
> >
> > what wiki do you mean ?
> > maybe this should also go to the getting started page ;-)
> 
> well, it was here: http://docs.codehaus.org/display/MAVENUSER/Getting 
> +Started+with+Archiva
> 
> But I guess it's integrated now :)

it will be very soon....

> 
> New additions to the wiki, or patches to the web site are both great.
> 
> - Brett
>


RE: observations on daily build of 20061115

Posted by "Mohni, Daniel" <da...@ch.unisys.com>.
Hello Brett

Just in case you missed it ;-)

I created a new Jira Issue MRM-228 with a patch attached,
this is basicly an apt page with informations about my
current client setup to use archiva daily 20061115

this can help some users to get started, but there is still
more to document...

Regards
Daniel

> -----Original Message-----
> From: Brett Porter [mailto:brett@apache.org] 
> Sent: Thursday, November 16, 2006 8:09 AM
> To: archiva-users@maven.apache.org
> Subject: Re: observations on daily build of 20061115
> 
> 
> On 16/11/2006, at 5:54 PM, Mohni, Daniel wrote:
> > I opened 2 issues in jira MRM-222 and MRM-223 hope I did this
> > correctly....
> 
> cool, thx. Didn't make the correlation.
> 
> >
> >> - adding your configuration tips to the wiki?
> >
> > what wiki do you mean ?
> > maybe this should also go to the getting started page ;-)
> 
> well, it was here: http://docs.codehaus.org/display/MAVENUSER/Getting 
> +Started+with+Archiva
> 
> But I guess it's integrated now :)
> 
> New additions to the wiki, or patches to the web site are both great.
> 
> - Brett
> 

Re: observations on daily build of 20061115

Posted by Brett Porter <br...@apache.org>.
On 16/11/2006, at 5:54 PM, Mohni, Daniel wrote:
> I opened 2 issues in jira MRM-222 and MRM-223 hope I did this
> correctly....

cool, thx. Didn't make the correlation.

>
>> - adding your configuration tips to the wiki?
>
> what wiki do you mean ?
> maybe this should also go to the getting started page ;-)

well, it was here: http://docs.codehaus.org/display/MAVENUSER/Getting 
+Started+with+Archiva

But I guess it's integrated now :)

New additions to the wiki, or patches to the web site are both great.

- Brett

RE: observations on daily build of 20061115

Posted by "Mohni, Daniel" <da...@ch.unisys.com>.
Hi Brett

answers inline..
 
> -----Original Message-----
> From: Brett Porter [mailto:brett@apache.org] 
> Sent: Thursday, November 16, 2006 4:09 AM
> To: archiva-users@maven.apache.org
> Subject: Re: observations on daily build of 20061115

 
> Would you mind contributing by:
> - putting the bugs found in jira

I opened 2 issues in jira MRM-222 and MRM-223 hope I did this
correctly....

> - adding your configuration tips to the wiki?

what wiki do you mean ?
maybe this should also go to the getting started page ;-)

Daniel


> Much appreciated!
> 
> - Brett
> 
> On 16/11/2006, at 1:31 AM, Mohni, Daniel wrote:
> 
> > Hello
> >
> > today I rebuild archiva to check the current state,
> > after some testing of the webapp in tomcat I decide
> > to install this on our development environment.
> >
> > just some hints about configuration of the repositories
> > in the settings.xml
> >
> > -> proxied repositories should be accessed using the 'proxy'
> >    in the url to get the download from remote servers to work
> >
> >    <repository>
> >       <id>maven-release</id>
> >       <url>http://archiva/proxy/maven_release</url>
> >       <snapshots>
> >          <enabled>false</enabled>
> >       </snapshots>
> >    </repository>
> >
> > -> repository that are not proxied should be accessed
> >    with 'repository' in the url
> >
> >    <repository>
> >       <id>internal-release</id>
> >       <url>http://archiva/repository/internal_release</url>
> >       <snapshots>
> >          <enabled>false</enabled>
> >       </snapshots>
> >    </repository>
> >
> > what is not working:
> >
> > the download button when browsing artefacts is not working,
> > but I don't realy need this...
> >
> > repository access is not working with . in the url
> >
> > -> 
> ../repository/3p_release/net.sf.ehcache/ehcache/1.2/ehcache-1.2.jar
> >
> > this works with the proxy access
> >
> > -> ../proxy/maven_release/net.sf.ehcache/ehcache/1.2/ehcache-1.2.jar
> >
> > I'll try dav upload tomorrow if I find the way to configure it ;-)
> > maybe I have to setup a user in archiva and give hime the correct
> > role...
> >
> > -Daniel
> 

Re: observations on daily build of 20061115

Posted by Brett Porter <br...@apache.org>.
Thanks Daniel,

Would you mind contributing by:
- putting the bugs found in jira
- adding your configuration tips to the wiki?

Much appreciated!

- Brett

On 16/11/2006, at 1:31 AM, Mohni, Daniel wrote:

> Hello
>
> today I rebuild archiva to check the current state,
> after some testing of the webapp in tomcat I decide
> to install this on our development environment.
>
> just some hints about configuration of the repositories
> in the settings.xml
>
> -> proxied repositories should be accessed using the 'proxy'
>    in the url to get the download from remote servers to work
>
>    <repository>
>       <id>maven-release</id>
>       <url>http://archiva/proxy/maven_release</url>
>       <snapshots>
>          <enabled>false</enabled>
>       </snapshots>
>    </repository>
>
> -> repository that are not proxied should be accessed
>    with 'repository' in the url
>
>    <repository>
>       <id>internal-release</id>
>       <url>http://archiva/repository/internal_release</url>
>       <snapshots>
>          <enabled>false</enabled>
>       </snapshots>
>    </repository>
>
> what is not working:
>
> the download button when browsing artefacts is not working,
> but I don't realy need this...
>
> repository access is not working with . in the url
>
> -> ../repository/3p_release/net.sf.ehcache/ehcache/1.2/ehcache-1.2.jar
>
> this works with the proxy access
>
> -> ../proxy/maven_release/net.sf.ehcache/ehcache/1.2/ehcache-1.2.jar
>
> I'll try dav upload tomorrow if I find the way to configure it ;-)
> maybe I have to setup a user in archiva and give hime the correct
> role...
>
> -Daniel