Sql task and rowcountproperty

2011-08-04 Thread Miras Bastien
Hello, I'm trying to use the rowcountproperty parameter in the sql task. My ant code looks like:                             select * from t_product; But the db.data.nbLine property is not updated. Looking at: http://javasourcecode.org/html/open-source/ant/ant-1.8.1/org/apache/tools/ant/taskde

SQL task and rowcountproperty

2011-08-04 Thread Miras Bastien
Hello, I'm trying to use the rowcountproperty parameter in the sql task. My ant code looks like:                             select * from t_product; But the db.data.nbLine property is not updated. Looking at: http://javasourcecode.org/html/open-source/ant/ant-1.8.1/org/apache/tools/ant/taskde

AUTO: Maureen Troendle is out of the office. (returning 08/18/2011)

2011-08-04 Thread Maureen Troendle
I am out of the office until 08/18/2011. I will be out of the office from Aug 4-17. For BCY Panorama assistance, please contact Gurjeev Singh (gurj...@ca.ibm.com), Mihai Georgescu (mih...@ca.ibm.com) or Murray Maleschuk (mmale...@ca.ibm.com). Note: This is an automated response to your message

Re: target does not fail if file does not exist.

2011-08-04 Thread Stefan Bodewig
On 2011-08-02, Oleksandr Gavenko wrote: > > > > server="${ftp.server}" > userid="${ftp.user}" > password="${ftp.password}" > remotedir="/dist"> > > > > > > $ ant -f my2.xml -emacs > Buildfile

Re: Unable to override system properties with 1.8.2

2011-08-04 Thread Stefan Bodewig
On 2011-07-28, Nate Drake wrote: > Our build file uses the user.name property to let developers customize > property values. We then use -D to override user.name when doing builds for > dev/production servers. When using any version of Ant before 1.8.2 this > works without issue. With 1.8.2, us

Re: junit task xml output omits failure message if it contains the word " more"?

2011-08-04 Thread Stefan Bodewig
On 2011-07-28, Bob Billings wrote: > However, the Ant junit XML formatter strips off the first line with > the failure message in any test failure where the failure message > contains the word " more", resulting in just the "at " line > remaining, which is what shows up in CruiseControl's emai

Re: junit task xml output omits failure message if it contains the word " more"?

2011-08-04 Thread Robert E. Billings III
OK, I'll fill out a bugzilla report. Thanks for verifying! :) Bob On Thu, Aug 4, 2011 at 11:05 AM, Stefan Bodewig wrote: > On 2011-07-28, Bob Billings wrote: > > > However, the Ant junit XML formatter strips off the first line with > > the failure message in any test failure where the failure