Re: Add dynaTrace ant task to the list of external Plugins

2011-01-13 Thread Antoine Levy-Lambert
Hello Guido, the tone of the text is like the Ant project is advertising for Dynatrace. I am not comfortable with committing the changes that you are sending us as is. The current blurb about dynatrace is : dtAnt allows integrating dynaTrace Application Performance Management

Re: Publishing C-module artifacts from different platforms

2011-01-13 Thread Tim Brown
I'd vote for Go, but I've been an influence in it's development ;-) But yeah, Hudson and such have greatly improved too. Currently on CruiseControl handling >30,000 builds a month. 68 pipelines, with continuous deployment etc etc etc. We'd looked at QB too (ages ago, 3+ years sounds right), but

Re: launch Ant from Java code

2011-01-13 Thread Gilbert Rebhan
Original Message Subject: launch Ant from Java code From: Patrick Martin To: Ant User Date: Wed Jan 12 2011 14:08:35 GMT+0100 (CET) > Hello and happy new year to you all, > > What is the recommended way for launching an Ant script/task from Java code ? > > It seems to me tha

RE: Add dynaTrace ant task to the list of external Plugins

2011-01-13 Thread Guido Deinhammer
Hi Antoine, I would like to get the text changed for the dynaTrace Ant task in the external plugins section. Please apply the change below. Thanks, Guido Patch for the external.xml file: 907,910c907,910 < < dtAnt allows integrating dynaTrace Application Performance Management

Re: launch Ant from Java code

2011-01-13 Thread Antoine Levy-Lambert
On 1/13/2011 2:57 AM, Patrick Martin wrote: Thank you Antoine, I do have a follow-up question on this though. Will this be thread safe? Is it possible to run two targets in parallel from Java code, without any interactions (different projects, property sets and so on)? Ant has a parallel task, a