Re: [c 1.0-beta-4] Error getting continuum to pick up settings.xml

2007-11-28 Thread Dennis Lundberg
e values in my [user hame]/.m2/settings.xml like: scm:local|/opt/viewstore/esp_lynx_dap/esp|dap scm:local|/opt/viewstore/esp_lynx_dap/esp|dap etc... Do I need to define my settings.xml for continuum some place? I have even tried to create another user with the same

Re: Problem with %M2_HOME%\conf\settings.xml

2007-10-03 Thread Emmanuel Venisse
It is "normal". Continuum use maven API and Maven API search settings.xml under current_dir/conf/ and ${user.home}/.m2/ current_dir is equals it $M2_HOME when you run mvn and $CONTINUUM_HOME/bin/linux if you run the continuum linux starter Emmanuel alexsil a écrit : I'm

What settings.xml files does Continuum use?

2007-06-26 Thread Wendy Smoak
When adding a new project to Continuum I've determined that it "sees" ~/.m2/settings.xml (for the user under which Continuum is running) but not $M2_HOME/conf/settings.xml. Are there any other settings.xml (or similar) files that Continuum uses, where I could configure repositories? -- Wendy

Continuum ignores global settings.xml when you add a m2 project

2007-06-12 Thread Wendy Smoak
On the build server, I added repositories to maven/conf/settings.xml and did *not* have ~/.m2/settings.xml for the user running Continuum. (It's 1.1, not sure of the exact revision.) When I tried to add a project to Continuum, it complained that the parent was not available. Looking in the

RE: Settings.xml not being recognized by Continuum

2007-03-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thanks. I would like to as ask what permissions should the "continuum user" have? -Original Message- From: Jo Vandermeeren [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 12:08 PM To: continuum-users@maven.apache.org Subject: Re: Settings.xml not being recognized by

RE: Settings.xml not being recognized by Continuum

2007-03-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
Excellent point, thank you. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 12:20 PM To: continuum-users@maven.apache.org Subject: Re: Settings.xml not being recognized by Continuum Yes, I didn't quite go this far in my email but its rea

Re: Settings.xml not being recognized by Continuum

2007-03-01 Thread Wayne Fay
Glen Mills) <[EMAIL PROTECTED]> wrote: Excellent, thank you for your help. -Original Message- From: Jo Vandermeeren [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 12:08 PM To: continuum-users@maven.apache.org Subject: Re: Settings.xml not being recognized by Continuum Hi Alex

RE: Settings.xml not being recognized by Continuum

2007-03-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thank you, this worked. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 12:03 PM To: continuum-users@maven.apache.org Subject: Re: Settings.xml not being recognized by Continuum Yes, that's correct. Wayne On 3/1/07, Morgovsky, Alexande

RE: Settings.xml not being recognized by Continuum

2007-03-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
Excellent, thank you for your help. -Original Message- From: Jo Vandermeeren [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 12:08 PM To: continuum-users@maven.apache.org Subject: Re: Settings.xml not being recognized by Continuum Hi Alexander, Actually it's good practi

Re: Settings.xml not being recognized by Continuum

2007-03-01 Thread Jo Vandermeeren
r whatever scm client you use) works appropriately. Build your application and if everything works, install continuum as a service (on windows it's bin/win32/InstallService.bat or something).. You can save your settings.xml file as "C:\Documents and Settings\continuum\.m2\settings

Re: Settings.xml not being recognized by Continuum

2007-03-01 Thread Wayne Fay
Yes, that's correct. Wayne On 3/1/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: Yes, I just verified this and it is running as a service under "Local Service." Does this mean that I should add the settings.xml file to: C:\Documents and Settings\Ad

RE: Settings.xml not being recognized by Continuum

2007-03-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
Yes, I just verified this and it is running as a service under "Local Service." Does this mean that I should add the settings.xml file to: C:\Documents and Settings\Administrator\.m2\ ? I appreciate your help. Thanks. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTEC

Re: Settings.xml not being recognized by Continuum

2007-03-01 Thread Wayne Fay
Hi. I am running Continuum as a service. I put in active profile into > the settings.xml. I put this into ~/.m2/settings.xml, maven_home/conf, > but no success. How else can I start Continuum and have this work? > Please help. > > -Original Message- > From: Jo Vanderm

RE: Settings.xml not being recognized by Continuum

2007-02-28 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. I am running Continuum as a service. I put in active profile into the settings.xml. I put this into ~/.m2/settings.xml, maven_home/conf, but no success. How else can I start Continuum and have this work? Please help. -Original Message- From: Jo Vandermeeren [mailto:[EMAIL

RE: continuum and settings.xml

2006-09-06 Thread Andreas Guther
The Maven2 settings.xml file to my understanding is looked for in two places: - Under the conf folder in your Maven2 installation directory - In the user home directory under .m2/ I do not think that a settings.xml file needs to present at all. The Maven2 conf folder has a default settings.xml

Re: Continuum local Repository is different of M2 local repo defined in settings.xml

2006-06-28 Thread Emmanuel Venisse
Continuum use local repository defined in ${user.home}/.m2/settings.xml ${maven.home}/conf/settings.xml isn't used by continuum, it use an other general settings.xml in a continuum sub-directory. You can find the location of it in your logs. Emmanuel Thibaut Cazenave a écrit : Hello,

Continuum local Repository is different of M2 local repo defined in settings.xml

2006-06-28 Thread Thibaut Cazenave
local repo until I found out that the /home partition was full on my server... Why Continuum doesn't use the local repository I defined in settings.xml ? Thanx for your help. Tibo

Re: How to make Continuum respect maven installation-wide settings.xml?

2006-02-09 Thread Emmanuel Venisse
with profiles and or proxy settings, i'll can continue to investigate and resolve this problem Emmanuel Emmanuel Venisse a écrit : Ok, seems to be a bug somewhere. Michael, can we have a little settings.xml with an active profile and a pom that need a resolution? It will be perhaps mo

Re: How to make Continuum respect maven installation-wide settings.xml?

2006-02-09 Thread Christian Mouttet
Great job, thank's. I'm looking forward to download 1.0.3. -chris Am Donnerstag, 9. Februar 2006 14:44 schrieb Emmanuel Venisse: > My tests on Fedora was only with a new localRepository in continuum > settings file, but i'm pretty sure it doesn't work too with profile and > proxy. Will be fix in

Re: How to make Continuum respect maven installation-wide settings.xml?

2006-02-09 Thread Michael Böckling
blem Emmanuel Emmanuel Venisse a écrit : Ok, seems to be a bug somewhere. Michael, can we have a little settings.xml with an active profile and a pom that need a resolution? It will be perhaps more easy to track the bug. Emmanuel Christian Mouttet a écrit : Grüetzi Michael, it seems that

Re: How to make Continuum respect maven installation-wide settings.xml?

2006-02-09 Thread Emmanuel Venisse
one can send me sample files with profiles and or proxy settings, i'll can continue to investigate and resolve this problem Emmanuel Emmanuel Venisse a écrit : Ok, seems to be a bug somewhere. Michael, can we have a little settings.xml with an active profile and a pom that need a re

Re: How to make Continuum respect maven installation-wide settings.xml?

2006-02-09 Thread Christian Mouttet
Hi Michael, my settings.xml is in Emmanuels' hands too :-) -chris Am Donnerstag, 9. Februar 2006 14:30 schrieb Michael Böckling: > FYI, I just sent a testcase to Emmanuel. Would be great if this could > indeed be fixed. > > @chris: Thanks for the hint! I'm running SuSE 9.2

Re: How to make Continuum respect maven installation-wide settings.xml?

2006-02-09 Thread Michael Böckling
ink i found the pb in Continuum. If someone can send me sample files with profiles and or proxy settings, i'll can continue to investigate and resolve this problem Emmanuel Emmanuel Venisse a écrit : Ok, seems to be a bug somewhere. Michael, can we have a little settings.xml with an active p

Re: How to make Continuum respect maven installation-wide settings.xml?

2006-02-09 Thread Emmanuel Venisse
I think i found the pb in Continuum. If someone can send me sample files with profiles and or proxy settings, i'll can continue to investigate and resolve this problem Emmanuel Emmanuel Venisse a écrit : Ok, seems to be a bug somewhere. Michael, can we have a little settings.xml wi

Re: How to make Continuum respect maven installation-wide settings.xml?

2006-02-09 Thread Emmanuel Venisse
Ok, seems to be a bug somewhere. Michael, can we have a little settings.xml with an active profile and a pom that need a resolution? It will be perhaps more easy to track the bug. Emmanuel Christian Mouttet a écrit : Grüetzi Michael, it seems that you have the same problem as I have. You

Re: How to make Continuum respect maven installation-wide settings.xml?

2006-02-09 Thread Michael Böckling
;, everything looks right, the element "project.scm.connection" is properly interpolated. Could it be that Continuum does not interpolate pom values upon project import? Regards, Michael You must copy your settings.xml in ${continuum.home}/bin/YOUR_OS/conf/settings.xml. Absolute

Re: settings.xml

2006-02-08 Thread Emmanuel Venisse
Not yet, need to investigate. Emmanuel Roland Kofler a écrit : I have the bug described here (on linux): http://jira.codehaus.org/browse/CONTINUUM-488 does anyone know a workaround for my company repository? thanks Roland

settings.xml

2006-02-07 Thread Roland Kofler
I have the bug described here (on linux): http://jira.codehaus.org/browse/CONTINUUM-488 does anyone know a workaround for my company repository? thanks Roland

Re: Continuum, Maven2 settings.xml

2006-01-17 Thread Christian Mouttet
Hi Emmanuel, first of all I want to thank you very much for your engagement. To be sure that my settings.xml is OK I tried this: ssh to my continuum server ~/workspace> cvs co something ~/workspace/something> mvn compile --%<-- [INFO] Scanning for projects

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 >

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 [Socke

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: 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

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,

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.

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. regar