Re: Problem Running from Continuum

2005-07-19 Thread Emmanuel Venisse
It's an error in docs. You should run bin\win32\run.bat Emmanuel Rinku wrote: Hi, I am following the note on the Getting Started page on Continuum website to get it running, but not sure what I am doing wrong. quote After you have downloaded and unpacked the bundle execute bin/plexus.sh

Re: RE : RE : RE : 1.0-alpha-4?

2005-09-16 Thread Emmanuel Venisse
? Storing informations in a sql database instead of hsql ? Thanks, Olivier -Message d'origine- De : Mark Hobson [mailto:[EMAIL PROTECTED] Envoyé : vendredi 16 septembre 2005 10:45 À : continuum-users@maven.apache.org Objet : Re: 1.0-alpha-4? On 16/09/05, Emmanuel Venisse [EMAIL

Re: RE : [ANN] Continuum 1.0 Alpha 4 Released

2005-09-20 Thread Emmanuel Venisse
with alpha-3. Do I need to configure empty password somewhere ? Thanks, Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : mardi 20 septembre 2005 16:57 À : dev@maven.apache.org; users@maven.apache.org; continuum-users@maven.apache.org; announce

Re: RE : RE : RE : RE : RE : RE : RE : [ANN] Continuum 1.0 Alpha 4 Released

2005-09-21 Thread Emmanuel Venisse
10:04 (is it US time) Or is there any other url ? Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : mercredi 21 septembre 2005 16:49 À : continuum-users@maven.apache.org Objet : Re: RE : RE : RE : RE : RE : RE : [ANN] Continuum 1.0 Alpha 4 Released

Re: A couple of questions

2005-09-30 Thread Emmanuel Venisse
Yann Le Du a écrit : --- Ashley Williams [EMAIL PROTECTED] a écrit : First of all when I add a new project and go to the info page I always get the same message Note: Project details are out of sync with Maven POM no matter what I do. It doesn't seem to do any harm, but I was just

Re: can't get alpha4 to work with java 5

2005-09-30 Thread Emmanuel Venisse
Thanks Björn. Emmanuel Björn Sköld a écrit : On 30 sep 2005, at 16.51, Emmanuel Venisse wrote: it's weird. With plexus.sh, it's a pure java, so perhaps there are a pb in derby with java 5. It seems to be a derby problem with java5 on OS X. There is a workaround suggested here: http

Re: Adding projects with parent poms

2005-10-07 Thread Emmanuel Venisse
we use the same command line that a user. continuum call m2 command (m2 --batch-mode --non-recursive clean:clean install by default) Emmanuel Mark Hobson a écrit : Hi, It seems continuum has problems downloading parent poms when adding m2 projects. I've added the bootstrap repo to the

Re: [beta-1] [m2b3] XSD version ?

2005-10-07 Thread Emmanuel Venisse
Mark Hobson a écrit : On 07/10/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: we don't have update it for the moment it will be in the next version. You can replace maven* libs in apps/continuum/lib by 2.0-beta-3 files So continuum has it's own version of m2 within itself? When does

Re: [continuum 1.0] BUILD ERROR Message

2005-10-28 Thread Emmanuel Venisse
is that project 6 is built once a day, project 1 is the other frequently-run project. Anything else I can do to help pin this one down? -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, October 27, 2005 17:28 To: continuum-users@maven.apache.org Subject

Re: build fails not noticed for maven1/win32?

2005-10-28 Thread Emmanuel Venisse
for a 'next' date always terminates at most 28 years into the future. The parser and date iterator took well under 200 LOC...and we've never touched quartz again./rant We don't use db job storage, we store only cron expressions. Emmanuel On 10/28/05, Emmanuel Venisse [EMAIL PROTECTED] wrote

Re: Continuum not recognizing maven exit code

2005-11-01 Thread Emmanuel Venisse
It's a know bug, but we don't have issue for it. Can you filed an issue? Emmanuel Barrow, Zach a écrit : I've tried both: exit /B errorlevel and exit /B %errorlevel% The bottom of my maven build result is as such: ... java:jar-resources: Copying 12 files to

Re: How to get continuum to send mail each build. even if buildstate are the same ?

2005-11-01 Thread Emmanuel Venisse
Actually, we use all, but we don't send a new message if state doesn't change. Emmanuel Doug Douglass a écrit : Karre, What kind of project? If maven 2, you can set various sendOn conditions in the POM, see: http://maven.apache.org/maven-model/maven.html#class_ciManagement I'm not sure

