Email configuration

2006-12-12 Thread Prashanth Krishnamurthy
Hi, I have configured ( in continuum ) email notifications to be sent only when there is a Failure and on error. But emails are sent even for success builds. How do I fix this ? thanks in advance. --Prashanth

Updating the super pom.xml

2006-11-13 Thread Prashanth Krishnamurthy
We recently moved the maven repository to a different machine. Hence we updated the ftp url in the super pom.xml, pointing to the new maven machine. When I build the projects in continuum, they are all still pointing to the ftp server on the old maven machine. Shouldn't this sync up (perforce)

Re: Migrating to a new build machine

2006-11-02 Thread Prashanth Krishnamurthy
settings.xml, via an abstract name that will need to be changed in your DNS server, ...)? -Max Prashanth Krishnamurthy wrote: Hi, We are planning to move the maven repository to a new build machine. Is there a recommended process/steps ? (How to,...etc) Please advise. (This maven

Migrating to a new build machine

2006-10-30 Thread Prashanth Krishnamurthy
Hi, We are planning to move the maven repository to a new build machine. Is there a recommended process/steps ? (How to,...etc) Please advise. (This maven repository is used by 2-3 different project teams and is very imp for a smooth migration.) thanks --Prashanth

Migrating maven repo to a new machine

2006-10-26 Thread Prashanth Krishnamurthy
Hi, We are planning to move the maven repository to a new build machine. Is there a recommended process/steps ? (How to,...etc) Please advise. (This maven repository is used by 2-3 different project teams and is very imp for a smooth migration.) thanks --Prashanth

compilation error

2006-10-16 Thread Prashanth Krishnamurthy
Hi, I get the following compilation error when run through continuum. The same works fine when I do it outside continuum ( using mvn ). pom.xml is configured with the right ver of jdk. Please suggest. thanks --Prashanth [INFO] Compilation

Perforce SCM using continuum

2006-10-03 Thread Prashanth Krishnamurthy
It seems that Maven/Continuum/SCM/Perforce plugin creates a perforce clientspec dynamically. Which works fine when I use maven directly. When I run mvn –X scm:update things work ok. I see a spec created, a sync and then the spec is deleted. Since the spec is new each time, it refetches

Error when deleting a project

2006-09-26 Thread Prashanth Krishnamurthy
Hi, I am getting the following continuum error when deleting a project. I am on continuum 1.0.3. thanks --Prashanth ognl.MethodFailedException: Method removeProject failed for object [EMAIL PROTECTED] [javax.jdo.JDODataStoreException: Iteration request failed : SELECT

Error when deleting a project

2006-09-26 Thread Prashanth Krishnamurthy
Hi, I am getting the following continuum error when deleting a project. I am on continuum 1.0.3. thanks --Prashanth ognl.MethodFailedException: Method removeProject failed for object [EMAIL PROTECTED] [javax.jdo.JDODataStoreException: Iteration request failed : SELECT

Re: Error when deleting a project

2006-09-26 Thread Prashanth Krishnamurthy
opps, my bad. This was for continuum user list. --- Prashanth Krishnamurthy [EMAIL PROTECTED] wrote: Hi, I am getting the following continuum error when deleting a project. I am on continuum 1.0.3. thanks --Prashanth ognl.MethodFailedException: Method removeProject failed

Re: Error when deleting a project

2006-09-26 Thread Prashanth Krishnamurthy
opps, my bad. This was for continuum user list. --- Prashanth Krishnamurthy [EMAIL PROTECTED] wrote: Hi, I am getting the following continuum error when deleting a project. I am on continuum 1.0.3. thanks --Prashanth ognl.MethodFailedException: Method removeProject failed

Re: Schedules and manual build not working

2006-09-22 Thread Prashanth Krishnamurthy
will not be modified. screens/ProjectBuild.vm [line 103, column 3] Any pointers ? thanks --Prashanth --- Prashanth Krishnamurthy [EMAIL PROTECTED] wrote: Thanks. The see following messages in the end. Modifying the cron expression is not logging any messages

Re: Schedules not working

2006-09-21 Thread Prashanth Krishnamurthy
They are enabled and also assigned to projects. thanks --- Emmanuel Venisse [EMAIL PROTECTED] wrote: You can check if they aren't disabled and projects attached to them. Emmanuel Prashanth Krishnamurthy a écrit : Hi, The schedules used to work fine for 2-3 months now. Since

Re: Schedules not working

2006-09-21 Thread Prashanth Krishnamurthy
job? Emmanuel Prashanth Krishnamurthy a écrit : They are enabled and also assigned to projects. thanks --- Emmanuel Venisse [EMAIL PROTECTED] wrote: You can check if they aren't disabled and projects attached to them. Emmanuel Prashanth Krishnamurthy a écrit : Hi

Schedules not working

2006-09-21 Thread Prashanth Krishnamurthy
Hi, The schedules used to work fine for 2-3 months now. Since past 2-3 days, both my schedules( hourly build and daily build ) are not working. I restarted my continuum instance, but no luck. thanks --Prashanth __ Do You Yahoo!? Tired of spam?

Remote deploy

2006-09-21 Thread Prashanth Krishnamurthy
Hi, I am trying to deploy my application to a running tomcat instance on a different machine. I have tried the following and haven't been successfully. What is the right way to do this? Please suggest. 1.mvn cargo:deploy - This works fine only when the tomcat instance doesn't have my application

Re: Cargo deploy on to a remote machine

2006-09-13 Thread Prashanth Krishnamurthy
that's a valid goal/target. Also, it might be more appropriate to send this question to the Cargo Users email list... Wayne On 9/12/06, Prashanth Krishnamurthy [EMAIL PROTECTED] wrote: I am trying to deploy my application to a running tomcat instance on a different machine. I have

Cargo deploy on to a remote machine

2006-09-12 Thread Prashanth Krishnamurthy
I am trying to deploy my application to a running tomcat instance on a different machine. I have tried the following and haven't been successfully. What is the right way to do this? Please suggest. 1.mvn cargo:deploy - This works fine only when the tomcat instance doesn't have my application

Refreshing the snapshot from mvn repository

2006-08-16 Thread Prashanth Krishnamurthy
Hi, For mvn experts out there. ( Sorry for posting it here. ) I have defined the goal mvn clean deploy with arguments --update-snapshots --batch-mode --non-recursive in my continuum project. The snapshots are not getting refreshed from mvn repo to my local repo. I then deleted the dir from my

Refreshing the source files before the build starts

2006-08-11 Thread Prashanth Krishnamurthy
I have deleted few files from the perforce server. When the build starts, it still looks for these deleted files. Is there a way to have continuum drop and re-create source dir? thanks --Prashanth __ Do You Yahoo!? Tired of spam? Yahoo! Mail has

Order of execution of projects

2006-08-11 Thread Prashanth Krishnamurthy
I have added 3 projects (maven 2.0) and have added them in the order of execution. Project A Project B Project C I want to add an other project ( Project D ) to be build after Project A. How to define this order ? thanks __ Do You Yahoo!?

Re: Running a script/bat file - Post Build

2006-08-10 Thread Prashanth Krishnamurthy
After the build, I would like to copy the application war file to a ftp location ( on the same machine ) for others to pick it up. thanks --Prashanth --- Emmanuel Venisse [EMAIL PROTECTED] wrote: It isn't possible actually. What do you want to do? after the build. Emmanuel Prashanth

Running a script/bat file - Post Build

2006-08-09 Thread Prashanth Krishnamurthy
Hi, I would like to execute a script or a bat file after the build. Does continuum has any way to execute this ?What is the best way ? regards --Prashanth __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

Changed file list for every build

2006-08-01 Thread Prashanth Krishnamurthy
When I do a build, I see the list of files under Build Result -- Changes. I see files listed even when there is no change to the source files. What exactly is happening ? thanks --Prashanth __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the

Perforce-continuum related issues

2006-07-28 Thread Prashanth Krishnamurthy
Couple Questions - 1. when we do a build in continuum, what perforce commands is it executing ? Which file has this configuration ? ( using perforce--maven-continuum ). 2. IN continuum, why don’t the children projects get built when you build the parent project? thanks --Prashanth

Deploying the application after the build

2006-07-21 Thread Prashanth Krishnamurthy
Once the build is done, I want the application (.war file ) to be deployed on a server running on different machine. How do I do this? Please help. thanks --Prashanth __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around