RE: Is it possible to have version${cur.Version}/version

2007-01-03 Thread Mohni, Daniel
Hi Wayne answers inline -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 5:16 AM To: Maven Users List Subject: Re: Is it possible to have version${cur.Version}/version I think the property value should be substituted properly if you

RE: Usage of Properties in Multi Project POM's

2007-01-03 Thread Mohni, Daniel
Project Builder should use the properties. Daniel -Original Message- From: Mohni, Daniel [mailto:[EMAIL PROTECTED] Sent: Thursday, December 28, 2006 11:05 AM To: Maven Users List Subject: Usage of Properties in Multi Project POM's Hello I am trying to make a POM template for projects

RE: problem compiling a sub-project of a project

2007-01-03 Thread Mohni, Daniel
Hello Martin you can omit relative path if the base is one level higher as this is the default value when the parent is generated. But you always can use relativePath../pom.xml/relativePath Maybe your problem is that you use only relativePath../relativePath as you don't use any properties

RE: problem compiling a sub-project of a project

2007-01-03 Thread Mohni, Daniel
Hi Martin I currently use my own patched Version of Maven 2.0.x Snapshot as I did some property resolution workaround (as mentioned in my other post). I have a test setup with a base project and one module. for testing I always delete my own artefacts in my local maven repo, then I use mvn

Usage of Properties in Multi Project POM's

2006-12-28 Thread Mohni, Daniel
Hello I am trying to make a POM template for projects and templates, for the developers to use as base when setting up new projects or modules. For the ease of use I define all things to change in a property section of each pom. My Project root template pom looks loke this: project

RE: Archiva: 507 Insufficient Storage

2006-12-11 Thread Mohni, Daniel
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 5:22 PM To: archiva-users@maven.apache.org Subject: Re: Archiva: 507 Insufficient Storage Mohni, Daniel [EMAIL PROTECTED] schrieb am 07.12.2006 14:12:50: Just a question

RE: Antwort: Re: Archiva: 507 Insufficient Storage

2006-12-07 Thread Mohni, Daniel
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 10:05 AM To: archiva-users@maven.apache.org Subject: Antwort: Re: Archiva: 507 Insufficient Storage Hello, Just a question: Which version of wagon-webdav do you use for

RE: Antwort: RE: 504 in maven, works everywhere else

2006-12-06 Thread Mohni, Daniel
//url /mirror this still does not realy help, with the failing download... sorry Daniel When I download directly, I don't need a password; I've configure guest in archiva as observer for repo snapshot. Regards, -- Aaron Digulla Mohni, Daniel [EMAIL PROTECTED] schrieb am

RE: Proxy settings

2006-12-05 Thread Mohni, Daniel
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 05, 2006 9:43 AM To: archiva-users@maven.apache.org Subject: Antwort: RE: Antwort: RE: Antwort: RE: Proxy settings Mohni, Daniel [EMAIL PROTECTED] schrieb am 05.12.2006 07:28:36

RE: 504 in maven, works everywhere else

2006-12-05 Thread Mohni, Daniel
Hello Aaron you need to provide some information about what is in your settings.xml sometimes it also helps to use mvn -U ... to update the dependencies regards Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 05, 2006 11:19

RE: Antwort: RE: Antwort: RE: Proxy settings

2006-12-04 Thread Mohni, Daniel
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] My position is that the POMs which come from the main sites can (and will) contain anything (even illegal XML, broken checksums, etc). The proxy has to handle all these case gracefully or at least to support

RE: Proxy settings

2006-12-04 Thread Mohni, Daniel
Hello Aaron this can be done setting the mirror in settings.xml mirrors mirror idproxy.central/id mirrorOfcentral/mirrorOf nameInternal Mirror of central./name urlhttp://archiva/proxy/maven_release/url /mirror /mirrors - if you use proxy in the url then

RE: Antwort: RE: Proxy settings

2006-12-04 Thread Mohni, Daniel
*once*. Regards, -- Aaron Digulla Mohni, Daniel [EMAIL PROTECTED] schrieb am 04.12.2006 11:31:28: Hello Aaron this can be done setting the mirror in settings.xml mirrors mirror idproxy.central/id mirrorOfcentral/mirrorOf nameInternal Mirror

RE: Archive Repository

2006-11-21 Thread Mohni, Daniel
:: -Original Message- From: Mohni, Daniel [mailto:[EMAIL PROTECTED] Sent: 20 November 2006 07:11 To: archiva-users@maven.apache.org Subject: RE: Archive Repository Hello Peter I compiled a client config page for archiva, the page is now in the repository If you get the latest

RE: observations on daily build of 20061115

2006-11-16 Thread Mohni, Daniel
-Original Message- From: Mohni, Daniel [mailto:[EMAIL PROTECTED] 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:[EMAIL PROTECTED

observations on daily build of 20061115

2006-11-15 Thread Mohni, Daniel
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'

RE: observations on daily build of 20061115

2006-11-15 Thread Mohni, Daniel
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

RE: observations on daily build of 20061115

2006-11-15 Thread Mohni, Daniel
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] 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

download artefacts from managed repositories

2006-10-24 Thread Mohni, Daniel
Hello I was checking the daily build for archiva today and I configured 2 repositories, one proxied to ibiblio and one without proxy. Browsing the repository I can only download artefacts from proxied repositories. Artefacts in managed repositories are not handled. I checked the code and found

RE: supported databases ?

2006-10-12 Thread Mohni, Daniel
Hi Arnaud What databases are supported ? Only Derby or I can try to connect archiva to another one like mySQL ? I tryed with mySQL using this ressource definition: Resource name=jdbc/users auth=Container type=javax.sql.DataSource username=archiva password=archiva

RE: Getting started with archiva ... still

2006-10-10 Thread Mohni, Daniel
Hi Dirk -Original Message- From: Dirk Olmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 2:02 AM To: archiva-users@maven.apache.org Subject: Re: Getting started with archiva ... still Dirk Olmes wrote: Hi, [... first part deleted to focus on my main stumbling

[info] Problems with daily build of 20061006

2006-10-06 Thread Mohni, Daniel
Hello all I did some testing with the current daily build, and found some strange things... I installed archiva from scratch, therefore it's like a inital setup. 1. create admin 2. login as admin 3. create repository pointing to my current m2-repo 4. browse the repo in archiva and try to

missing Administration tasks in daily build

2006-09-27 Thread Mohni, Daniel
Hello after I have a nice looking WebApp, going thru the first steps (eg. registered the administrator, repository and index) now i can login, and get redirected to the browse window, but i miss the administrator menu on the left. Looking at the tomcat log, tells that the admin logged in

RE: [solved] missing Administration tasks in daily build

2006-09-27 Thread Mohni, Daniel
/VirtualHost if you disable 'ProxyPreserveHost On' the cookie can not be identified. - Daniel -Original Message- From: Mohni, Daniel [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 10:07 AM To: archiva-users@maven.apache.org Subject: missing Administration tasks

proxying multiple repositories

2006-09-27 Thread Mohni, Daniel
Hello Archiva is now running fine for the default repository. I have configured 2 different repositories one for the internal artefacts and one for thirdparty artefacts that are currently not available in a maven repository. I have configured a profile in my settings.xml like this profile

RE: AW: working war for testing

2006-09-26 Thread Mohni, Daniel
as it is serving the JSP as text. What version of Tomcat? I think you might need 5.0+. - Brett On 26/09/2006, at 1:56 AM, Mohni, Daniel wrote: Hello Brett, I was tweaking with tomcat a little bit to get the embeddedDerby driver to work, as a result I have a archiva.xml that I copy

RE: AW: working war for testing

2006-09-26 Thread Mohni, Daniel
@maven.apache.org Subject: Re: AW: working war for testing Can you try with an extracted archiva war instead of the war. Archiva create some files/directory under archiva directory, so it's maybe the pb. Emmanuel Mohni, Daniel a écrit : Ok, I started from scratch uninstalled

RE: AW: working war for testing

2006-09-26 Thread Mohni, Daniel
On 26/09/2006, at 5:30 PM, Emmanuel Venisse wrote: You need a jdk for compiling JSPs Emmanuel Mohni, Daniel a écrit : still the same problem, I'will now try with Tomcat 5.0.28... can it be a problem if in tomcat5.5 I use the jre to run Tomcat instead of the jdk ? Daniel

RE: AW:[solved for tomcat] working war for testing

2006-09-26 Thread Mohni, Daniel
:( On 26/09/2006, at 7:38 PM, Mohni, Daniel wrote: Ok, I found some strange things when I look at the libs in WEB_INF/lib there are some duplicated SNAPSHOT jars, this may create some problems... the following jars are present in 2 different versions plexus-security-authentication-api

RE: AW: working war for testing

2006-09-26 Thread Mohni, Daniel
think it uses the eclipse compiler. Can't hurt to try though. I assume you use JDK 5.0? - Brett On 26/09/2006, at 5:30 PM, Emmanuel Venisse wrote: You need a jdk for compiling JSPs Emmanuel Mohni, Daniel a écrit : still the same problem, I'will now try with Tomcat 5.0.28... can

AW: working war for testing

2006-09-25 Thread Mohni, Daniel
file if that is helpful - I'll look into making that an easier default. Other than that, I'd suggest going to SVN a bit more than a week ago before the user management changes. HTH, Brett On 22/09/2006, at 11:50 PM, Mohni, Daniel wrote: Hello I'am currently trying to get

working war for testing

2006-09-22 Thread Mohni, Daniel
Hello I'am currently trying to get a working copy of archiva.war to use for testing. I update the sources daily and build the project using maven (of course...), and install the war on my local tomcat. currently archiva will not startup as there is to much ongoing changes with the user