Re: Strange JSPC/Taskdef issues

2004-11-29 Thread Jacob Kjome
Does it work if you use and (re)initialize the taskdef within the ? Jake At 09:14 AM 11/29/2004 -0800, you wrote: >All, > >I discovered recently that it's pretty much impossible to run the JSPC >task more than once. Others have had this issue before (I researched >the list a bit) and it seems li

RE: path/to/dir to path_to_dir

2004-11-29 Thread EJ Ciramella
If you can't use something like the ant-contrib jars you could also use the echo task to spit out the value to a text file. use replace, then load it back in as a property... -Original Message- From: Robert Mark Bram [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 5:02 AM To:

Strange JSPC/Taskdef issues

2004-11-29 Thread Bill Lynch
All, I discovered recently that it's pretty much impossible to run the JSPC task more than once. Others have had this issue before (I researched the list a bit) and it seems like it's more of a taskdef problem. The issue is this: ... dynamic path elements here like so: ...

AW: JUnit/JUnitReport task: Alternative formats

2004-11-29 Thread Jan . Materne
Good point, but not able to automate. But you can write a MSWord macro, call it ... (have forgotten what the name for auto-executed macro is) and let it do the "open & saveAs". Jan > -Ursprüngliche Nachricht- > Von: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 29. No

RE: JUnit/JUnitReport task: Alternative formats

2004-11-29 Thread RADEMAKERS Tanguy
Sometimes the easiest way is just to open a .html file in word -> instant doc. Another neat trick (if your .html is a table) is to open in excel. With a minimum of tweaking you can get some decent results - good enough anyways. /t >-Original Message- >From: [EMAIL PROTECTED] [mailto:[E

AW: JUnit/JUnitReport task: Alternative formats

2004-11-29 Thread Jan . Materne
You can convert the XML output to PDF via XSL-FO. I would suggest trying Forrest for that rendering. I think it´s easier to provide a XSLT template for transforming the junit-report to a Forrest Document than transforming to PDF directly. Jan > -Ursprüngliche Nachricht- > Von: Germán M. R

Deleting dirs

2004-11-29 Thread Rafal Kedziorski
hi, I wan't remove dynamicaly folders. We have in our structure in some places dirs (i.e. **/demo/.., **/test1/.., **/test2/..). This folders are in diferent places. How can I remove this folders in this structure:

JUnit/JUnitReport task: Alternative formats

2004-11-29 Thread Germán M. Rivera
Dear all, I would need to get the output of JUnitReport in a .pdf, .doc or similar format to include it easily in a project report. Does anyone know about any existing stylesheet of formatter that permits that? Thanks in advance. Germán