AW: Re: [VOTE] change junitreport to delegate to XSLTTask

2006-06-25 Thread Jan.Materne
>Martijn Kruithof wrote: >> Also can we be sure that project.createTask("xslt") always gives us an >> XSLTProcess? > >It would be nice to have >XSLTProcess xsltTask = (XSLTProcess) project.create(XSLTProcess.class); I dont see a problem with overloading project.create(String) with project.create(

Re: [VOTE] change junitreport to delegate to XSLTTask

2006-06-24 Thread Jesse Glick
Antoine Levy-Lambert wrote: 1) do you agree that I submit the patch containing in the bug report 39708, rendering the XalanExecutor, Xalan1Executor, Xalan2Executor classes useless and never called by our APIs. +1 Martijn Kruithof wrote: Also can we be sure that project.createTask("xslt") alwa

Re: [VOTE] change junitreport to delegate to XSLTTask

2006-06-20 Thread Stefan Bodewig
On Fri, 16 Jun 2006, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > 1) do you agree that I submit the patch containing in the bug report > 39708, rendering the XalanExecutor, Xalan1Executor, Xalan2Executor > classes useless and never called by our APIs. I didn't have the time to review it, but

Re: [VOTE] change junitreport to delegate to XSLTTask

2006-06-16 Thread Martijn Kruithof
Antoine Levy-Lambert schreef: http://issues.apache.org/bugzilla/show_bug.cgi?id=39708 This patch renders the classes XalanExecutor, Xalan1Executor, Xalan2Executor in the package org.apache.tools.ant.taskdefs.optional.junit useless. So I have 2 questions : 1) do you agree that I submit the p

[VOTE] change junitreport to delegate to XSLTTask

2006-06-16 Thread Antoine Levy-Lambert
Hi, I plan to apply the patches contained in the bug report submitted by Ivan Ivanov, titled : Modify task to support nested parameters that will be passed to the underlying XSLT transformation http://issues.apache.org/bugzilla/show_bug.cgi?id=39708 This patch renders the classes XalanExecu