Re: Continuum doesnot provide continous integration !!

2007-09-06 Thread albateos


Thanks for ur replies. But these are not solution. We use local pom files
for adding a new project to the Continuum. But Continuum use just SCM tags
from the local pom file. After that uses pom.xml files from Subversion. I
want taht Continnum use local pom files while integration operation. How i
can do that??





albateos wrote:
 
 Hi,
 
 I'm new with continuum and using 1.1 BETA version. I'm using pom.xml files
 for adding new projects to the continuum. But continuum dont use this
 pom.xml files instead of this files uses pom.xml files in SCM (we are
 using subversion for SCM). This dont provide continous integration. 
 
 In this case i want to change our subproject versions without any changes
 in SCM. For example parent project uses 20070904 version of subproject1 in
 pom.xml in SCM.But while using Continuum i want to change parent project
 uses this date version of subproject1. And this date version of subproject
 is produced with Continuum. As sequence firstly i want to prepare this
 date version of subprojects and parent project uses this prepared project
 at the end. How can i do this?? 
 
 Any ideas ??
 
 Thanks,
 Ibrahim
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Continuum-doesnot-provide-continous-integration-%21%21-tf4384227.html#a12516248
Sent from the Continuum - Users mailing list archive at Nabble.com.



Re: Continuum doesnot provide continous integration !!

2007-09-06 Thread Emmanuel Venisse

Can you explain why you don't want to use pom.xml from scm? If you want to use 
specific settings for your continuous integration, it would be better to use 
profiles in your pom

Emmanuel

albateos a écrit :


Thanks for ur replies. But these are not solution. We use local pom files
for adding a new project to the Continuum. But Continuum use just SCM tags
from the local pom file. After that uses pom.xml files from Subversion. I
want taht Continnum use local pom files while integration operation. How i
can do that??





albateos wrote:

Hi,

I'm new with continuum and using 1.1 BETA version. I'm using pom.xml files
for adding new projects to the continuum. But continuum dont use this
pom.xml files instead of this files uses pom.xml files in SCM (we are
using subversion for SCM). This dont provide continous integration. 


In this case i want to change our subproject versions without any changes
in SCM. For example parent project uses 20070904 version of subproject1 in
pom.xml in SCM.But while using Continuum i want to change parent project
uses this date version of subproject1. And this date version of subproject
is produced with Continuum. As sequence firstly i want to prepare this
date version of subprojects and parent project uses this prepared project
at the end. How can i do this?? 


Any ideas ??

Thanks,
Ibrahim









Re: Scheduled Builds Timing out

2007-09-06 Thread Emmanuel Venisse

ok, I'll try to add the build output even if the timeout appears

Emmanuel

Anshula a écrit :

Emmanuel,

In the build-output-directory of each project as well as on the build result
page, the last build that I can find is the last successful build. 
The Builds that have a timeout, did not generate a build result.

The only place that it logged about the timeout was the Continuum log
file/Wrapper.log.
Should it have generated a build result ? Coz it did not get built at all...

Thanks,
Anshula


Emmanuel Venisse wrote:

In build result page, choose a build result with timeout ant take the
build id, then go to the build-output-directory and send us the content of
the build output you'll find in this directory.

Emmanuel

Anshula a écrit :

Hi Emmanuel,

The File is as attached. Thanks for the help.

Anshula


Emmanuel Venisse wrote:

Can you send your logs?

Anshula a écrit :

Hi Emmanuel,

Acutally right now I am just building, there are no unit tests added as
of
now. The build does not take more than 1-2 minutes, I tried building
all
projects locally and verified this. 


Regards,
Anshula


Emmanuel Venisse wrote:

Maybe you have a test that hang out?

Emmanuel

Anshula a écrit :

Hello all,

I am using Continuum 1.1-beta-2 with Perforce to integrate all my
projects
in the build management system.
I have been using it over a month or so, and have around 15 project
groups/projects integrated into it. I have scheduled a build in the
system
which runs at 7:30 pm everyday.
The build system has been running properly building when it detects
changes
at the scheduled time

But since 2 days, everyday the builds are timing out. I have set a
Maximum
job execution time of 3600 secs. Each of the projects does not take
more
than 1 minute to build. 


Continuum queues all the projects and prints a warning in the log
file
like
-
Task [EMAIL PROTECTED]
didn't
complete within time, cancelling it. And shows all the projects in
queued
state only. I need to restart Continuum to build them again.

Thanks for your time. Any help will be appreciated.
Regards,
Anshula



http://www.nabble.com/file/p12500482/wrapper.20070901.log
wrapper.20070901.log 









Re: Scheduled Builds Timing out

2007-09-06 Thread Emmanuel Venisse

Do you have redefined log levels? I don't see lot of logs in the file you sent.

Anshula a écrit :

Emmanuel,

In the build-output-directory of each project as well as on the build result
page, the last build that I can find is the last successful build. 
The Builds that have a timeout, did not generate a build result.

The only place that it logged about the timeout was the Continuum log
file/Wrapper.log.
Should it have generated a build result ? Coz it did not get built at all...

Thanks,
Anshula


Emmanuel Venisse wrote:

In build result page, choose a build result with timeout ant take the
build id, then go to the build-output-directory and send us the content of
the build output you'll find in this directory.

Emmanuel

Anshula a écrit :

Hi Emmanuel,

The File is as attached. Thanks for the help.

Anshula


Emmanuel Venisse wrote:

Can you send your logs?

Anshula a écrit :

Hi Emmanuel,

Acutally right now I am just building, there are no unit tests added as
of
now. The build does not take more than 1-2 minutes, I tried building
all
projects locally and verified this. 