Re: solution for exit code problems in maven1

2005-11-04 Thread Emmanuel Venisse
I'm surprised that it works if you define MAVEN_TERMINATE_CMD in run.bat Emmanuel Baz a écrit : I've added this as a comment on http://jira.codehaus.org/browse/CONTINUUM-413 but since several people are having the problem, I thought I'd tell the list. The correct answer is, change continuum's

Re: CVS: extssh

2005-11-08 Thread Emmanuel Venisse
Hi, Actually, we don't accept parameters in pom, so you need to replace ${user.name} with a real user name. You can see the effective cvs command line run by continuum in logs. Emmanuel Rafael Silva a écrit : Hi, I'm using Continuum with Maven in my project (opensource project), and

Re: Best practice for adding m2 multi-module projects

2005-11-08 Thread Emmanuel Venisse
In your case, you must add the parent project. Continuum will add all modules as separate projects and will run them independently. Emmanuel Richard Wallace a écrit : Hello, I've got a maven 2 multi-module project that I'm trying to add to my continuum 1.0 setup. I thought that it would be

Re: Multiproject with maven 2

2005-11-10 Thread Emmanuel Venisse
to see this fixed soon. regards, Wim 2005/11/10, Emmanuel Venisse [EMAIL PROTECTED]: it doesn't work for the moment. Actually, you can only modules in sub-directories of parent project like this : root + pom.xml = your parent project + moduleA + moduleB and define in pom.xml modules like

Re: Multiproject with maven 2

2005-11-10 Thread Emmanuel Venisse
. By the way, if you need a testuser for ClearCase support, I'm very willing. Can you tell me what should work and what not? regards, Wim 2005/11/10, Emmanuel Venisse [EMAIL PROTECTED]: You'll can use module with ../ in continuum 1.0.1, but only with the url feature of Add Project page Emmanuel

Re: Multiproject with maven 2

2005-11-11 Thread Emmanuel Venisse
will probably need to install an svn client? Any tips on a good one for windows? And where do I start after that? regards, Wim 2005/11/10, Emmanuel Venisse [EMAIL PROTECTED]: checkout seems to be implemented too, but I don't know in which mode. Emmanuel Wim Deblauwe a écrit : ok, I saw you

Re: Sending mail only on failures

2005-11-11 Thread Emmanuel Venisse
not exactly, continuum send a message every time the state change, so if your build is always in success, you'll receive only the first message, same thing for failures You can set sendOn* in notifier in your pom (http://maven.apache.org/maven-model/maven.html#class_notifier). In 1.0.1, you'll

Re: 1 unmodifiable notifier

2005-11-11 Thread Emmanuel Venisse
build, and set it to the project notifier, and now I can't remove it. :) On Fri, 2005-11-11 at 23:06 +0100, Emmanuel Venisse wrote: Are you sure? We don't accept maven 1 pom without nagEmailAddress (under build) http://svn.apache.org/viewcvs.cgi/maven/continuum/trunk/continuum-core/src/main

Re: Mail notifications always

2005-11-15 Thread Emmanuel Venisse
It isn't possible with actual notifier implementation. File an issue and we do it configurable for 1.1. It's to late for 1.0.1 Emmanuel Wim Deblauwe a écrit : Hi, continuum optimizes the number of mails it sends by only sending a mail if the state changes from ok to not ok or vice versa.

[ANN] Continuum 1.0.1 released

2005-11-16 Thread Emmanuel Venisse
The Maven team is pleased to announce Continuum 1.0.1. Continuum is a continous integration server. This release includes the following improvements : * Support for domain names and ssl in jabber notifier * Support for registered nicks in irc notifier * Support for shell commands defined

Re: Problem with consecutive builds

2005-11-17 Thread Emmanuel Venisse
: --- svn: Working copy 'target' is missing or not locked --- and there are no more Exceptions in the logs. I didn't do anything related to svn between the consecutive builds. Emmanuel Venisse [EMAIL

Re: Flat structure supported ?

2005-11-17 Thread Emmanuel Venisse
yes, it's supported, but you need to have your module accessible from parent pom url with relative path. if your parent pom url is http://server/path/rep1/parent/pom.xml and module name is ../mymodule then, http://server/path/rep1/mymodule/pom.xml must be a valid url Emmanuel Christian

