Re: Custom SCM Provider - Works!

2007-10-22 Thread Emmanuel Venisse
checkout the maven-scm site (http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-site/), create a patch and attach it to a jira issue. Emmanuel [EMAIL PROTECTED] a écrit : Thanks, those were the missing steps! Question for the SCM group in general, how can I add this to the web site

Re: [VOTE] Release maven-remote-resources-plugin-1.0-alpha-6 and apache-jar-resource-bundle-1.3

2007-10-19 Thread Emmanuel Venisse
the same organization together (then sorted by Project Artifact) * Provide option to display the version number for each project (set addVersion property to true) * Provide option to display the full Artifact string for each project (set addArtifact to true) Many thanks to Emmanuel Venisse

Re: Continuum reference docs

2007-10-17 Thread Emmanuel Venisse
Wendy Smoak a écrit : On 10/16/07, Wendy Smoak [EMAIL PROTECTED] wrote: Thanks! The site builds locally now, I'll give publishing it another try later. Success! It starts here: http://maven.apache.org/continuum/ref/latest/ (As with Archiva, 'latest' is symlinked to the most recent

next release

2007-10-17 Thread Emmanuel Venisse
Hi, In jira, we have now 3 issues opened, I don't think I'll can fix CONTINUUM-1388 before the release because it require changes and releases of remote-resources-plugin, apache-jar-resource-bundle and maven parent pom. I'm not sure to fix CONTINUUM-1475 too. About the docs, we have already

Re: next release

2007-10-17 Thread Emmanuel Venisse
think it's very close, I wonder if it might be worth having one last beta to get a bit of feedback to see if there is any blockers while the docs, etc are done? I understand Just my 2c, I'm happy either way :) - Brett On 17/10/2007, at 6:31 PM, Emmanuel Venisse wrote: Hi, In jira, we

Re: Improvement

2007-10-17 Thread Emmanuel Venisse
Olivier already fixed it with the end time but I think it would be good to add the build def description too so users will know which build def was the latest to run Emmanuel Christophe Lechenne a écrit : Hi all, For CONTINUUM-703, I can put startTime or EndTime, I think endTime is better.

Re: Continuum reference docs

2007-10-16 Thread Emmanuel Venisse
I modified redback-legacy pom to fix it. The problem was that we patch generated modello files in process-sources phase due to a bug in modellobut the javadoc reporting is executed in generate-sources phase so our patch wasn't applied. Emmanuel Wendy Smoak a écrit : On 10/15/07, Wendy Smoak

Re: Continuum Archiva on Tomcat together and appserver.base variable

2007-10-03 Thread Emmanuel Venisse
What is the problem? Emmanuel Damien Lecan a écrit : Hello, Continuum and Archiva share the same use of appserver.base variable. This is a problem when they are deployed together, in Tomcat for example. How to specify one appserver.base for continuum and one for Archiva ? I don't know

Continuum 1.2 Roadmap

2007-10-03 Thread Emmanuel Venisse
Hi, We are near the end of 1.1, it's time to discuss of 1.2 roadmap :) For this new version, my vision is: - Rewrite all the UI with a full GWT site. I want to migrate to GWT because we need better performance on the UI even if it is correct now. The second point is that with GWT (and Ajax in

Re: Continuum 1.2 Roadmap

2007-10-03 Thread Emmanuel Venisse
On 10/3/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: We are near the end of 1.1, it's time to discuss of 1.2 roadmap :) For this new version, my vision is: Sounds good in general. I'm not thrilled with GWT-- I'm suspicious of code generation-- but since I'm not doing the work I'm

Re: CONTINUUM-310 - customizable email templates

2007-10-02 Thread Emmanuel Venisse
I think the best way would be to allow the user to chosse his own template, if a template isn't define, continuum will choose the default. About the issue, I closed it because the mail is customizable (subject, print or not the build output...) but if we can allow new templates, we'll can

Re: CONTINUUM-310 - customizable email templates

2007-10-02 Thread Emmanuel Venisse
Tomislav Stojcevich a écrit : I think it should be re-opened since there still is no way to completely customize the template itself other than turning on and off the output and summary. In my case the turning on the summary wiith the build output turned off will give me what I want but it is

Re: CONTINUUM-310 - customizable email templates

2007-10-02 Thread Emmanuel Venisse
Wendy, All continuum conf will be externalized in 1.2 Emmanuel Wendy Smoak a écrit : On 10/1/07, Tomislav Stojcevich [EMAIL PROTECTED] wrote: What does everybody think about adding a step to the continuum-webapp project that extracts the templates from the continuum-core.jar and puts a copy

