Re: Continuum, Maven2 settings.xml

2006-01-16 Thread Emmanuel Venisse
Are you sure that your settings.xml is configured correctly? From your logs: > MavenSettingsBuilder - Building Maven global-level settings from: > '/opt/continuum-1.0.2/bin/linux/conf/settings.xml' > jvm 1| 2006-01-16 18:39:27,510 [SocketListener0-0] DEBUG > MavenSettingsBuilder

Re: Continuum, Maven2 settings.xml

2006-01-16 Thread Christian Mouttet
now I have the settings.xml in directory /home/continuum/.m2. But it isn't used yet. Continuum is started with parameter 'console' and following stack trace is shown: --%<-- jvm 1| 18:39:20.004 EVENT Started HttpContext[/] jvm 1| 2006-01-16 18:39:21,238 [SocketListener0-1] INFO Action

Re: Continuum, Maven2 settings.xml

2006-01-16 Thread Christian Mouttet
OK, and what can I do if there isn't any project added. Remember, the exception is thrown if I ADD my first project. -chris Am Montag, 16. Januar 2006 18:00 schrieb [EMAIL PROTECTED]: > Login->clickOnProjectName->Build Definitions/Add->Arguments > > Fredy > > continuum-users@maven.apache.org sch

Re: Continuum, Maven2 settings.xml

2006-01-16 Thread softwarearchitekt
Login->clickOnProjectName->Build Definitions/Add->Arguments Fredy continuum-users@maven.apache.org schrieb am 16.01.06 17:50:47: where did you set this stuff? Am Montag, 16. Januar 2006 17:03 schrieb [EMAIL PROTECTED]: > I had similar problems. > > The option -Dorg.apache.maven.global-settings=

Re: Continuum, Maven2 settings.xml

2006-01-16 Thread Christian Mouttet
where did you set this stuff? Am Montag, 16. Januar 2006 17:03 schrieb [EMAIL PROTECTED]: > I had similar problems. > > The option -Dorg.apache.maven.global-settings= helps. > > Fredy ** Diese E-Mail wurde auf Viren ueberprueft.

Re: m2 & continuum 1.0.2

2006-01-16 Thread Christian Mouttet
Continuum only sends mails if any project status changes, e. g. 'Build failed' -> 'Build OK' and vice versa. Am Montag, 16. Januar 2006 17:37 schrieb Samuel Le Berrigaud: > Hi, > > I installed continuum 1.0.2, building my projects with maven 2. > > First, however I have notification configured fo

Re: Continuum, Maven2 settings.xml

2006-01-16 Thread softwarearchitekt
I had similar problems. The option -Dorg.apache.maven.global-settings= helps. Fredy continuum-users@maven.apache.org schrieb am 16.01.06 16:58:56: Hi Denis, > Edit your MAVEN2_HOME/conf/settings.xml thank's. I've already changed it. It seems to me that Continuum doesn't use it. Dropping s

Re: Continuum, Maven2 settings.xml

2006-01-16 Thread Christian Mouttet
Hi Denis, > Edit your MAVEN2_HOME/conf/settings.xml thank's. I've already changed it. It seems to me that Continuum doesn't use it. Dropping settings.xml in the directory ~continuum/.m2 also doesn't make any changes. Always stupid 'UnknownHostException'. BTW, this is the content of ~continuum/

Re: Continuum, Maven2 settings.xml

2006-01-16 Thread Denis Fuenzalida
Edit your MAVEN2_HOME/conf/settings.xml 2006/1/16, Christian Mouttet <[EMAIL PROTECTED]>: > Hi all, > > where do I have to place the file 'settings.xml' to configure my proxy, > repository mirrors etc.? > > After adding a Maven2 project I get > java.net.UnknownHostException: repo1.maven.org. > > A

Continuum, Maven2 settings.xml

2006-01-16 Thread Christian Mouttet
Hi all, where do I have to place the file 'settings.xml' to configure my proxy, repository mirrors etc.? After adding a Maven2 project I get java.net.UnknownHostException: repo1.maven.org. Any help would be appreciated. regards -chris ***

[1.0.2] scm:cvs user and password ignored?

2006-01-16 Thread softwarearchitekt
Hey all, is it possible, that the user and/or password entry in the scm configuration are ignored? It semms to work only, if i login and there is a .cvspass in my users home. Fredy