Re: Intro questions

2005-11-18 Thread Emmanuel Venisse
the ant target in the goal but that doesn't work. I am using version 1.0.1. On 11/15/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: Where did it asked you? Are you sure you choose Add Ant Project in menu? Emmanuel Sergio Bossa a écrit : Hi all, I've never used Maven but I want to use Continuum

Re: Flat structure supported ?

2005-11-18 Thread Emmanuel Venisse
Schulte wrote: Emmanuel Venisse schrieb: yes, it's supported, but you need to have your module accessible from parent pom url with relative path. if your parent pom url is http://server/path/rep1/parent/pom.xml and module name is ../mymodule then, http://server/path/rep1/mymodule/pom.xml must

Re: Intro questions

2005-11-18 Thread Emmanuel Venisse
Thanks Emmanuel Tomislav Stojcevich a écrit : Added http://jira.codehaus.org/browse/CONTINUUM-459 On 11/18/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: I'll check it. File a jira issue, so i wouldn't lose it. Emmanuel Tomislav Stojcevich a écrit : The same thing happens to me. I did

Re: Property 'name' has no write method

2005-11-21 Thread Emmanuel Venisse
do you have run it (with continuum and with maven) on the same machine? This error isn't a pb with continuum but it's a maven error. We write executable, arguments and working directory in logs with INFO level. Search in your logs ContinuumBuildExecutor:maven. Emmanuel Tim McCune a écrit :

Re: Blame mechanism

2005-11-22 Thread Emmanuel Venisse
All blame info must appears in build result report. So you can see all changes since last update and since last successful build (with dates, modified files, authors and comments). If you don't see them, it's a bug. Emmanuel [EMAIL PROTECTED] a écrit : Hi, where can I find more information

Re: Test failures don't show up in e-mails

2005-11-23 Thread Emmanuel Venisse
it isn't possible actually to obtain the test output, it will be available in 1.1 Emmanuel Tim McCune a écrit : Today we got our first build failure in Continuum where a unit test failed. The e-mail that Continuum sent didn't actually contain the output of the test though. It just said:

Re: Property 'name' has no write method

2005-11-23 Thread Emmanuel Venisse
it's a pb in our executable discover, but your maven is launch by continuum if it's in PATH. File an issue for it. Emmanuel Tim McCune a écrit : On Mon, 2005-11-21 at 11:08 +0100, Emmanuel Venisse wrote: do you have run it (with continuum and with maven) on the same machine? This error

Re: Intro questions

2005-11-24 Thread Emmanuel Venisse
: The same thing happens to me. I did select add ant project but when I go to add the build definition it asks me for the pom. I tried specifying the build.xml file for the pom and specifying the ant target in the goal but that doesn't work. I am using version 1.0.1. On 11/15/05, Emmanuel Venisse

Re: All projects stuck in In progress

2005-11-25 Thread Emmanuel Venisse
This problem appears when you stop continuum during a build. We'll fix it in next version. You have 2 solutions for fix it : - stop continuum, delete $CONTINUUM_HOME/apps/continuum/database and restart continuum. You'll obtain a fresh continuum without projects - download derby database tools

Re: multiple projet building fails on win32/ant

2005-11-25 Thread Emmanuel Venisse
It's a bug. File an issue and we'll fix it in next version. Emmanuel Antoine Brun a écrit : Hello, I have defined 4 projects in my continuum installation, they are all similar, only the scm and the name are different. The probleme is that either on scheduled builds or forced builds, only

Re: Continuum with apache

2005-11-28 Thread Emmanuel Venisse
It's described there : http://maven.apache.org/continuum/configuration.html but *.apache.org sites are down for the moment. Emmanuel [EMAIL PROTECTED] a écrit : Hi, I'm using Continuum 1.0.1 and I set the port of connection to 7070. My address is http://www.company.org:7070/continuum

Re: Intro questions

2005-11-29 Thread Emmanuel Venisse
the ant target in the goal but that doesn't work. I am using version 1.0.1. On 11/15/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: Where did it asked you? Are you sure you choose Add Ant Project in menu? Emmanuel Sergio Bossa a écrit : Hi all, I've never used Maven but I want to use

Re: Switching from 1.0b1 to 1.0.1

