Re: Setting Xalan to junitreport

2007-08-29 Thread J. David Beutel
the XSLT task's classpath(ref) attribute to your favorite processor. ... in="${build.dir}/testresults/TESTS-TestSuites.xml" . Regards, Jan - Original Message - From: "J. David Beutel" <[EMAIL PROTECTED]> To: "Ant De

Re: Setting Xalan to junitreport

2007-08-28 Thread J. David Beutel
Stefan Bodewig wrote: Not using JDK 1.5's XSLTC is a good idea for so many reasons anyway. You could use the usual endorsed standards override mechanism[1] to swap in Saxon or just set the system property javax.xml.transform.TransformerFactory prior to running Ant (you'd probably use the ANT_OPTS

Re: Setting Xalan to junitreport

2007-08-27 Thread J. David Beutel
Has there been any more action on this issue? I searched for junitreport in Bugzilla but didn't find it. I'm interested in using some XSLT 2 for junitreport. I guess that means Saxon instead of JDK 1.5's XSLTC. Cheers, 11011011 Weston, Toby wrote: Hi Antoine, Sounds great, is that the po

Re: timezone for junitreport, and antlib

2007-08-27 Thread J. David Beutel
Thanks for the help! It would be nice to do in XSLT, and that looks like a good function, but I gather that it requires XSLT 2.0, so Saxon. I'm using the JDK 1.5 built-in, Apache XSLTC. Using Saxon for junitreport looks a little difficult, so I'm leaning toward the other approach, but please

timezone for junitreport, and antlib

2007-08-23 Thread J. David Beutel
The timestamps displayed by the 1.7.0 junitreport are in the GMT timezone. It looks like that's determined by DateUtils.createDateFormat() via the junit task's XMLJUnitResultFormatter.startTestSuite(). I'd like to display them in my local timezone, or at least in the timezone in which the ju

Re: and junit4 (long)

2006-08-05 Thread J. David Beutel
Steve Loughran <[EMAIL PROTECTED]> wrote on 05/25/2006 02:36:55 AM: The consensus was that a new junit4 antlib/task would be the way forward [...] I think the consensus was that the junit CVS repository (on sourceforge) is the place to do this, but that ant developers need to provide help, ant

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java

2003-08-06 Thread J. David Beutel
On Tue, 5 Aug 2003, Steve Loughran wrote: > That is interesting. Exec() hanging. It is not like chmod is doing much. > > No obvious causes spring to mind, but then I dont use freebsd much. > (though I could bring it up under vmware, I suppose) I've had similar problems with JDK 1.4.1 on RedHat

How do I get a patch reviewed?

2003-08-05 Thread J. David Beutel
I submitted a 2-line patch to Bugzilla eight months ago (including junit test and bug report). I'd like to have it committed, but it seems like nobody has even looked at it. Why not? http://issues.apache.org/bugzilla/show_bug.cgi?id=15230 Thanks, 11011011