Re: CONTINUUM-310 - customizable email templates

2007-10-02 Thread Emmanuel Venisse
notifier defined? 3) each Project/Project Group? and, 4) What is the order of precedence if there were custom templates defined at different levels? IMO, I think we should persist the notifiers in the database itself in a separate field. WDYT? Rahul Emmanuel Venisse wrote: Tomislav Stojcevich

Re: CONTINUUM-310 - customizable email templates

2007-10-02 Thread Emmanuel Venisse
Wendy Smoak a écrit : On 10/2/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: We can't move all in the db because schema updates can be a pain. In 1.2 all the conf, actually written in application.xml, will be move to an external file. This file will can be stored in ${user.home} so each

Re: scm plugin providers

2007-09-28 Thread Emmanuel Venisse
it's a dynamic discovery. In your provider, you need a class that extends AbstractScmProvider. This class must have in javadoc this line: * @plexus.component role=org.apache.maven.scm.provider.ScmProvider role-hint=custom And you must add this plugin in your pom: plugin

Re: Questions about Starteam provider

2007-09-27 Thread Emmanuel Venisse
[EMAIL PROTECTED] a écrit : I've been looking at the maven documentation and the source code for the starteam provider and have some quick questions. 1) StarteamAddCommand, StarteamRemoveCommand do not have a corresponding scm goal listed on page http://maven.apache.org/scm/plugins/. Is

Re: how to install continuum betat 2 into tomcat?

2007-09-26 Thread Emmanuel Venisse
On the continuum site ;) Emmanuel I am Who i am a écrit : where is beta-3 ? On 9/25/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: It would be better to use 1.1-beta-3 if you don't want to migrate your db between versions. I released it and I'll do the official announce in few hours when all

[announce] Continuum 1.1-beta-3 is released

2007-09-26 Thread Emmanuel Venisse
The Continuum team is pleased to announce the Continuum 1.1-beta-3 release Highlights are: * lot of bug fixes * xwork/webwork update to fix remote code exploit in forms * mail notification to latest committers * LDAP authentication * performance improvement You can grab the latest

Re: Documentation Plan

2007-09-25 Thread Emmanuel Venisse
I'm agree Emmanuel Joakim Erdfelt a écrit : The order is a little odd. I would personally put the User's Guide as more important than the Developer's Guides. The FAQ should be higher in the list too. - Joakim Emmanuel Venisse wrote: Hi, Here is the structure of the documentation I'd

Re: Documentation Plan

2007-09-25 Thread Emmanuel Venisse
Wendy Smoak a écrit : On 9/24/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: For 1.0.3 doc, we'll let it as is but we must remove specific 1.1 doc in it. How will this be handled? Do we need continuum/1.0.3 and continuum/1.1 on the website? I don't know but if we remove 1.0.3 doc, how

[results] [vote] Release Continuum 1.1-beta-3

2007-09-25 Thread Emmanuel Venisse
Below are the results of this vote: 3 Binding Votes (Wendy, Jesse, and Myself) 1 Non-binding vote (Olivier) I'll finalize the release and will send an update. Thanks, Emmanuel Emmanuel Venisse a écrit : Hi, Continuum 1.1-beta-3 is ready for release The highlights are - lot of bug fixes

Re: how to install continuum betat 2 into tomcat?

2007-09-25 Thread Emmanuel Venisse
It would be better to use 1.1-beta-3 if you don't want to migrate your db between versions. I released it and I'll do the official announce in few hours when all files will be mirrored. but the continuum doc for tomcat is available there:

Re: build definition used on build result

2007-09-24 Thread Emmanuel Venisse
olivier lamy a écrit : Hi, * Yes it's stored in the database with the buildResult (like a clone and add of the buildDefinition). * Yes it is in the email. * It looks we have to store the buildDefinition even if the scm update/checkout failed no, if the build fails in checkout/update, the

Re: build in error fix not working?

2007-09-24 Thread Emmanuel Venisse
Hmm, I'll look at it to fix it definitively Emmanuel Brett Porter a écrit : Hi, Note this build: http://maven.zones.apache.org/continuum/buildResults.action?projectId=272projectGroupId=8 It is stuck in error - but I thought this was fixed in beta-3? Could it be because it is an error on

Re: build definition used on build result

2007-09-24 Thread Emmanuel Venisse
Brett, you want to hide it when it is in progress or it is empty too? If it is empty, it's a bug but I don't want to hide it when the build is started. Emmanuel Brett Porter a écrit : also when it is in progress On 24/09/2007, at 6:50 PM, Emmanuel Venisse wrote: olivier lamy a écrit