2005-11-29 Thread Emmanuel Venisse
. /Kaare On 29/11/05, Thomas Recloux [EMAIL PROTECTED] wrote: 2005/11/29, Emmanuel Venisse [EMAIL PROTECTED]: You can't update your continuum instance. Update feature is planned for 1.1. Thanks -- Thomas Recloux

Re: CVS directories not being created?

2005-11-30 Thread Emmanuel Venisse
Strange. We use cvs command line, so CVS directories must be created by it. Emmanuel Shinobu Kawai a écrit : Hi, Have anyone experienced CVS directories not being created in the working directory checkout? Here's the environment I'm testing on: Continuum 1.0.1 Maven 2.0 CVS 1.10.8 HP-UX

Re: connection to cvs error

2005-12-01 Thread Emmanuel Venisse
cvsnt doesn't use cvs standard to store password. It use windows registry and we can't access to it, so you need to run cvs login command manually to register your password. Emmanuel [EMAIL PROTECTED] a écrit : I got a problem when trying to build a Maven1 project. I just uploaded the

Re: what consequence have build definitions? What means DEFAULT_SCHEDULE?

2005-12-04 Thread Emmanuel Venisse
In 1.0.2, you'll can configure the cron expression of default schedule (actually, every hours). You define define more then one build definition by project, but you must define a different schedule for each. We run only one build definition by project on a specific jod schedule. Emmanuel

Re: FW: Webapps, xdoclet and Continuum

2005-12-06 Thread Emmanuel Venisse
Bravo, Kris a écrit : I'm looking for some advice on how to use continuum to build a web application where the web.xml is generated using the webdoclet ran against another project's codebase. I have a parent project with two subprojects which generate a class file jar and a war file:

Re: How to reset failed build

2005-12-06 Thread Emmanuel Venisse
You can't do it in 1.0.1 without modify database. It's fixed in svn for 1.0.2 that will be released this week Emmanuel Eric Pugh a écrit : Hi all, Continuum is currently saying that all my projects are In Progress, however, checking the logs the JVM died. So I restarted Continuum, but

Re: Ant build in subdirectory

2005-12-06 Thread Emmanuel Venisse
it will be possible in 1.0.2 Emmanuel Alex Boisvert a écrit : Howdy, I have a project where the Ant build file is located in a sub-directory with respect to the checkout root. CheckoutRoot | +--- subDirectory | + build.xml Problem is, I need to checkout

Re: Are the quotes in plexus.system.path necessary?

2005-12-07 Thread Emmanuel Venisse
Shinobu Kawai a écrit : Thanks, Emmanuel! quotes are required for windows because under windows, PATH can contain spaces Then for UNIX platforms, they aren't necessary? yes. Anyways, I asked the plexus guys and it looks like setting wrapper.java.additional.5.stripquotes=TRUE does

Re: Are the quotes in plexus.system.path necessary?

2005-12-07 Thread Emmanuel Venisse
ok, i'll test it on windows. It's strange, i don't receive your message on plexus list Emmnanuel Shinobu Kawai a écrit : Hi Emmanuel, Anyways, I asked the plexus guys and it looks like setting wrapper.java.additional.5.stripquotes=TRUE does the trick. :) cf.

Re: adding ant project - how to specify the build-target?

2005-12-08 Thread Emmanuel Venisse
You can specify by adding a new build definition in project view : From summary page (Show Projects), click on your project name, then in build definition part, click on Add button. Add your info in this screen. In 1.0.2, you'll have a default build definition attach to ant project, and build

Re: Ant projects , project depencies

2005-12-08 Thread Emmanuel Venisse
it isn't possible actually, you'll can do it in 1.1 Emmanuel Matthias Lau a écrit : Hello, I've installed continuum 1.0.1.I added some ant projects but I was not able to add dependencies. The form at the project view page has not button or something else. How to add project dependencies for

Re: AW: AW: Ant projects , project depencies

2005-12-08 Thread Emmanuel Venisse
to be build in a specific order. I hoped that it will be possible to solve my problem by adding dependencies. Then I will start my build in a way that the projects will be build in the correct order as defined by the dependencies. Matthias -Ursprüngliche Nachricht- Von: Emmanuel Venisse

Re: Strange 2401 prepended to SCM URL

