Re: Need information about using Eclipse AntRunner

2006-12-08 Thread Michael Giroux
On 12/6/06, Vladimir Egorov <[EMAIL PROTECTED]> wrote: This may be off, but could it be a classloader problem? Say your string extension classes are not visible to classloader that loaded junitreport classes. http://ant.apache.org/faq.html#delegating-classloader --Vladimir As it turns out thi

RE: Need information about using Eclipse AntRunner

2006-12-06 Thread Vladimir Egorov
TECTED] > Sent: Friday, December 01, 2006 6:09 AM > To: Ant Users List > Subject: Re: Need information about using Eclipse AntRunner > > Michael Giroux wrote: > > I have an ANT script that includes a task. The > > task uses an XSLT to transform junit reports (xml fil

Re: Need information about using Eclipse AntRunner

2006-12-01 Thread Steve Loughran
Michael Giroux wrote: I have an ANT script that includes a task. The task uses an XSLT to transform junit reports (xml files) into HTML. The xslt uses string extensions to convert newline characters into tags. When the script is executed using the Eclipse AntRunner (eclipse 3.2.1), it appea

Need information about using Eclipse AntRunner

2006-12-01 Thread Michael Giroux
I have an ANT script that includes a task. The task uses an XSLT to transform junit reports (xml files) into HTML. The xslt uses string extensions to convert newline characters into tags. When the script is executed using the Eclipse AntRunner (eclipse 3.2.1), it appears that the extension l