Documentation Plan

2007-09-24 Thread Emmanuel Venisse
Hi, Here is the structure of the documentation I'd like to have for 1.1-final. Installation/Upgrade Guides Installation (standalone, webapp, service...) Release Notes Upgrade Administrator's Guides Managing Users and Security Adding Project Group

Re: build failures on JDK 1.4

2007-09-24 Thread Emmanuel Venisse
huh, it must be 1.4 code Brett Porter a écrit : Hi, Is SCM meant to support JDK 1.4? I notice the API is causing build failures on maven.zones.apache.org. Cheers, Brett -- Brett Porter - [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Blog: http://www.devzuz.org/blogs/bporter/

Re: Continuum Model and Modello

2007-09-21 Thread Emmanuel Venisse
Rahul Thakur a écrit : I have been wanting to pop this questions for sometime now. For generation/maintenance of continuum-model: a) Why are we using Modello? More specifically what does it buy us? I know the model is expressed as xml and separate from Java sources, but I don't see a benefit

Re: Upgrade Mysql database from Continuum 1.1-beta-2 to beta-3

2007-09-21 Thread Emmanuel Venisse
Hi, Commands to run will be available when we'll update the site for the release of 1.1-beta-3 For the moment, it isn't possible to migrate a mysql db (and other db that isn't derby) with this tool. We'll fix it in next version. But maybe you can write a patch for it so you'll can migrate, I

Re: Upgrade Mysql database from Continuum 1.1-beta-2 to beta-3

2007-09-21 Thread Emmanuel Venisse
http://jira.codehaus.org/browse/CONTINUUM-1481 Emmanuel Venisse a écrit : Changes must be done in http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-data-management/data-management-cli/src/main/java/org/apache/maven/continuum/management/DataManagementCli.java Look at the end

Re: Upgrade Mysql database from Continuum 1.1-beta-2 to beta-3

2007-09-21 Thread Emmanuel Venisse
Damien Lecan a écrit : 2007/9/21, Emmanuel Venisse [EMAIL PROTECTED]: http://jira.codehaus.org/browse/CONTINUUM-1481 Ok, I've got a patch which allows data-management-cli (dmc) to use Mysql jdbc driver class or any other driver BUT : - dmc always fails to download dependencies. It doesn't

Re: relative path

2007-09-21 Thread Emmanuel Venisse
It isn't too late for 1.1, we're releasing beta-3 and final won't be normally before one month. For your patch, please attach it to an issue. Emmanuel CAUSSE David MTP CAP GEM a écrit : Hi, I send to the list a patch to add better support for SCM providers that honour the relativePath

Re: [vote] Release Continuum 1.1-beta-3

2007-09-21 Thread Emmanuel Venisse
Damien Lecan 2 a écrit : Everyone is encouraged to vote and give their feedback. Page group summary is now very fast, database upgrade for Mysql works (almost), so Great, thx for your patch. We'll apply it. Emmanuel +1 (non binding) Damien Lecan

Re: [vote] Release Continuum 1.1-beta-3

2007-09-20 Thread Emmanuel Venisse
You can fix it by setting LC_ALL. Some threads give the solution: http://mail-archives.apache.org/mod_mbox/maven-continuum-users/200709.mbox/[EMAIL PROTECTED] http://mail-archives.apache.org/mod_mbox/maven-users/200705.mbox/[EMAIL PROTECTED] Emmanuel jrduncans a écrit : Emmanuel Venisse

Re: [vote] Release Continuum 1.1-beta-3

2007-09-20 Thread Emmanuel Venisse
/plexus/application.xml for LDAP configuration point to documentation at a broken URL: apps/continuum/webapp/WEB-INF/classes/META-INF/plexus/application.xml -Stephen Emmanuel Venisse wrote: You can fix it by setting LC_ALL. Some threads give the solution: http://mail-archives.apache.org/mod_mbox

Re: About CONTINUUM-1218

2007-09-20 Thread Emmanuel Venisse
CAUSSE David MTP CAP GEM a écrit : Hi, in org.apache.maven.continuum.core.action.CheckoutProjectContinuumAction.execute(132) The default build definition is updated with the relative path into a finally block when relateivePath is not empty. This action shouldn't be done when first

Continuum on maven zone

2007-09-20 Thread Emmanuel Venisse
Hi, In few minutes, I'll stop Continuum to update it to Continuum 1.1-beta-3. I'll send a new mail when it will be back Emmanuel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Continuum on maven zone

2007-09-20 Thread Emmanuel Venisse
Dimitris Kapanidis a écrit : Emmanuel Venisse wrote: Hi, In few minutes, I'll stop Continuum to update it to Continuum 1.1-beta-3. I'll send a new mail when it will be back I suppose you mean Continuum 1.1-beta-2, in continuum site I cannot find beta-3. No, it's 1.1-beta-3. We started

Re: Continuum on maven zone

2007-09-20 Thread Emmanuel Venisse
ok, I updated continuum instance to 1.1-beta-3. Sorry for the delay Emmanuel Emmanuel Venisse a écrit : Hi, In few minutes, I'll stop Continuum to update it to Continuum 1.1-beta-3. I'll send a new mail when it will be back Emmanuel

[vote] Release Continuum 1.1-beta-3

2007-09-19 Thread Emmanuel Venisse
Hi, Continuum 1.1-beta-3 is ready for release The highlights are - lot of bug fixes - LDAP support for authentication (thanks jesse) - performance improvement - committer mail notification The Release Notes is available there:

Re: [VOTE] release maven-changes-plugin 2.0-beta-3

2007-09-16 Thread Emmanuel Venisse
+1 Emmanuel Stephane Nicoll a écrit : Hi, I'd like to release maven-changes-plugin 2.0-beta-3. Significant fixes are available in trunk and the latest release is almost one year old. Release Notes - Maven 2.x Changes Plugin - Version 2.0-beta-3 ** Bug * [MCHANGES-1] - Annoucement

Re: Stuck with svn diff and multiple patches

2007-09-14 Thread Emmanuel Venisse
Allan Lang a écrit : Hi I'm trying to fix up the VSS provider and have already submitted a couple of patches, which haven't yet been incorporated into the SVN repository. My problem is that as I continue with the development work, I'm having trouble separating out the various pieces of

Re: pomRelativePath

2007-09-13 Thread Emmanuel Venisse
CAUSSE David MTP CAP GEM a écrit : Hi, in org.apache.maven.continuum.scm.DefaultContinuumScm.checkOut(140) I can see : context.put( pomRelativePath, res.getRelativePathProjectDirectory() ); It seems to be unused, am I wrong? right, it's a bug and I fixed it few seconds ago. It is exactly

Re: [VOTE] Commit Access for Hervé Boutemy

2007-09-13 Thread Emmanuel Venisse
+1 Emmanuel Jason van Zyl a écrit : Hi, Hervé has been submitting patches on the Maven Ant Tasks for a long time, done lots of fixes on encoding, in Modell and Plexus so he knows the system very well and he just keeps on giving us more patches. Given what I've seen I would propose to make

Re: Problems with MungedHttpsURL

2007-09-12 Thread Emmanuel Venisse
Can you file an issue and attach to it your patch? We'll look at it later. Thanks Emmanuel Dariusz Nowak a écrit : Dear Developers, For a long time I have tried to be able to add a new Maven2 project from our SVN repository. Unfortunately it was not possible neither in 1.0.2 nor 1.1-b2.

Re: Maven scm plugin unable to load maven scm local provider

2007-09-12 Thread Emmanuel Venisse
maybe I'll miss some of them but they are: checkout, checkin, changelog, tag, status, update Emmanuel Allan Lang a écrit : Hi Emmanuel Out of interest, what are the required methods required for release plugin support? Thanks, Allan On 12 Sep 2007, at 14:17, Emmanuel Venisse wrote

Re: Maven scm plugin unable to load maven scm local provider

2007-09-12 Thread Emmanuel Venisse
The local scm provider isn't supported by the release plugin because some of required methods aren't implemented in this provider. Instead of using the local provider, it would be better to implement an accurev provider, but it will require few hours. Emmanuel Terala, Satish (IS Consultant)

Re: turning off continuum_ci.sh?

2007-09-11 Thread Emmanuel Venisse
yes, we can turn off it, but it would be good to deploy the assemblies somewhere (in a snapshot repo?) so users/testers will can use them. About the nightly build, I think we should run it until the the beta-3 update so we'll can run a fresh build every nights. Emmanuel Brett Porter a écrit

Re: UI for Group Actions

2007-09-11 Thread Emmanuel Venisse
LAMY Olivier a écrit : Hi, In fact, I think Choose a Build Definition is not very clear. The best should be something like : You can choose a Build Definition but if you don't the default one will be used. But it's a little bit huge for a list box ;-) . I will look at the tooltip feature in