2005-12-08 Thread Emmanuel Venisse
Fixed in maven-scm 1.0-beta-2 Emmanuel Mayorgaadame, Alex a écrit : I know that, but why it is being prepended to the CVS repository location?? Anyhow it's not possible to checkout the project from the CVS. Regards, Alex -Original Message- From: Bravo, Kris [mailto:[EMAIL PROTECTED]

Continuum 1.0.2 is released

2005-12-09 Thread Emmanuel Venisse
The Apache Maven team is pleased to announce Continuum 1.0.2. Continuum 1.0.2 is available for download from http://maven.apache.org/continuum/download.html Continuum is a continous integration server that will ensure the health of your code base. This release includes the following

Re: Using xfire interface to initiate the build of a project?

2005-12-12 Thread Emmanuel Venisse
The xfire interface wasn't released because we need to test/fix it. You can find it in subversion in continuum-xfire module. Emmanuel Donszelmann, Mark a écrit : Hi can I use the Xfire/SOAP interface to initiate the build of a project, as suggested by:

Re: Configuration of jabber notifier

2005-12-12 Thread Emmanuel Venisse
In jabber notifier configuration screen, you need to add the recipient too. Note: your google sender must be a friend of your recipient, and you can't use the same use for sender and recipient because google talk doesn't accept two connections for the same user. Emmanuel Anthony Bargnesi a

Re: How to setup ant build file that is not under root?

2005-12-12 Thread Emmanuel Venisse
I suppose you use continuum 1.0.1. It wasn't possible with it. We fixed it in continuum 1.0.2 Emmanuel [EMAIL PROTECTED] a écrit : Hey, i try to build a projekt, that's Build File is not in projekt root. So i setup the POM File to \deploy\xyz\build.xml So the absoluth pat is

[Fwd: Re: Perforce provider generates error]

2005-12-12 Thread Emmanuel Venisse
Regards, Robert Stone -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 12:54 AM To: continuum-users@maven.apache.org Subject: Re: Perforce provider generates error hi I'm happy to see a perforce tester for Continuum. You don't need

Re: Continuum 1.0.2

2005-12-12 Thread Emmanuel Venisse
No, you don't need to use the shell feature for adding a m2 project with modules. You use the shell feature if you want to see your projects as one in continuum. Emmanuel dan tran a écrit : could you post your pom? Btw, if you define modules in your pom, you will need to use a shell to wrap

Re: Cannot add Perforce project to Continuum 1.0.2

2005-12-13 Thread Emmanuel Venisse
this parameter, and username is taken from scm url Emmanuel Neil Padgen a écrit : -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 12 December 2005 17:57 To: continuum-users@maven.apache.org Subject: Re: Cannot add Perforce project to Continuum 1.0.2 In add pages

Re: 1.0.2 Build Error shell arguments not interpreted

2005-12-15 Thread Emmanuel Venisse
-Dglobal.build.properties.file=build.properties.cruise org.apache.tools.ant.Main clean package_web_ear Exception in thread main java.lang.NoClassDefFoundError: org/apache/tools/ant/Main Emmanuel Venisse [EMAIL PROTECTED] wrote: do you have a build.properties.cruise file in your working directory

Re: Perforce testing needed

2005-12-16 Thread Emmanuel Venisse
I think you actually need to remove '/' at the end of your scm url. Emmanuel Zabil a écrit : It fails for me Here is the output I get. 2005-12-16 11:15:35,361 [Thread-1] INFO ContinuumScm - Checking out project: 'MDS WMS Merger', id: '1' to

Re: How is the build declared as a sucess?

2005-12-16 Thread Emmanuel Venisse
I can't see your screenshot because image attachment are not allowed on list. We have a faq for build result detection : http://maven.apache.org/continuum/faqs.html#how-does-continuum-detect-a-successful-build Emmanuel Zabil a écrit : Hello All, I am using continuum with perforce

Re: Subversion configuration