Regards,
Anshula


Emmanuel Venisse wrote:

Maybe you have a test that hang out?

Emmanuel

Anshula a écrit :

Hello all,

I am using Continuum 1.1-beta-2 with Perforce to integrate all my
projects
in the build management system.
I have been using it over a month or so, and have around 15 project
groups/projects integrated into it. I have scheduled a build in the
system
which runs at 7:30 pm everyday.
The build system has been running properly building when it detects
changes
at the scheduled time

But since 2 days, everyday the builds are timing out. I have set a
Maximum
job execution time of 3600 secs. Each of the projects does not take
more
than 1 minute to build. 


Continuum queues all the projects and prints a warning in the log
file
like
-
Task [EMAIL PROTECTED]
didn't
complete within time, cancelling it. And shows all the projects in
queued
state only. I need to restart Continuum to build them again.

Thanks for your time. Any help will be appreciated.
Regards,
Anshula



http://www.nabble.com/file/p12500482/wrapper.20070901.log
wrapper.20070901.log 









Re: Testing 1.1 Beta 2

2007-09-06 Thread Jens Hohl

Sorry for Spamming around ..

export LC_ALL=en_US.utf8

worked for me.

best regards,
Jens


I also Tested :

export LC_ALL=us_US.uft8
export LANG=us_US.uft8



On shell i get this:

/locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or 
directory

locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=us_US.uft8
LC_CTYPE=us_US.utf8
LC_NUMERIC=us_US.utf8
LC_TIME=us_US.utf8
LC_COLLATE=us_US.utf8
LC_MONETARY=us_US.utf8
LC_MESSAGES=us_US.utf8
LC_PAPER=us_US.utf8
LC_NAME=us_US.utf8
LC_ADDRESS=us_US.utf8
LC_TELEPHONE=us_US.utf8
LC_MEASUREMENT=us_US.utf8
LC_IDENTIFICATION=us_US.utf8
LC_ALL=us_US.utf8


Jens

Provider message: The svn command failed.
Command output: 
--- 


svn: error: cannot set LC_ALL locale
svn: error: environment variable LC_ALL is us_US.utf8
svn: error: please check that your locale name is correct
--- 





Hi,

same Maschine as my 1.0.3 version is running and i get this Error 
Message when initial Checkout

should start (fresh added Maven 2 Project).

Provider message: The svn command failed.
Command output: 
--- 


svn: error: cannot set LC_ALL locale
svn: error: environment variable LANG is de_DE.utf8
svn: error: please check that your locale name is correct
---


This worked very well under 1.0.3.
best regards,
Jens




So,






Testing 1.1 Beta 2

2007-09-06 Thread Jens Hohl

Hi,

same Maschine as my 1.0.3 version is running and i get this Error 
Message when initial Checkout

should start (fresh added Maven 2 Project).

Provider message: The svn command failed.
Command output: 
---

svn: error: cannot set LC_ALL locale
svn: error: environment variable LANG is de_DE.utf8
svn: error: please check that your locale name is correct
---


This worked very well under 1.0.3. 


best regards,
Jens




Re: Scheduled Builds Timing out

2007-09-06 Thread Emmanuel Venisse

I don't know, but I don't think.
imossible to analyse with messages in logs and seems to works fine with forced 
build

Emmanuel

Anshula a écrit :

Emmanuel,

Could it be an issue of Continuum and Perforce? I can see that there are
many open bugs regarding using Perforce as an SCM in Continuum. I still
have't been able to get it working..! 


Thanks,
Anshula


Emmanuel Venisse wrote:

ok, I'll try to add the build output even if the timeout appears

Emmanuel

Anshula a écrit :

Emmanuel,

In the build-output-directory of each project as well as on the build
result
page, the last build that I can find is the last successful build. 
The Builds that have a timeout, did not generate a build result.

The only place that it logged about the timeout was the Continuum log
file/Wrapper.log.
Should it have generated a build result ? Coz it did not get built at
all...

Thanks,
Anshula


Emmanuel Venisse wrote:

In build result page, choose a build result with timeout ant take the
build id, then go to the build-output-directory and send us the content
of
the build output you'll find in this directory.

Emmanuel

Anshula a écrit :

Hi Emmanuel,

The File is as attached. Thanks for the help.

Anshula


Emmanuel Venisse wrote:

Can you send your logs?

Anshula a écrit :

Hi Emmanuel,

Acutally right now I am just building, there are no unit tests added
as
of
now. The build does not take more than 1-2 minutes, I tried building
all
projects locally and verified this. 


Regards,
Anshula


Emmanuel Venisse wrote:

Maybe you have a test that hang out?

Emmanuel

Anshula a écrit :

Hello all,

I am using Continuum 1.1-beta-2 with Perforce to integrate all my
projects
in the build management system.
I have been using it over a month or so, and have around 15 project
groups/projects integrated into it. I have scheduled a build in the
system
which runs at 7:30 pm everyday.
The build system has been running properly building when it detects
changes
at the scheduled time

But since 2 days, everyday the builds are timing out. I have set a
Maximum
job execution time of 3600 secs. Each of the projects does not take
more
than 1 minute to build. 


Continuum queues all the projects and prints a warning in the log
file
like
-
Task
[EMAIL PROTECTED]
didn't
complete within time, cancelling it. And shows all the projects in
queued
state only. I need to restart Continuum to build them again.

Thanks for your time. Any help will be appreciated.
Regards,
Anshula

http://www.nabble.com/file/p12500482/wrapper.20070901.log
wrapper.20070901.log