Re: [PLEASE TEST] Apache Maven 3.0-RC2

2010-09-22 Thread Emmanuel Venisse
Is it a new process? For previous release, it was necessary to vote for all RC. Why don't you run a vote for 3.0 RCx? Emmanuel On Wed, Sep 22, 2010 at 8:44 PM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Hi, in preparation for the release of Apache Maven 3.0, the Maven team is

Re: Welcome Stephen Connolly to the Maven PMC

2010-09-14 Thread Emmanuel Venisse
Welcome Stephen. Emmanuel On Tue, Sep 14, 2010 at 4:03 AM, Brian Fox bri...@infinity.nu wrote: Stephen has just joined us on the Maven PMC. He is the author of the very popular versions-maven-plugin at Codehaus and has recently been doing maintenance of the Surefire plugin at the Maven

Re: Maven SCM (CVS) usage

2008-10-08 Thread Emmanuel Venisse
Hi Velo, By default, maven-scm use a pure java cvs client (a netbeans implementation) and the auto-login feature doesn't work well with external tool. By using the native cvs client, you use the command line, so if you already log in to a cvs server, all works fine like a direct cvs client

Re: local repository grows indefinitely on CI server

2008-09-25 Thread Emmanuel Venisse
Yes, it's a common problem on CI server but on developer workstation too if builds are intensive. About CI server, it is necessary to clean sometimes old snapshots because they are generally not used. Continuum have this features since 1.2, I don't know for other CI servers and if they doesn't

Re: scm:tag/branch doesn't update scm section

2008-09-24 Thread Emmanuel Venisse
Maven-SCM know nothing about the POM so it don't update the scm section in it and it won't do it in the future. To create a branch for a maven project, the best way is to use the release plugin : http://maven.apache.org/plugins/maven-release-plugin/examples/branch.html To create a tag for a maven

Re: when maven2 downloads dependencies

2008-08-25 Thread Emmanuel Venisse
This pom isn't in your local repository so maven try to download it, but it doesn' exist on repo1 too so it will try for each build. Emmanuel On Mon, Aug 25, 2008 at 4:58 PM, Jeudy, Guillaume [EMAIL PROTECTED]wrote: Hi, My local repo is populated to build my project, I'm not using any

Re: when maven2 downloads dependencies

2008-08-25 Thread Emmanuel Venisse
into this timeconsuming approach.. :) I tried the -o switch for running maven in offline mode and it seems to fulfill my needs so far. Thanks, GJ From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Mon 25/08/2008 11:24 AM To: Maven Users List Subject: Re: when

Re: AW: Release fails during SVN commit

2008-08-21 Thread Emmanuel Venisse
The issue is discussed on the subversion users list : http://www.nabble.com/Mac-OS-X-%2B-SVN-1.5.1-%3D-Branch-problem-td19017538.html It is related to a change in JavaHL: * correctly set the peg revision for copy in JavaHL (r31994) Emmanuel On Thu, Aug 21, 2008 at 4:15 PM, Daniel Kulp [EMAIL

Re: AW: Release fails during SVN commit