2005-12-19 Thread Emmanuel Venisse
ok, file an issue on maven-scm project (http://jira.codehaus.org/browse/SCM) Emmanuel David Saff a écrit : I'd like to pass the --config-dir flag to svn, to redirect it to a different configuration directory. Thanks, David Saff Emmanuel Venisse wrote: You can't without modify maven

Re: Unable to check out.

2005-12-19 Thread Emmanuel Venisse
no, i'm refering to user home directory. cvs search .cvspass file in it. Emmanuel edovale a écrit : Are you refering to CVSROOT env var?? Emmanuel Venisse wrote: cvs needs a home directory, it's why you need to use a real user with a home directory Emmanuel Erick Dovale a écrit

Re: POM URL

2005-12-19 Thread Emmanuel Venisse
Do you have a repository browser like viwcvs or Fisheye? If not, you can use the file protocol (http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view) with a local copy of your sources. Emmanuel Ricardo de Souza Moura a écrit : Hi... I would like to add my

Re: SPAM: Re: POM URL

2005-12-20 Thread Emmanuel Venisse
From: Emmanuel Venisse [EMAIL PROTECTED] Reply-To: continuum-users@maven.apache.org To: continuum-users@maven.apache.org Subject: Re: POM URL Date: Mon, 19 Dec 2005 16:30:04 +0100 Do you have a repository browser like viwcvs or Fisheye? If not, you can use the file protocol (http

Re: SPAM: Re: Errors in LOG

2005-12-21 Thread Emmanuel Venisse
other error is a false error Ricardo de Souza Moura a écrit : It works to fix my schedule problem. Thank u What about the others problems ? : - D From: Emmanuel Venisse [EMAIL PROTECTED] Reply-To: continuum-users@maven.apache.org To: continuum-users@maven.apache.org Subject: Re: Errors in LOG

Re: SPAM: Re: SPAM: Re: Errors in LOG

2005-12-21 Thread Emmanuel Venisse
the others problems ? : - D From: Emmanuel Venisse [EMAIL PROTECTED] Reply-To: continuum-users@maven.apache.org To: continuum-users@maven.apache.org Subject: Re: Errors in LOG Date: Wed, 21 Dec 2005 14:32:58 +0100 it's a known bug when you have more than one schedule. you can try with this jar

Re: Problem with maven 2 modules

2005-12-22 Thread Emmanuel Venisse
Piotr Bzdyl a écrit : Hello, When you add a project with modules, on your server that host pom, you need to have the correct directory structure. In your case, you need to have on your http server, this structure: projectX your_pom_X_file projectA your_pom_A_file

Re: Can I call Continuum goals from Maven?

2005-12-29 Thread Emmanuel Venisse
Dixit, Sandeep (ProSource Solutions) a écrit : I just successfully installed and configured Continuum and was able to import my Maven projects into it. Is there a way I can call Continuum tasks from Maven itself - mainly notification? No. What do you want to do? Emmanuel

Re: Status of PVCS scm

2006-01-06 Thread Emmanuel Venisse
Ok, subscribe to maven-scm list and we'll help you to understand/implement pvcs provider. I don't know if PVCS provide a java api, but if it isn't open sources, i prefer you use command line for PVCS calling. Emmanuel Ryan Wynn a écrit : On 1/6/06, Emmanuel Venisse [EMAIL PROTECTED] wrote

Re: Scheduled forced build

2006-01-09 Thread Emmanuel Venisse
You'll force a build in schedule mode in 1.1. If you want to do it now, you need to use our xmlrpc service. A client is available (http://jira.codehaus.org/browse/CONTINUUM-544) but not applied for now in svn. Emmanuel [EMAIL PROTECTED] a écrit : When there are no changes to my project,

Re: Add project developers

2006-01-14 Thread Emmanuel Venisse
Hi, Mattias Andersson a écrit : Hi, I'm using continuum 1.0.2 to do nightly builds and it works great. I use a shell project to start a *.bat fil (and CVS to fetch the files) and my two questions are: 1) In the Project View page there is a section called Developers (last section on the

Re: Feature request where a user can delete the project's working directory.

2006-01-14 Thread Emmanuel Venisse
Thanks. I think it's a duplicate issue but i don't remember for now which it is ;-) Emmanuel Fritz Oconer a écrit : Hi All, I've added a jira request feature ( http://jira.codehaus.org/browse/CONTINUUM-553 ) where the user has an option to delete the project's working directory. The purpose

Re: :ext: CVS connection method

2006-01-17 Thread Emmanuel Venisse
Do you run continuum and cvs command line with the same user? Emmanuel Carlo Bonamico a écrit : Hi, I am trying to configure continuum to import a Maven 1.x project, but Continuum fails to checkout the sources from CVS using the:ext: method. In the project.xml, I specify this SCM URL

Re: Basic Authentication and Continuum Settings

2006-01-24 Thread Emmanuel Venisse
Brian E. Fox a écrit : I am just setting up continuum for our projects. We use basic authentication to access our internal svn repository. What is the correct way to give the username and password to continuum when I specify the url to the pom? I tried many different permutations of the urls

Re: looking at the maven site via continuum

2006-02-01 Thread Emmanuel Venisse
Johnson, Jonathan a écrit : I agree. When I first though about using Continuum over CruiseControl I read the statement that Continuums integrates well with the maven architecture. A strong feature of Maven is the site generation, yet in Continuum there is no way to see the site. Moreover

Re: multi-module maven 2 project

2006-02-01 Thread Emmanuel Venisse
. I was under wrong the impression that continuum didn't support multi module builds. Now I know it does I will definitely be using them more. Cheers, Chris -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 31 January 2006 08:46 To: continuum-users@maven.apache.org

Re: looking at the maven site via continuum

2006-02-02 Thread Emmanuel Venisse
will browse the wiki and jira stuff to see what is already there. On 2/1/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: Johnson, Jonathan a écrit : I agree. When I first though about using Continuum over CruiseControl I read the statement that Continuums integrates well with the maven architecture

Re: Build numbering w/ Maven

2006-02-02 Thread Emmanuel Venisse
It isn't possible but can be a good idea. Please file an issue. Emmanuel Alex Boisvert a écrit : Hi, I would like to know about the options for sharing the Continuum build number with my underlying Maven1/2 projects. What I'm trying to do is generate artifacts with the following naming

Re: How to make multi module work in continuum

2006-02-02 Thread Emmanuel Venisse
to add a Shell Project can anyone please give me example , coz confused what enter where, Thanks, Raghurajan G Emmanuel Venisse [EMAIL PROTECTED] 02/02/2006 05:02 PM Please respond to continuum-users To: continuum-users@maven.apache.org cc: Subject

Re: How to make multi module work in continuum

2006-02-03 Thread Emmanuel Venisse
Is there any example(step-step) somewhere it shows how to add M2project as shell project?? Not yet. Thanks, Raghurajan G Emmanuel Venisse [EMAIL PROTECTED] 02/03/2006 11:19 AM Please respond to continuum-users To: continuum-users@maven.apache.org cc: Subject

Re: SCM triggered build in svn is not happening

2006-02-06 Thread Emmanuel Venisse
Not exactly, you can add an post-commit hook in your SCM and call the xmlrpc server for building the project. Emmanuel Brian E. Fox a écrit : Currently no, although I wish it did. You could set your schedule to a very small timeframe and you would get the effect you wanted. -Original

Re: Continuum and site-deploy or wagon hanging

2006-02-06 Thread Emmanuel Venisse
Do you have the same problem when you call site-deploy directly for maven on your continuum machine? When a goal is called, it's an external maven process that run it and not Continuum. Emmanuel Johnson, Jonathan a écrit : Anyone having problems with Continuum or site-deploy or wagon

Re: Continuum and site-deploy or wagon hanging

2006-02-06 Thread Emmanuel Venisse
the Continuum server (and not use the site-deploy command for the moment). Perhaps adding some sort of daemon that detects a hung condition would strengthen its fault tolerance. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Monday, February 06, 2006 3:52 PM

Re: Continuum and site-deploy or wagon hanging

2006-02-07 Thread Emmanuel Venisse
Hmm, all problems were fixed in wagon for maven 2.0.2. If you have pb with this version, send a message to maven user list. Emmanuel Arnaud Bailly a écrit : Hi, We are experiencing same problem : wagon hangs on ssh deploy and site-deploy in a random way. Sometimes it works, sometimes it

Re: Problem with consecutive builds

2006-02-08 Thread Emmanuel Venisse
: --- svn: Working copy 'target' is missing or not locked --- and there are no more Exceptions in the logs. I didn't do anything related to svn between the consecutive builds. Emmanuel

Re: strange socket error

2006-02-08 Thread Emmanuel Venisse
Which port have you changed? We use 2 ports : one for http request(8080) and one for xmlrpc request(8000) Emmanuel Roland Kofler a écrit : changed port in appliaction.xml, it works but this error shows up, is ther another service that fails??? thanks roland INFO | jvm 1| 2006/02/08

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

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

Re: tried to build and run continuum 1.1-SNAPSHOT

2006-02-17 Thread Emmanuel Venisse
tagging and building Please advice Cheers Sanjay On 2/16/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: svn trunk isn't stable, if you want to build from svn, you must use continuum-1.0.x branch. but it isn't necessary to build continuum, you can use snapshot version generated after each commit

Re: dependent builds build on scm change?

2006-02-17 Thread Emmanuel Venisse
Wim Deblauwe a écrit : Hi, 2 questions on Continuum: 1) The documentation talks that a push or a pull mechanism must be implemented for continuum? Isn't this already done? Will it not only build a module/project if a file changed in the source repository? yes, it build a project if a file

