Re: branch CI turned off

2006-05-29 Thread Trygve Laugstøl
Brett Porter wrote: I've turned off the CI build for continuum-1.0.x, since the development focus will all be on trunk now. I'm not sure if we should svn rm the branch to save confusion, or move it, or just leave it there. Any thoughts? I'd prefer to leave it, at least for a while, as

Re: branch CI turned off

2006-05-29 Thread Emmanuel Venisse
I think we'll can remove it when trunk will be in a stable state. I'm not agree to remove the more stable branch even if it isn't the development branch. Emmanuel Brett Porter a écrit : I've turned off the CI build for continuum-1.0.x, since the development focus will all be on trunk now.

Re: branch CI turned off

2006-05-29 Thread Trygve Laugstøl
Brett Porter wrote: Yep, I agree with you both. Perhaps removing it after the 1.1 release is the most appropriate. +1, and include the last known rev in the README.txt :) -- Trygve

Re: branch CI turned off

2006-05-29 Thread Brett Porter
theoretically it shouldn't have changed since the last tag :) Trygve Laugstøl wrote: Brett Porter wrote: Yep, I agree with you both. Perhaps removing it after the 1.1 release is the most appropriate. +1, and include the last known rev in the README.txt :) -- Trygve -- Brett Porter

RE: branch CI turned off

2006-05-29 Thread Christian Gruber
Please don't remove the branch, as I'm making some local fixes on it. I would End-of-life (remove) the branch once you have released 1.1.x Regards, Christian. christian gruber + agile coach and architect Israfil Consulting Services Corporation email [EMAIL PROTECTED] + bus +1 (905) 6401119

RE: branch CI turned off

2006-05-29 Thread Christian Gruber
Speaking of, the 1.1 feature set looks to resolve most of the current issues we have with daily use of Continuum. Do the developers have any sense of when we might be able to expect a 1.1 release? I don't mean to pressure, and I'm not relying on any particular answer, but it would help us know

Re: [continuum build trunk - FAILED - update] Mon May 29 22:00:00 GMT 2006

2006-05-29 Thread Brett Porter
All the integration tests are failing. Is this simply because they rely on the old webapp? What needs to happen to get this working again? - Brett [EMAIL PROTECTED] wrote: Log: http://maven.zones.apache.org/~continuum/logs/trunk/continuum-build-log-20060529.22.txt -- Brett Porter

M2 : How to implement goals in SCM provider implementation ?

2006-05-29 Thread Sharma, Jaikumar
Title: Message I am working on SCM provider implementation for MKS. Could somebody throw some lights on goals implementation for SCM provider. I had a look on SCM provider implementation for VSS, but could not find the goals definition in any of the classes ? Thanks! Jaikumar

Re: M2 : How to implement goals in SCM provider implementation ?

2006-05-29 Thread Emmanuel Venisse
what do you mean by goals? Emmanuel Sharma, Jaikumar a écrit : I am working on SCM provider implementation for MKS. Could somebody throw some lights on goals implementation for SCM provider. I had a look on SCM provider implementation for VSS, but could not find the goals definition in any

Re: M2 : How to implement goals in SCM provider implementation ?

2006-05-29 Thread Emmanuel Venisse
ok, it what I thought :-) SCM providers don't know anythink about maven and goals. It's the role of scm plugin. SCM providers implements SCM commands and scm plugin use them with Maven-SCM APIs. Emmanuel Sharma, Jaikumar a écrit : Emmanuel, As per the documentation on

RE: creating a new project with the MavenEmbedder

2006-05-29 Thread hermod.opstvedt
Hi Which version of the embedder is this? I get errors on the methods: getUserSettingsPath and getGlobalSettingsPath - No such methods in the Maven embedder (2.0.3). Hermod -Original Message- From: Ovidio Mallo [mailto:[EMAIL PROTECTED] Sent: Sunday, May 28, 2006 12:36 PM To: Maven

Re: creating a new project with the MavenEmbedder

2006-05-29 Thread Ovidio Mallo
Hi Hermod! The class compiles against the current 2.1-SNAPSHOT version. The previous versions 2.0.3 and 2.0.4 seem to have a somewhat different API, so it will not compile with those. Prior to my original post on this subject, I was trying to get the whole thing working with the version 2.0.4,

RE: creating a new project with the MavenEmbedder

2006-05-29 Thread hermod.opstvedt
Hi Ok, I'll get it from SVN and compile it. Thnx Hermod -Original Message- From: Ovidio Mallo [mailto:[EMAIL PROTECTED] Sent: Monday, May 29, 2006 1:58 PM To: Maven Developers List Subject: Re: creating a new project with the MavenEmbedder Hi Hermod! The class compiles against the

Snapshot feature broken in maven 2?

2006-05-29 Thread roger.butenuth
Hi! We use maven 2 to build a large project consisting of several modules. Dependencies between modules are handled by the maven dependency mechanism. During development, we want to use the SNAPSHOT feature because we don't want to have an inflation of version numbers. The problem: For me it

RE: Snapshot feature broken in maven 2?

2006-05-29 Thread Jörg Schaible
[EMAIL PROTECTED] wrote on Monday, May 29, 2006 5:59 PM: Hi! We use maven 2 to build a large project consisting of several modules. Dependencies between modules are handled by the maven dependency mechanism. During development, we want to use the SNAPSHOT feature because we don't want to

The Maven 2 POM Demystified

2006-05-29 Thread Eric Redmond
I hope you find this useful. Its not an introduction article. http://www.javaworld.com/javaworld/jw-05-2006/jw-0529-maven.html Sorry to cross-post, but I'd like to add a link to http://maven.apache.org/articles.html Eric

creating repository upload bundles

2006-05-29 Thread Mike Perham
I keep getting requests to create for upload bundles for new binaries which I want to see in the repository. Now I'm all for standardizing this process but how are we supposed to create upload bundles for projects which aren't based on Maven 2?

RE: creating repository upload bundles

2006-05-29 Thread Mike Perham
Nevermind. Carlos pointed out the part of the mini guide that answers my question. -Original Message- From: Mike Perham [mailto:[EMAIL PROTECTED] Sent: Monday, May 29, 2006 1:32 PM To: Maven Developers List Subject: creating repository upload bundles I keep getting requests to create

Re: creating a new project with the MavenEmbedder

2006-05-29 Thread Rinku
Hi Hermod, Coincidently, there was a thread on maven-users list about delegating goal to another mojo (see yesterday's posts). I have posted a similar code snippet there that uses embedder, you might want give it a try if you want to stick to released version. HTH, Rahul - Original

Re: svn commit: r410135 - in /maven/site/trunk: pom.xml src/site/apt/articles.apt

2006-05-29 Thread Dennis Lundberg
[EMAIL PROTECTED] wrote: Author: carlos Date: Mon May 29 11:18:26 2006 New Revision: 410135 URL: http://svn.apache.org/viewvc?rev=410135view=rev Log: Added articles, book and fixed typos Modified: maven/site/trunk/pom.xml maven/site/trunk/src/site/apt/articles.apt Modified: