Re: AW: Obtaining error messages from xslt task

2005-11-29 Thread Simon Kitching
Simon Kitching wrote: Thanks for the responses. I've managed to create a simple example that demonstrates the problem. See the attached files. Running the ant script for me generates no errors. Oddly, removing the from the input.in file does cause the errors to be emitted. Hmm..the last att

Re: AW: Obtaining error messages from xslt task

2005-11-29 Thread Simon Kitching
wrote: Can you point to the buildfile, xmlfile, entities and stylesheet in SVN? Would be easier to retest... Jan -Ursprüngliche Nachricht- Von: Simon Kitching [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 29. November 2005 00:11 An: user@ant.apache.org Betreff: Obtaining error mes

Re: Obtaining error messages from xslt task

2005-11-28 Thread Antoine Levy-Lambert
Hello Simon, ant 1.6 has a bug concerning XML processing of documents containing entities, when the main document is in a directory whose path contains spaces. but this is not your problem. these targets from ant's main build file could help you : Cheers, Antoine Simo

AW: Obtaining error messages from xslt task

2005-11-28 Thread Jan.Materne
Can you point to the buildfile, xmlfile, entities and stylesheet in SVN? Would be easier to retest... Jan >-Ursprüngliche Nachricht- >Von: Simon Kitching [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 29. November 2005 00:11 >An: user@ant.apache.org >Betreff: Obtaining

Obtaining error messages from xslt task

2005-11-28 Thread Simon Kitching
Hi, The myfaces project has some documents that make heavy use of xml entity references (&foo;) to compose a JSP TLD file from multiple parts. The ant task is used to create a document with all these entity references expanded inline (plus a little pretty-printing). However some people (inc