Re: tried to build and run continuum 1.1-SNAPSHOT

2006-02-17 Thread Emmanuel Venisse
, you can do that : - create the tag - checkout code - build code - set correctly the return code, so Continuum will know if your build is ok or not Emmanuel Thanks, Sanjay On 2/17/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: Why do you tag before the build? I think that a better process

Re: Can anyone help with this error?

2006-02-18 Thread Emmanuel Venisse
/value /property Emmanuel Punkin Head a écrit : 1.0.2 also using with Maven 2.0 On 2/17/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: What is your continuum version? Emmanuel Punkin Head a écrit : The parent of our application will get an error at the scheduled time of build

Re: SPAM: Re: Revision number in manifest.mf

2006-02-20 Thread Emmanuel Venisse
Max a écrit : Emmanuel Venisse emmanuel at venisse.net writes: Continuum can't access the ear because it don't know anything of the generated artifact. I think the better solution would be to create a new maven plugin that will do that or to improve maven-archiver used by ear, ejb

Re: continuum scheduled forced build

2006-02-23 Thread Emmanuel Venisse
schedule, for the nigthly, we check if you have some changes in last 24 hours. Emmanuel Matthew Vanbiervliet a écrit : Ok thank you. And how will we be able to activate it ? Will it be a new option to check ? A new argument ? On 2/22/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: I fixed

