Hello,
Hussein B wrote:
Please correct my if I'm wrong but it seems to me that the major
continuous integration servers (Hudson, CruiseControl, TeamCity ..)
don't support Python based application.
It seems they mainly support Java, .NET and Ruby.
Can I use one of the previous listed servers for
Hussein B was kind enough to say:
> Hi.
> Please correct my if I'm wrong but it seems to me that the major
> continuous integration servers (Hudson, CruiseControl, TeamCity ..)
> don't support Python based application.
If you want, you can use ant as a build script, and then define the usual
targ
On Jul 29, 4:56 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> Hussein B wrote:
> > Hi.
> > Please correct my if I'm wrong but it seems to me that the major
> > continuous integration servers (Hudson, CruiseControl, TeamCity ..)
> > don't support Python based application.
> > It seems they mai
Hi all
Hudson supports arbitrary ant/shell/batch commands so it basically supports
any development environment (as long as it can run java). I use(d) it to
build, test, package, pylint my XBMC python script
(http://hudson.ramfelt.se/job/XBMC%20TV). If you would like a guide on how
to get going, c
Diez B. Roggisch <[EMAIL PROTECTED]> wrote:
>Hussein B wrote:
>> Please correct my if I'm wrong but it seems to me that the major
>> continuous integration servers (Hudson, CruiseControl, TeamCity ..)
>> don't support Python based application.
>> It seems they mainly support Java, .NET and Ruby.
>>
On Tue, 29 Jul 2008 07:47:35 -0700 (PDT), Hussein B <[EMAIL PROTECTED]> wrote:
Hi.
Please correct my if I'm wrong but it seems to me that the major
continuous integration servers (Hudson, CruiseControl, TeamCity ..)
don't support Python based application.
It seems they mainly support Java, .NET a
Hussein B wrote:
> Hi.
> Please correct my if I'm wrong but it seems to me that the major
> continuous integration servers (Hudson, CruiseControl, TeamCity ..)
> don't support Python based application.
> It seems they mainly support Java, .NET and Ruby.
> Can I use one of the previous listed serve