2008-08-21 Thread Emmanuel Venisse
the command-line as Daniel indicated (I haven't tried it myself, but as far as I know Maven uses the command-line, not JavaHL), then it can't be a JavaHL issue. -Stephen On Thu, Aug 21, 2008 at 10:38 AM, Emmanuel Venisse [EMAIL PROTECTED] wrote: The issue is discussed on the subversion users

Re: How to deploy a Flex library (swc)

2008-07-15 Thread Emmanuel Venisse
As swc packaging isn't a standard maven packaging, you must add the flex mojo in your pom as an extension like this: build plugins plugin groupIdinfo.rvin.mojo/groupId artifactIdflex-compiler-mojo/artifactId

Re: Issues with mvn-scm-providers-git

2008-06-25 Thread Emmanuel Venisse
On Fri, Jun 20, 2008 at 12:19 PM, Torbjørn Vatn [EMAIL PROTECTED] wrote: I'm having some issues getting this provider to work sadly. So far I've tried this: 1. git cloning http://ns1.backwork.net/git/maven-scm-providers-git.git^ and running mvn clean install 2. vim'ing into

Re: scm:checkout question

2008-04-29 Thread Emmanuel Venisse
You can checkout a project without a pom like this: mvn scm:checkout -DconnectionUrl=[YOUR_SCM_URL] All options are defined here: http://maven.apache.org/scm/plugins/checkout-mojo.html the bootstr On Mon, Apr 28, 2008 at 11:11 PM, Daniel King [EMAIL PROTECTED] wrote: How can you checkout a

Re: scm:checkout question

2008-04-29 Thread Emmanuel Venisse
You can checkout a project without a pom like this: mvn scm:checkout -DconnectionUrl=[YOUR_SCM_URL] All options are defined here: http://maven.apache.org/scm/plugins/checkout-mojo.html The bootstrap goal should work with something like this: mvn scm:bootstrap -DconnectionUrl=[YOUR_SCM_URL]

Re: scm:checkout question

2008-04-29 Thread Emmanuel Venisse
I don't know. Maybe an issue in the Perforce provider. Emmanuel On Tue, Apr 29, 2008 at 7:40 PM, Daniel King [EMAIL PROTECTED] wrote: The scm:bootstrap seems to be checking everything out twice. Any ideas why? Here are the steps: 1) Removing the checkoutDirectory 2) Creating a temp

Re: Adding Ant Project to Continuum | Need Help

2008-04-21 Thread Emmanuel Venisse
Continuum is now a top level project at ASF, please use the Continuum users list ([EMAIL PROTECTED]) Emmanuel On Mon, Apr 21, 2008 at 1:40 PM, Sen Utpal [EMAIL PROTECTED] wrote: Hi, I was trying to add my ant project to continuum and am facing some issues. It will be great if you can spare

Re: Suppress Warnings

2008-03-11 Thread Emmanuel Venisse
Yes, you get this message generally when you create a tar archive. You get a similar message if you use the tar command line. Emmanuel On Tue, Mar 11, 2008 at 8:33 AM, James Clinton [EMAIL PROTECTED] wrote: Is it possible to suppress warnings like the following? [WARNING] Entry: Project-1.3-

Re: Build blocked

2008-03-11 Thread Emmanuel Venisse
What is difficult??? On Mon, Mar 10, 2008 at 6:51 PM, Nicolas Loison [EMAIL PROTECTED] wrote: Ouc, It's too much difficult 2008/3/10, Emmanuel Venisse [EMAIL PROTECTED]: You can't except if you start a derby server plugged to your db. Emmanuel On Mon, Mar 10, 2008 at 5

Re: Build blocked

2008-03-11 Thread Emmanuel Venisse
/11, Emmanuel Venisse [EMAIL PROTECTED]: What is difficult??? On Mon, Mar 10, 2008 at 6:51 PM, Nicolas Loison [EMAIL PROTECTED] wrote: Ouc, It's too much difficult 2008/3/10, Emmanuel Venisse [EMAIL PROTECTED]: You can't except if you start a derby

Re: Build blocked

2008-03-10 Thread Emmanuel Venisse
and What is the login and the password to connect it ? Thanks a lot, Nico 2008/2/29, Nicolas Loison [EMAIL PROTECTED]: Thanks, But what is the name of the DB ? Where is it ? What is the login and the password to connect it ? Thanks a lot, Nico 2008/2/29, Emmanuel Venisse

Re: Build blocked

2008-03-10 Thread Emmanuel Venisse
What is your jdbc url? Emmanuel On Mon, Mar 10, 2008 at 11:45 AM, Nicolas Loison [EMAIL PROTECTED] wrote: Ok, so I've found this information in the application.xml file but I don't know what is the name of the DB... 2008/3/10, Emmanuel Venisse [EMAIL PROTECTED]: You'll find the jdbc url

Re: Build blocked

2008-03-10 Thread Emmanuel Venisse
, Emmanuel Venisse [EMAIL PROTECTED]: What is your jdbc url? Emmanuel On Mon, Mar 10, 2008 at 11:45 AM, Nicolas Loison [EMAIL PROTECTED] wrote: Ok, so I've found this information in the application.xml file but I don't know what is the name of the DB... 2008/3/10

Re: Build blocked

2008-03-10 Thread Emmanuel Venisse
:${plexus.home }/database;create=true/value /property Thanks ! 2008/3/10, Emmanuel Venisse [EMAIL PROTECTED]: What is your jdbc url? Emmanuel On Mon, Mar 10, 2008 at 11:45 AM, Nicolas Loison [EMAIL PROTECTED] wrote: Ok, so I've found

Re: Problem with pages encoding

2008-03-05 Thread Emmanuel Venisse
File an issue and the french team will look at it. What is your db? On Wed, Mar 5, 2008 at 2:25 PM, MATHUS Baptiste [EMAIL PROTECTED] wrote: Hi all, I am configuring continuum-1.1, and there seems to be a problem with encoding. I guess this might be because no french people use continuum

Re: Problem with pages encoding

2008-03-05 Thread Emmanuel Venisse
On Wed, Mar 5, 2008 at 5:09 PM, MATHUS Baptiste [EMAIL PROTECTED] wrote: The default one. I guess this is derby? Yes. Ok, I'll file an issue. I'm having some small other issues, I think I'll file some. ok. Cheers. -Message d'origine- De : Emmanuel Venisse [mailto

Re: one build per cpu (continuum 1.1)

2008-03-04 Thread Emmanuel Venisse
It's a planned feature. I can't say for the moment when it will be available. Emmanuel On Tue, Mar 4, 2008 at 2:23 AM, deckrider [EMAIL PROTECTED] wrote: Hi, We have a 4-cpu machine on which we run continuum 1.1. Unfortunately, it only runs one build at a time. How can we run up to 4

Re: Standalone installation on Debian Etch

2008-03-04 Thread Emmanuel Venisse
On Tue, Mar 4, 2008 at 11:45 AM, Jonathan Share [EMAIL PROTECTED] wrote: Hi, I'm currently trying to get Continuum working standalone on a Debian system and it seems that the documented instructions[1] are severely flawed. If you follow the instructions directly ln -s

Re: Build number plugin

2008-03-04 Thread Emmanuel Venisse
Do you have a plugin or a test that modify/create a file or a directory in the local copy? Emmanuel On Tue, Mar 4, 2008 at 2:03 PM, John Coleman [EMAIL PROTECTED] wrote: Hi, I have had problems committing a source fiel recently and somehow this has messed up out continuum build.

Re: Problem with continuum

2008-03-04 Thread Emmanuel Venisse
On Tue, Mar 4, 2008 at 4:12 PM, Tomislav Stojcevich [EMAIL PROTECTED] wrote: Isn't that what the Build Fresh option on the build definition is for? Yes and no :) The build fresh run a clean checkout instead of an update but it will be use on all runs except if you change back the value. With

Re: Build blocked

2008-02-29 Thread Emmanuel Venisse
, Nico 2008/2/28, Emmanuel Venisse [EMAIL PROTECTED]: Before to modify the db, do you have tested to restart Continuum then to force a build? Generaly it fix the issue. On Thu, Feb 28, 2008 at 9:54 PM, Nicolas Loison [EMAIL PROTECTED] wrote: I can't force a build, I have

Re: CI Server Poll

2008-02-28 Thread Emmanuel Venisse
thx Rahul for this link. We are #2 now :) On Thu, Feb 28, 2008 at 4:51 AM, Rahul Thakur [EMAIL PROTECTED] wrote: Hi, Any one seen this: http://www.wakaleo.com/polls/18-what-continuous-integration-server-are-you-using-in-2008 Another 5 steps to get to #1 :-) Rahul

Re: Not able to send mail

2008-02-28 Thread Emmanuel Venisse
You should set the FROM address in WEB-INF/classes/META-INF/plexus/application.xml and restart Continuum Emmanuel On Thu, Feb 28, 2008 at 3:12 PM, Praveen Sunda [EMAIL PROTECTED] wrote: Hi, I am using continuum1.1 as CI. After installation when i am going to register, the email is sent to

Re: Build blocked

2008-02-28 Thread Emmanuel Venisse
What happen if you force a build? Generally it fix this 1.0.3 issue. If it doesn't work, you'll need to fix it in the DB. Emmanuel On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison [EMAIL PROTECTED] wrote: Hi ! I prefer write in French ;) So, I run under Linux, but I don't see any

Re: Build blocked

2008-02-28 Thread Emmanuel Venisse
do that ? Thanks, Nicolas 2008/2/28, Emmanuel Venisse [EMAIL PROTECTED]: What happen if you force a build? Generally it fix this 1.0.3 issue. If it doesn't work, you'll need to fix it in the DB. Emmanuel On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison [EMAIL PROTECTED

Re: Adding a Project using XML-RPC - Broken?

2008-02-27 Thread Emmanuel Venisse
Can we see your code? Emmanuel On Wed, Feb 27, 2008 at 1:01 AM, kroe [EMAIL PROTECTED] wrote: I am tinkering with the ContinuumXmlRpcClient and think I found a bug. When calling addMavenTwoProject and specifying the project group id I get an exception. Am I doing something wrong, or is

Re: Compilation Failure Still Build Successful message

2008-02-27 Thread Emmanuel Venisse
If you use maven 2.0.7, the fix is explain in the Continuum FAQs Emmanuel On Wed, Feb 27, 2008 at 6:58 AM, Hemant Malik [EMAIL PROTECTED] wrote: Hi,abh In one of my submodules project, one of the sub module is having a compilation error, but the email subject in the notification is still

Re: scm plugin and fille permission

2008-02-27 Thread Emmanuel Venisse
Maybe an issue in the java cvs lib used by maven-scm. If you have cvs command line installed, you can use the native cvs: http://maven.apache.org/scm/cvs.html Emmanuel It seems that mvn scm:checkout doesn't respect the file permissions. In cvs I have a file with exec permission (-rwxrwxr-x).

Re: need to host the site in the embeded jetty server of continuum

2008-02-27 Thread Emmanuel Venisse
You can't. A better way would be to use the continuum webapp instead of the standalone version and to install in in a web container like tomcat or jetty. Then you'll can do what you want. Emmanuel On Wed, Feb 27, 2008 at 2:08 PM, Arun Kathirvel Sarojam [EMAIL PROTECTED] wrote: HI,

Re: Unable adding continuum in startup service [SOLARIS]

2008-02-26 Thread Emmanuel Venisse
What is your error? Emmanuel On Tue, Feb 26, 2008 at 6:59 AM, Tony.Cesc [EMAIL PROTECTED] wrote: Hi All, I have a problem when trying to auto start Continuum when my Solaris reboot. I do exactly as the guide in Continuum website:

Re: Continuum does not launch a build as scheduled?

2008-02-25 Thread Emmanuel Venisse
Your project in trunk and branch must be different. I mean that the couple groupId/artifactId/version must be different and scm definition too of course. Emmanuel On Fri, Feb 22, 2008 at 11:37 PM, Tawfik, Sameh E [EMAIL PROTECTED] wrote: I've two maven 2.0.8 projects that relate to the same

Re: Exploring other options outside of CruiseControl

2008-02-25 Thread Emmanuel Venisse
http://jira.codehaus.org/browse/CONTINUUM-1666 On Fri, Feb 22, 2008 at 11:50 PM, EJ Ciramella [EMAIL PROTECTED] wrote: Is there a jira page or something where I can monitor the status? -Original Message- From: Jesse McConnell [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008

Re: maven continuum plugin

2008-02-22 Thread Emmanuel Venisse
Can you open one or more issues about it. Emmanuel On Fri, Feb 22, 2008 at 9:53 AM, Benoit Decherf [EMAIL PROTECTED] wrote: Hi, I'm checking the maven continuum plugin. It will be very usefull for us. I think there are some issue in the add maven 2 goal : - The pom url : To retreive the

Re: Windows path length limitation

2008-02-22 Thread Emmanuel Venisse
bad windows. I'll look at this issue before to release a new version of maven-scm On Thu, Feb 21, 2008 at 7:01 PM, KURT TOMETICH [EMAIL PROTECTED] wrote: I went ahead and logged an improvement to Maven SCM ( http://jira.codehaus.org/browse/SCM-368). Hopefully they will fix this so Windows

Re: Continuum report incorrect build results?

2008-02-21 Thread Emmanuel Venisse
If you use maven 2.0.7, you must patch mvn.bat. It is explains in continuum FAQs Emmanuel On Thu, Feb 21, 2008 at 12:41 AM, Tawfik, Sameh E [EMAIL PROTECTED] wrote: When Continuum runs my maven 2 project, it send an email: [continuum] BUILD SUCCESSFUL:, but when I checked the build results

Re: ArrayindexoutofBoundsException rewriting the Poms for release

2008-02-20 Thread Emmanuel Venisse
I think 1.1 use the latest maven-release artifacts so the patch is probably applied in them. Can we see your stacktrace? Emmanuel On Feb 20, 2008 12:18 AM, Rafael da Silva Chiarinelli [EMAIL PROTECTED] wrote: It is the 1.1 version. -Mensagem original- De: Emmanuel Venisse

Re: ArrayindexoutofBoundsException rewriting the Poms for release

2008-02-19 Thread Emmanuel Venisse
what is your Continuum version? On Feb 19, 2008 6:26 PM, Rafael da Silva Chiarinelli [EMAIL PROTECTED] wrote: Hi guys, I'm newbie as continuum user and a have issue here. When I try to release a project indo Continuum, it raises an ArrayOutOfBoundsException. I looked at

Re: problem with svn via https - pls help

2008-02-19 Thread Emmanuel Venisse
Continuum use the command line to launch svn so if svn command works fine with the tomcat user, it should work too from Continuum. Emmanuel On Feb 19, 2008 8:02 PM, Jens Riboe [EMAIL PROTECTED] wrote: I have problem with Continuum not not being able to checkout from svn via https, because of

Re: generate e-mailaddresses from SVN?

2008-02-14 Thread Emmanuel Venisse
Not yet. Emmanuel On Wed, Feb 13, 2008 at 9:01 PM, Eric Pugh [EMAIL PROTECTED] wrote: Do you have any guidance for projects that don't have a POM? I am building some .NET code via the shell script approach... Is there a way for me to create a POM? Or some sort of rule that appends

Re: notifier email address as property giving error

2008-02-14 Thread Emmanuel Venisse
Can you file an issue? Emmanuel On Thu, Feb 14, 2008 at 2:11 AM, treese [EMAIL PROTECTED] wrote: With Continuum 1.1, I have two build definitions for one project - one for hourly builds and the other for a daily full build. We want different email addresses for each build definition. We

Re: Dependencies in builds

2008-02-13 Thread Emmanuel Venisse
it will be probably in a future version - can you be more specific? I don't think we'll can add it before the next major version 2.x. I don't have a date for the release. Emmanuel

Re: Dependencies in builds

2008-02-13 Thread Emmanuel Venisse
Actually, it isn't possible to add some build rules, it will be probably in a future version. A workaround for your issue would be to create only one shell project that will run your 3 builds with a check of the result of each. Emmanuel On Feb 13, 2008 12:17 PM, Ken Turner [EMAIL PROTECTED]

Re: generate e-mailaddresses from SVN?

2008-02-13 Thread Emmanuel Venisse
If the latest commiter is defined in the pom as a developer, we take his email address in the pom; Emmanuel On Feb 13, 2008 4:22 PM, Doug Knesek [EMAIL PROTECTED] wrote: How are the e-mail addresses of the latest committers determined? Emmanuel Venisse wrote: Actually, continuum can

Re: Reset continuum admin password

2008-02-13 Thread Emmanuel Venisse
You can follow this manual process: - shutdown Continuum - connect a SQL client like SquirrelSQL on the db - change the password (can't remember the table name, probably users or something like that), the password is encrypted with sha1 if I remember it correctly Emmanuel On Feb 13, 2008 4:34

Re: Deployment fails with continuum

2008-02-12 Thread Emmanuel Venisse
You should try an other version of the wagon-webdav extension. We use this for our codehaus deployment: extensions extension groupIdorg.apache.maven.wagon/groupId artifactIdwagon-webdav/artifactId version1.0-rc1-SNAPSHOT/version /extension /extensions

Re: Cannot execute mojo

2008-02-11 Thread Emmanuel Venisse
Your scm url is probably wrong so Continuum checkout the wrong directory Emmanuel On Feb 11, 2008 6:08 PM, Tony.Cesc [EMAIL PROTECTED] wrote: [INFO] Scanning for projects... [INFO] [INFO] Building Maven Default

Re: How to make Continuum continue with the build even if there are some errors or failures?

2008-02-11 Thread Emmanuel Venisse
be defined to make Continuum do that? Thanks, Sameh -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Monday, February 11, 2008 2:00 PM To: [EMAIL PROTECTED] Subject: Re: How to make Continuum continue with the build even if there are some errors

Re: Unable to send emails

2008-02-08 Thread Emmanuel Venisse
On Feb 8, 2008 5:32 PM, Jakub Kozisek [EMAIL PROTECTED] wrote: Yes, I restarted it severail times. As I mentioned earlier everything is working on another machine and that made me think something is wrong with OS configuration. Are you on windows with an antivirus? In some case, javamail

Re: Re: Unable to send emails

2008-02-08 Thread Emmanuel Venisse
in the extracted apps is enough. Do you have restarted your continuum? Emmanuel On Feb 8, 2008 3:53 PM, Jakub Kozisek [EMAIL PROTECTED] wrote: Thank you for your answer! Problem is that I already set from-mailbox and from-name in application.xml - in both

Re: Bug in Continuum 1.1-beta-3 ? - goals and profile seem to be locked together

2008-02-07 Thread Emmanuel Venisse
If you want different configurations, you have few solutions: - Define a profile that use the most recent jdk and configure source/target parameters on the compiler plugin in each projects - Remove the group build definition and add a new build definition on each project linked with a specific

Re: Missing 'scm' element in the POM.

2008-02-07 Thread Emmanuel Venisse
do you have scm element defined in the pom stored in your svn? Emmanuel On Feb 7, 2008 9:25 PM, Jan Nielsen [EMAIL PROTECTED] wrote: In Continuum 1.1, installed as a WAR in GlassFish 9.1ur1 on Windows, I have a multi-module Maven 2 POM being uploaded with a POM Url:

Re: Unable to send emails

2008-02-07 Thread Emmanuel Venisse
You must set the FROM address in WEB-INF/classes/META-INF/plexus/application.xml Emmanuel On Feb 7, 2008 8:51 PM, Jakub Kozisek [EMAIL PROTECTED] wrote: Hello, I want to get sending emails working, but when I'm trying to send validation emails or notifications, I'm getting this exception:

Re: Online report URL

2008-01-28 Thread Emmanuel Venisse
We already answer (lot of time) to this question on this list. You can change it in the configuration page. Emmanuel On Jan 28, 2008 9:04 AM, Hemant Malik [EMAIL PROTECTED] wrote: Hi, All the notifiers receive the online report link as below ( localhost??).

Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-25 Thread Emmanuel Venisse
Of Emmanuel Venisse Sent: Thursday, January 24, 2008 3:29 PM To: [EMAIL PROTECTED] Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email? 1- are you sure your smtp server use ssl? 2- Continuum doesn't send a mail for each build by default but only when the project state change

Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Emmanuel Venisse
: I just opened C:\continuum-1.1\apps\continuum\conf\plexus.xml and it is empty! Could you let me know what the required syntax to add to this file? Thanks, Same -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Venisse Sent: Thursday

Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Emmanuel Venisse
Do you have configured your smtp server in conf/plexus.xml? On Jan 24, 2008 11:25 PM, Tawfik, Sameh E [EMAIL PROTECTED] wrote: Hi, According to the help documentation, the following is all I need to have Continuum send an email when it done from running a build, but Continuum does not

Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Emmanuel Venisse
valuejavax.net.ssl.SSLSocketFactory/value /property /properties /resource -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Venisse Sent: Thursday, January 24, 2008 2:56 PM To: [EMAIL PROTECTED

Re: Build Verification Report

2008-01-23 Thread Emmanuel Venisse
We have nothing for the moment, but you can probably write something with xmlrpc. Emmanuel On Jan 23, 2008 3:16 PM, Hemant Malik [EMAIL PROTECTED] wrote: Hi, How do you generate Build Verification report( may be in doc format) using Continuum? Is there any way out? Regards, Hemant malik

Fwd: How to search the archive?

2008-01-23 Thread Emmanuel Venisse
-- Forwarded message -- From: Tawfik, Sameh E [EMAIL PROTECTED] Date: Jan 23, 2008 1:07 AM Subject: How to search the archive? To: [EMAIL PROTECTED] Hi, When I go to http://mail-archives.apache.org/mod_mbox/maven-continuum-users/ to search for a specific topic, I do not see

Re: How to search the archive?

2008-01-23 Thread Emmanuel Venisse
You can search with nabble: http://www.nabble.com/Continuum-f13866.html Emmanuel On Jan 23, 2008 9:34 AM, Emmanuel Venisse [EMAIL PROTECTED] wrote: -- Forwarded message -- From: Tawfik, Sameh E [EMAIL PROTECTED] Date: Jan 23, 2008 1:07 AM Subject: How to search the archive

Re: Notification not working.

2008-01-22 Thread Emmanuel Venisse
1. You must configure the mail/Session JNDI resource ( http://maven.apache.org/continuum/docs/1.1/installation/tomcat.html#Tomcat_5.5.x_Specifics ) 2. In WEB-INF/classes/META-INF/plexus/application.xml, you can configure the From Name/address 3. Restart your tomcat Emmanuel On Jan 22, 2008 12:09

Re: Build an ant project in Continuum1.1-beta-4

2008-01-22 Thread Emmanuel Venisse
Your scm url seems to not respect allowed format Emmanuel On Jan 22, 2008 3:05 PM, Dragan-Sassler Dorin [EMAIL PROTECTED] wrote: Hello, For evaluation Continuum1.1-beta-4 for my company, I load an ant project in continuum and I have configured the buil with a goal clean. When I start the

Re: Build an ant project in Continuum1.1-beta-4

2008-01-22 Thread Emmanuel Venisse
dos box (checkout module java): cvs -d :pserver:[EMAIL PROTECTED]:/vamTA checkout java The command cvs -d :pserver:[EMAIL PROTECTED]:/vamTA ls has the output: java lib generate I'm working with WindowsXP and jdk1.5.0_10. Dragan-sassler -Ursprüngliche Nachricht- Von: Emmanuel

Re: Configure the notifier?

2008-01-21 Thread Emmanuel Venisse
On Jan 19, 2008 11:20 AM, Bjørn T Johansen [EMAIL PROTECTED] wrote: On Mon, 14 Jan 2008 17:28:51 +0100 Bjørn T Johansen [EMAIL PROTECTED] wrote: On Mon, 14 Jan 2008 09:20:12 -0700 Wendy Smoak [EMAIL PROTECTED] wrote: On Jan 14, 2008 9:16 AM, Bjørn T Johansen [EMAIL PROTECTED] wrote:

Re: [c 1.1] Possible to use the Continuum build number as part of the artifact name?

2008-01-15 Thread Emmanuel Venisse
Continuum define few properties that are sent to the maven process during the build like the current build number, the next, last state and the group name. Look at your logs and you'll see them when a build start the maven process Emmanuel On Jan 15, 2008 10:54 PM, Mick Knutson [EMAIL PROTECTED]

Re: Configure FROM mailbox

2008-01-10 Thread Emmanuel Venisse
The from address can be configured in WEB-INF/classes/META-INF/plexus/application.xml Emmanuel On Jan 10, 2008 1:56 PM, ivan [EMAIL PROTECTED] wrote: Hi! I configured file plexus.xml (continuum 1.1), and also section Mail. But while starting continuum, following line are printed into log:

Re: Getting CVS folder in the builds

2007-12-19 Thread Emmanuel Venisse
Normally, maven exclude them automatically. If it doesn't do it, you can add a resources part in your pom to exclude them. Emmanuel Hi, I noticed the CVS folder in the builds that I am using continuum and maven to build. Could someone please guide on how to exclude the CVS files being

Re: Getting CVS folder in the builds

2007-12-19 Thread Emmanuel Venisse
it is packaging the CVS files as well. But is there any regular expression kind of terminology to exclude them, or I will have to specify one by one. Regards, Hemant Malik On Dec 19, 2007 2:11 PM, Emmanuel Venisse [EMAIL PROTECTED] wrote: Normally, maven exclude them automatically. If it doesn't

Re: Problem to login in Continuum 1.1 final with Internet Explorer

2007-12-19 Thread Emmanuel Venisse
the clock, the problem was resolved. Thanks - Original Message - From: Emmanuel Venisse [EMAIL PROTECTED] To: continuum-users@maven.apache.org Sent: Wednesday, December 19, 2007 6:43 AM Subject: Re: Problem to login in Continuum 1.1 final with Internet Explorer You're not alone

Re: Problem to login in Continuum 1.1 final with Internet Explorer

2007-12-19 Thread Emmanuel Venisse
You're not alone with this problem but we don't know what's happen for the moment. Emmanuel Hi, I installed the Continuum 1.1 final in a linux machine. When I try do login (as admin) I am redirect to home. This happen with Internet Explorer. In firefox work out. I am using correct

Re: Confused by Continuum and Maven2 multimodule integration

2007-12-17 Thread Emmanuel Venisse
of a mess :) The addition of this check in a way or an other would be a real saver for us: we cannot afford 4 hours of builds each type someone fixes a typo in a Javadoc ... Should I file a JIRA issue regarding this ? -- Julien On Mon, Dec 17, 2007 at 10:23:01PM +0100, Emmanuel Venisse wrote

Re: Confused by Continuum and Maven2 multimodule integration

2007-12-17 Thread Emmanuel Venisse
The standard maven directory structure is recommended, but you're right, it rebuild all. We must add a check in next version to know if the build generated a real artifact that require a children build Emmanuel Julien Stern a écrit : Hi list, when using Maven2, it appear to be recommended

Re: Code checkout not happening

2007-12-17 Thread Emmanuel Venisse
What is your scm? Do you have a correct scm url? Emmanuel Doug Knesek a écrit : I have set up a pretty typical Maven2 Java project and trying to execute it using Continuum 1.1. I've set Build Fresh to true. It doesn't seem like continuum is actually doing a checkout of the project from the

Re: Various CI-Projects on the same working copy

2007-12-12 Thread Emmanuel Venisse
It isn't normal to checkout all your repository, I think your scm url isn't defined correctly. Emmanuel Hi Every time I define a new project in a project group Continuum checks out all the repository to a directory with the project ID. This takes away a lot of space on the disk. I'd like

Re: Directory naming in working-directory

2007-12-12 Thread Emmanuel Venisse
numbers are project IDs. We don't use the origin name because with it, it won't be easy to work with branches if you want to work/build more than one branch. Actually, it isn't possible to use an other strategy. Why is it a problem for you? Emmanuel Ritz, Martin a écrit : Hi

Re: [c1.1] setting the min and max heap size ?

2007-12-12 Thread Emmanuel Venisse
memory parameters (and all other jvm parameters) can be set in the wrapper.conf Emmanuel Mick Knutson a écrit : We use the sun sparc 64 run.sh On Dec 10, 2007 1:48 PM, olivier lamy [EMAIL PROTECTED] wrote: Hi, if you launch it with plexus.sh/bat, look at the script and set PLEXUS_OPTS

Re: Continuum not able to handle the parent-child hierarchy

2007-12-12 Thread Emmanuel Venisse
Post your logs when you select R1 and R2 for building Emmanuel Hemant Malik a écrit : Hi, I am using Continuum 1.1 deployed on tomcat 5.5. The problem I am facing is that Continuum after checking out is not able to handle the parent-child relationships in the project structure. For instance

Re: Questions about Continuum

2007-12-07 Thread Emmanuel Venisse
Hi, I'd like to use Continuum for my project. But I have some requirements I am not sure Continuum matches. The version I have installed is 1.1 final. a) Is it possible for Ant or Batch projects to add dependencies. I'd like to set the prerequisites for execution. (like the 'depends' in

Re: hi, i need some help with mail notifications

2007-12-03 Thread Emmanuel Venisse
Your smtp server requires a SSL connection or a plain text? Emmanuel Gerhard a écrit : I got it to try and send, but now I get another exception? DEBUG SMTP: exception reading response: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? ??? Here is my resource entry

Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread Emmanuel Venisse
You can't use more than one datasource on an embedded db. I think the exception is on the users db access. I'd recommend to use an external derby server instead of an embedded db. Emmanuel ossi petz a écrit : Hallo I tried to install both archiva and continuum on the same tomcat 5.5.25 /

Re: Automatic Build/polling repository not working

2007-11-30 Thread Emmanuel Venisse
weird, try to restart Continuum Emmanuel Steve Povilaitis a écrit : thanks for the tip about 1.1 final. I'll upgrade. Yes it is attached to my build definition and enabled. On Fri, 30 Nov 2007 11:07:13 -0500, Emmanuel Venisse [EMAIL PROTECTED] wrote: You can use 1.1 final, it is released

Re: Problem with continuum 1.1 - cannot connect with web browser

2007-11-30 Thread Emmanuel Venisse
what is your jdk? it isn't a sun jdk, right? Emmanuel Kuipers, Hartmut a écrit : Hello! Continuum 1.1 is running on a linux server (Suse 10.3, 64 bit), but if I start my web browser with http://localhost:8080/continuum/ I get an error (http error: 500). With continuum 1.0.3 everything works

Re: Automatic Build/polling repository not working

2007-11-30 Thread Emmanuel Venisse
You can use 1.1 final, it is released. do you have attached your schedule to the build definition? Is it enabled/activated? Emmanuel Steve Povilaitis a écrit : Most exalted ones, I'm running continuum 1.1-beta-4 standalone on Windows XP Server. I have set up my project to poll my subversion

Re: Wrong build status in Project Group Summary

2007-11-30 Thread Emmanuel Venisse
[EMAIL PROTECTED] a écrit : Hi, currently I have a strange error with the displaying of the build status in the continuum web interface. I uploaded some screenshots to my old opera profile, which I never used but this was the shortest way to get them up somewhere. The mail was too large for

Re: Why Same state, not sending message

2007-11-30 Thread Emmanuel Venisse
MATHUS Baptiste a écrit : Hi, OK, it works. Although I found the file in $CONTINUUM_HOME/apps/continuum/conf/application.xml instead. Maybe that was something that changed between continuum 1.03 and continuum 1.1. Yes. Thanks. -Message d'origine- De : Emmanuel Venisse [mailto

Re: Why Same state, not sending message

2007-11-30 Thread Emmanuel Venisse
You can configure alwaysSend to true in WEB-INF/classes/META-INF/plexus/application.xml in the mail notifier component descriptor. By default, we don't send notifications if the state doesn't change to not spam users. Emmanuel MATHUS Baptiste a écrit : Hi all, I've taken a look on the

Re: POM file does not exist. Either the POM you specified or one of its modules does not exist.

2007-11-30 Thread Emmanuel Venisse
${user.home}/.m2/ Emmanuel Siarhei dboeckli wrote: it was the first project i tried out, so i took the simpliest one, no modules, no parents! -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 05:24 PM To: [EMAIL PROTECTED

Re: Setting continuum over Oracle

2007-11-30 Thread Emmanuel Venisse
Please, attach it to an issue in jira and we'll apply it to trunk. Thanks. Emmanuel Raúl Casado Piqueras a écrit : Hi all! I have been trying a few things and I have already continuum running using Oracle as DB. I have only follow the steps given in the first link. At the end I got the

Re: Project change detection

2007-11-30 Thread Emmanuel Venisse
I don't know why it isn't detected. Maybe you can update to 1.1 Can you post more logs? Emmanuel MATHUS Baptiste a écrit : Hi all, Two mails in a day :-). We just committed some code in one of our project. I was looking at the logs and saw something bizarre : As an example, those lines

Re: checkstyle report

2007-11-29 Thread Emmanuel Venisse
not yet without to look in the [working copy]/.../target/... In 1.2, we'll try to add a plugins feature to add some reports. Emmanuel mffortin a écrit : Is there a way to have a checkstyle report accessible from the build results page without generating the site?

Re: email changes

2007-11-29 Thread Emmanuel Venisse
In 1.1? Emmanuel I am Who i am a écrit : Hi All Is there a way to change the email subjects and from Name of email being sent from continuum 1. Right now its shows [EMAIL PROTECTED] email-address of Admin is there way to change it to some name like Build Result 2. Way to configure subject

Re: Upgrade from 1.1-beta-3 to 1.1 failed

2007-11-29 Thread Emmanuel Venisse
Are you on windows? Emmanuel Julien Stern a écrit : On Thu, Nov 29, 2007 at 09:41:14AM +0100, Emmanuel Venisse wrote: Restart Continuum to see if this exception always appear. Intriguing... It failed the first, second, third and fourth time, and then eventually worked... Seems fixed now (I

  1   2   3   4   5   6   7   8   9   10   >