Re: continuum scheduled forced build

2006-02-23 Thread Emmanuel Venisse
(scheduled nightly) to still occur so that database changes are pick up and the system is rebuilt. Currently, this is not possible without a manual forced build. On 2/23/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: nothing to do. In 1.0.2, we checked modifications in scm between the current

Re: SPAM: Multi module projects

2006-02-23 Thread Emmanuel Venisse
It isn't a continuum question but a maven question. Please ask the correct list. Emmanuel Max a écrit : Hi, Is it possible to setup a multi-module project such that a child module can be shared between two parent projects? What if i have two seperate projects A and B and they both depend upon

Re: Adding Project with no web browsable URL to POM.

2006-02-23 Thread Emmanuel Venisse
If you have all your files checkouted locally on the server, you can use the file protocol (after allowed it http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view) scm url will be supported in a future version. Emmanuel Treloar, Barrie (SAPOL) a écrit : Is

Re: Adding Build Time to Projects Summary Page

2006-02-24 Thread Emmanuel Venisse
you can but you'll need to readd it in continuum-web.jar because this file is always unpack at each restart. $date.format('medium',$latestBuild.endTime) Emmanuel Richard C. L. Li a écrit : Not possible even by altering the Summary.vm template? Emmanuel Venisse wrote: No, it isn't possible

Re: Not building EAR for an application

2006-02-25 Thread Emmanuel Venisse
Actually a build start only if you have some changes in scm for your project. In future, we'll can start a build if a dependecies is new. If you want the latest EAR, without changes in your EAR project, you must build it manually from Continuum. or you can build all from parent project if you

Re: How do i intergrate Continuum with mysql database ?

2006-02-27 Thread Emmanuel Venisse
-Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Mon 2/27/2006 10:09 PM To: continuum-users@maven.apache.org Subject: Re: How do i intergrate Continuum with mysql database ? It seems that jdo/jpox components have a little bug with mysql and column length. A possible

Re: How do i intergrate Continuum with mysql database ?

2006-02-27 Thread Emmanuel Venisse
wagon-http-lightweight-1.0-alpha-5.jar wagon-provider-api-1.0-alpha-5.jar wagon-ssh-1.0-alpha-5.jar xerces-2.0.2.jar xml-apis-1.0.b2.jar -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tue 2/28/2006 9:42 AM To: continuum-users@maven.apache.org Subject: Re: How do i

  1   2   3   4   5   >