Re: Wrong icons immediately after adding projects

2007-09-10 Thread Emmanuel Venisse
Wendy Smoak a écrit : When I add a multi-module project, the project group summary shows the 'cancel build' icon for the first project, and 'queued build' icons for the rest. This is incorrect, nothing is building or queued at that time. Not exactly. All projects are in queue. It isn't the

Re: SCM Matrix for Continuum?

2007-09-10 Thread Emmanuel Venisse
I think it's up to date but I'll verify. cloumns that are used by Continuum are : changelog, checkout, update The release part use checkin, status, tag columns too edit/unedit and login columns can be used by some scm tools. Emmanuel Wendy Smoak a écrit : I'm in need of an SCM Matrix for a

Re: What if multiple scm commands ?

2007-09-06 Thread Emmanuel Venisse
yes, I think it will good to concate all, so users will knwo all commands that ran and will get all output Emmanuel Gilles Scokart a écrit : I'm currently trying to write a provider for Dimensions. Whit this tool, a checkout operation will result in multiple commands sent to the scm client

Re: maven-project broken

2007-09-06 Thread Emmanuel Venisse
Maven Artifact is already in Continuum : http://maven.zones.apache.org/continuum/projectGroupSummary.action?projectGroupId=30 and the class you search is in the working copy:

Re: maven-project broken

2007-09-06 Thread Emmanuel Venisse
I found the problem with the exception, NEXT_VAL in SEQUENCE_TABLE is wrong, I'll fix it today then I'll readd components/trunk Emmanuel Emmanuel Venisse a écrit : Maven Artifact is already in Continuum : http://maven.zones.apache.org/continuum/projectGroupSummary.action?projectGroupId=30

Re: brief notes: upgrading 1.1-beta-1 to 1.1-beta-2

2007-09-06 Thread Emmanuel Venisse
NEXT_VAL values must be checked in SEQUENCE_TABLE before to to restart continuum Emmanuel Emmanuel Venisse a écrit : Without sql command: 1- with data-management: export the db java -Xmx512m -jar data-management-cli-1.1-beta-2-app.jar -buildsJdbcUrl jdbc:derby:path_continuum_old_db -mode

Re: maven-project broken

2007-09-06 Thread Emmanuel Venisse
Done. Emmanuel Emmanuel Venisse a écrit : I found the problem with the exception, NEXT_VAL in SEQUENCE_TABLE is wrong, I'll fix it today then I'll readd components/trunk Emmanuel Emmanuel Venisse a écrit : Maven Artifact is already in Continuum : http://maven.zones.apache.org/continuum

Re: [vote] Mauro Talevi committer access

2007-09-05 Thread Emmanuel Venisse
+1 Emmanuel Brian E. Fox a écrit : Mauro is an existing Apache Committer on the Excalibur project (http://excalibur.apache.org/team-list.html) as well as the mojo project at Codehaus. He has recently been working on the shade plugin currently up for vote to be moved to Apache. As he has

Re: brief notes: upgrading 1.1-beta-1 to 1.1-beta-2

2007-09-04 Thread Emmanuel Venisse
Without sql command: 1- with data-management: export the db java -Xmx512m -jar data-management-cli-1.1-beta-2-app.jar -buildsJdbcUrl jdbc:derby:path_continuum_old_db -mode EXPORT 2- start Continuum to create an empty db (with the good schema) 3- stop Continuum 4- import datas with

Re: Splitting up the Installations form

2007-09-04 Thread Emmanuel Venisse
+1 Wendy, can you file an issue? Olivier, do you want to work on it? Emmanuel Wendy Smoak a écrit : I think the form for adding a new Installation should be split up into one form for environment variables, and another for the Ant/Maven/JDK installations. The current web UI is confusing, we

Re: Splitting up the Installations form

2007-09-04 Thread Emmanuel Venisse
Maybe like notifier screens, we can have a process an installation in two steps: screen1: choose the installation type (tool or environment variable) screen2(tool): version, path, parameters... screen2(env var): name, value Emmanuel LAMY Olivier a écrit : Hi, Displaying the field

Re: The specified resource isn't a file or the protocol used isn't allowed.

2007-09-03 Thread Emmanuel Venisse
Graham Leggett a écrit : On Mon, September 3, 2007 12:39 pm, Graham Leggett wrote: When I enter the POM url of https://svn.server/svn/alchemy/Rhapsody/Development/native/trunk/pom.xml; I get the error: The specified resource isn't a file or the protocol used isn't allowed. Looking at the

Re: [jira] Closed: (CONTINUUM-358) User Authentication via LDAP

2007-09-02 Thread Emmanuel Venisse
I'd prefer too ;) Brett Porter a écrit : Should this be open until we actually switch? :) On 01/09/2007, at 6:14 AM, Jesse McConnell (JIRA) wrote: [ http://jira.codehaus.org/browse/CONTINUUM-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse McConnell

Re: Atlassian to bring Maven Clover plugin development in-house

2007-08-30 Thread Emmanuel Venisse
+1 Emmanuel Brett Porter a écrit : Yeah, we should do the same with the recently departed antlr plugin too. Move trunk to /retired/* (original tags would remain in the original place) would get my vote. - Brett On 30/08/2007, at 4:31 PM, Arnaud HERITIER wrote: We can move it in the

Re: error states

2007-08-29 Thread Emmanuel Venisse
Brett Porter a écrit : I think I understand this problem more now. the svn errors are a transient problem - it occurs before a build takes place, but they are recorded as a built result. So when they succeed again, no build occurs because no update has taken place. I see two possible

Re: Anyone seen Continuum hanging in recent versions?

2007-08-29 Thread Emmanuel Venisse
The problem is in beta-2 when the fresh build option is checked and the project contains lot of files in scm. The build controller merged scm results with old build results but it mustn't do it. I fixed this problem yesterday. Emmanuel Brett Porter a écrit : We get this occasionally on

Re: CONTINUUM-605: notification feature

2007-08-29 Thread Emmanuel Venisse
The patch doesn't seem to be complete, it's only a new class with a patch in other classes or components.xml I'll look at it in details to see if we can include it in 1.1 Emmanuel Brett Porter a écrit : Hi, I know where in feature freeze, but I'd really like this and it has a patch :)

Re: error states

2007-08-29 Thread Emmanuel Venisse
Brett Porter a écrit : On 29/08/2007, at 7:48 PM, Emmanuel Venisse wrote: 2) rebuild a project that was in error state before. I think it's the best solution for now and won't be a lot of work. agreed... can we sneak this into the 1.1 JIRA? :D sure, I don't think we already have

Re: The Maven PMC welcomes Deng Ching

2007-08-27 Thread Emmanuel Venisse
Congratulations Deng. Emmanuel Wendy Smoak a écrit : I'm pleased to announce that the Maven PMC has voted to add Deng Ching to the PMC. Please join me in welcoming her! - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [vote] adopt Continuum instance on zone as part of the project infrastructure

2007-08-27 Thread Emmanuel Venisse
a bit late, but +1 of course Emmanuel Brett Porter a écrit : Hi, Continuum has been running on the zone for a while. Some people have been watching the results vigilantly, but others have probably missed them, or presumed them erroneous. There are builds that are failing because of errors

Re: [vote] Release Continuum 1.1-beta-2

2007-08-17 Thread Emmanuel Venisse
4 binding +1's from PMC members: Brett, Stephane, Deng, Emmanuel I started to deployed all things. Thanks, Emmanuel Emmanuel Venisse a écrit : Hi, Continuum 1.1-beta-2 is ready for release The highlights are - lot of bug fixes - Installations/profiles screens improvement - screen flow

[result] Release Continuum 1.1-beta-2

2007-08-17 Thread Emmanuel Venisse
Change subject ;) Emmanuel Emmanuel Venisse a écrit : 4 binding +1's from PMC members: Brett, Stephane, Deng, Emmanuel I started to deployed all things. Thanks, Emmanuel Emmanuel Venisse a écrit : Hi, Continuum 1.1-beta-2 is ready for release The highlights are - lot of bug fixes

[announce] Continuum 1.1-beta-2 is released

2007-08-17 Thread Emmanuel Venisse
The maven/Continuum team is pleased to announce the Continuum 1.1-beta-2 release Highlights are: * lot of bug fixes * Installations/profiles screens improvement * screen flow improvement in Add Project part * cancellable builds You can grab the latest release from:

Re: [continuum build trunk - FAILED - update] Wed Aug 15 03:00:01 GMT 2007

2007-08-15 Thread Emmanuel Venisse
M2_HOME was changed in ci_continuum.sh but it wasn't in .profile. I'm changing it and will see if it's better Emmanuel Brett Porter a écrit : is this just a bad env on the zone? might be a hint that the release stuff could have a problem with certain environments too - worth checking. On

Re: Solving the notification problem

2007-08-15 Thread Emmanuel Venisse
Thanks. Emmanuel Brett Porter a écrit : Files as 1389 and 1390, with some additional comments about the alwaysSend bit. On 11/08/2007, at 2:59 AM, Emmanuel Venisse wrote: Yes they are improvments requests to file. I'm not sure about 2) because we already have the alwaysSend parameter

[vote] Release Continuum 1.1-beta-2

2007-08-14 Thread Emmanuel Venisse
Hi, Continuum 1.1-beta-2 is ready for release The highlights are - lot of bug fixes - Installations/profiles screens improvement - screen flow improvement in Add Project part - cancellable builds The Release Notes is available there:

[vote] Olivier Lamy as Continuum committer

2007-08-13 Thread Emmanuel Venisse
Hi, I'd like to give to Olivier commit access to Continuum. He provided lot of good patches, implemented new features (installations/profiles) and help users on the mailing lists here, my +1 Emmanuel - To unsubscribe,

Re: svn commit: r564614 - in /maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/execution: AbstractBuildExecutor.java ant/AntBuildExecutor.java maven/m1/MavenOneBuildExecut

2007-08-10 Thread Emmanuel Venisse
ok, I'll look at it Christian Gruber a écrit : I wonder if this could be expanded to include an alternate reference with the SCM version number being used as a build identifier. While this would suck with CVS, with P4 or SVN it would tend to better identify the build, as continuum build

Re: Solving the notification problem

2007-08-10 Thread Emmanuel Venisse
a threshold of messages, particularly for errors - don't send a message that is identical to one sent in the last X hours. Cheers, Brett On 02/08/2007, at 6:26 PM, Emmanuel Venisse wrote: Brett Porter a écrit : On 02/08/2007, at 7:46 AM, Emmanuel Venisse wrote: For a project notifier, I

Re: redback-1.0-alpha-2 released

2007-08-08 Thread Emmanuel Venisse
+1 to upgrade before Continuum 1.1-beta-2 Emmanuel Jesse McConnell a écrit : I released the alpha-2 of redback 1.0 this morning. It is working its way out into the main repositories and when its there I think we can safely upgrade continuum and archiva to it. Rather excited, this is the

Re: Solving the notification problem

2007-08-02 Thread Emmanuel Venisse
Brett Porter a écrit : On 02/08/2007, at 7:46 AM, Emmanuel Venisse wrote: For a project notifier, I think we can keep what we have actually, but for a group notifier, we can send a single mail by project group. The mail can be sent after the build of the latest project of the group, I don't

Re: Two week sprints on Continuum Beta releases?

2007-08-02 Thread Emmanuel Venisse
How many beta do you want to do? I think 2 or 3 will be enough. But I'm agree we can't resolve all beta-2 issues by Aug 15. Emmanuel Brett Porter a écrit : Hi, How do people feel about planning betas to fit into: Aug 15, Aug 29, Sep 12, Sep 26? (for releases, votes are the monday before)

Re: Database model change for beta-1

2007-08-01 Thread Emmanuel Venisse
I think null value will be enough. I think we'll need to test the null value in the UI but it isn't a problem. Emmanuel Brett Porter a écrit : Hi, I've narrowed down the problem in upgrading from alpha-2 to beta-1 to the following model change: field

Re: Solving the notification problem

2007-08-01 Thread Emmanuel Venisse
For a project notifier, I think we can keep what we have actually, but for a group notifier, we can send a single mail by project group. The mail can be sent after the build of the latest project of the group, I don't think it will be a problem to know if the project is the latest and we won't

Re: some issues for rescheduling?

2007-07-31 Thread Emmanuel Venisse
I will look at them this week, sorry for the delay. Emmanuel Brett Porter a écrit : Anyone have any thoughts on these, or should I just go ahead and make the changes? (Sorry Emmanuel, I know you've been offline a bit recently :) Cheers, Brett On 25/07/2007, at 5:13 PM, Emmanuel Venisse

Re: [Announce] Continuum 1.1-beta-1 is released

2007-07-31 Thread Emmanuel Venisse
It's an error, the next beta will be on the mirroring system. Emmanuel Martin van den Bemt a écrit : Why is the download from people instead of through the mirroring system ? Mvgr, Martin Emmanuel Venisse wrote: Hi, The maven/Continuum team is pleased to announce the first beta

Re: some issues for rescheduling?

2007-07-31 Thread Emmanuel Venisse
Done. Emmanuel Brett Porter a écrit : Anyone have any thoughts on these, or should I just go ahead and make the changes? (Sorry Emmanuel, I know you've been offline a bit recently :) Cheers, Brett On 25/07/2007, at 5:13 PM, Emmanuel Venisse wrote: Thanks Brett, I'll review them

Re: some issues for rescheduling?

2007-07-25 Thread Emmanuel Venisse
Thanks Brett, I'll review them. Emmanuel Brett Porter a écrit : Hi, I took a look through future for things that could be adjusted, and came up with the following list. I didn't want to 'just do it', since I'm not that close to the status of the project right now, so if someone could

Re: [vote] release continuum 1.1-beta-1

2007-07-25 Thread Emmanuel Venisse
Wendy Smoak a écrit : On 7/25/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: The vote has passed with 4 binding +1's from PMC members: Jesse, Wendy, Trygve, me 2 non-binding +1's from committers: Deng, Stephane Correction: 4 binding +1's from PMC members: Jesse, Stephane, Trygve

Re: [vote] release continuum 1.1-beta-1

2007-07-25 Thread Emmanuel Venisse
The vote has passed with 4 binding +1's from PMC members: Jesse, Wendy, Trygve, me 2 non-binding +1's from committers: Deng, Stephane I started to deployed all things and I'll send an announcement when all will be ready for users. Thanks, Emmanuel Emmanuel Venisse a écrit : Hi, I'd

[Announce] Continuum 1.1-beta-1 is released

2007-07-25 Thread Emmanuel Venisse
Hi, The maven/Continuum team is pleased to announce the first beta of Continuum 1.1 Highlights are: * Continuum profiles to define JDK/maven/ANT to use in a build definition * many bug fixes and ui improvements. You can grab the latest release from:

Re: [vote] release continuum 1.1-beta-1

2007-07-24 Thread Emmanuel Venisse
Wendy Smoak a écrit : On 7/23/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: How can I change them? They aren't files stored in Continuum svn. They're created by the remote resources plugin. I think it's working okay in Archiva, you might compare the pom configuration there. The 0.9

Re: [vote] release continuum 1.1-beta-1

2007-07-24 Thread Emmanuel Venisse
Wendy, I don't know for know how to resolve it, so I think I can do the release tomorrow morning and resolve it for beta-2. What do you think? But if you know how to resolve it, you're welcome to fix it. Emmanuel Emmanuel Venisse a écrit : Wendy Smoak a écrit : On 7/23/07, Emmanuel

Re: [vote] release continuum 1.1-beta-1

2007-07-23 Thread Emmanuel Venisse
How can I change them? They aren't files stored in Continuum svn. Emmanuel Wendy Smoak a écrit : On 7/19/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: Hi, I'd like to do a release of the 1.1-beta-1 Can you please check the NOTICE files in both the Plexus app and the standalone webapp

Re: Build results page

2007-07-20 Thread Emmanuel Venisse
I think it's a good thing and I implemented it one week ago ;) It will be in 1.1-beta-1 that we're releasing. Emmanuel Christophe Lechenne wrote: Hi all, It should be better to show build duration than start and end time, as hudson for example. What's do you think about that ?

Re: Heads up regarding VMBuild

2007-07-19 Thread Emmanuel Venisse
I can help you. Emmanuel Brett Porter wrote: So, is anyone interested? On 11/07/2007, at 11:06 PM, Brett Porter wrote: Hi folks, I'm currently doing the rounds of all the people using Continuum on VMBuild. The set up on there ballooned despite the box being underpowered and the

[vote] release continuum 1.1-beta-1

2007-07-19 Thread Emmanuel Venisse
Hi, I'd like to do a release of the 1.1-beta-1 This version is very stable and usable in production. Highlights are: - Continuum Profiles definition linked to build definitions. - multi-builddefinitions on a project Release notes:

Re: Continuum 1.1-beta-1

2007-07-13 Thread Emmanuel Venisse
We must release plexus-contextualizer and plexus-utils-1.4.3 first. Volunteers? Emmanuel Emmanuel Venisse a écrit : Hi, All 1.1-beta-1 issues are closed. I'll prepare the release in next hours or next week. Emmanuel

Continuum 1.1-beta-1

2007-07-13 Thread Emmanuel Venisse
Hi, All 1.1-beta-1 issues are closed. I'll prepare the release in next hours or next week. Emmanuel

Re: features scheduled after 1.1-beta-1

2007-07-12 Thread Emmanuel Venisse
CONTINUUM-761 is in 1.1-beta-1 and closed now. I'll review beta-2 issues to see if we have new features and I'll move them if necessary. Emmanuel Brett Porter a écrit : Hi, I haven't looked beyond this issue - so there may be more - but I see CONTINUUM-761 is a new feature scheduled for

<    1   2   3   4   5   6   7   8   9   10   >