Re: Invalid byte error when running ANT

2004-05-28 Thread J.Pietschmann
r actual encoding is ISO-8859-1. Possible solutions: either add an XML declaration which declares the correct encoding, probably or tell your editor to save the file UTF-8 encoded. J.Pietschmann - To unsubscribe, e-mail: [

Re: whitespace for javac task

2004-01-05 Thread J.Pietschmann
forked JVM should be properly quoted. I can't seen a workaround unless you give up forking. It should work without forking though. Try this first. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: XSLT with entities and therefore DOCTYPE

2003-12-08 Thread J.Pietschmann
tensions, check the Xalan docs and the Xalan user list. For the concrete problem at hand it's Xerces who is responsible. There are probably some options to shut it up. On how to apply this options... you are back to ant. J.Pietschmann -

Re: Indent-Task

2003-10-17 Thread J.Pietschmann
Mike Castle wrote: Any recommendations for a similar tool for .xml? Use the XSLT task with a copy style sheet and indent="yes". Not guaranteed to work though, because indenting XML while preserving semantics can be very tricky (no universal rules where whitespace matters). J.P

Re: How to set the XSLT task XML parser to non-validating

2003-09-23 Thread J.Pietschmann
ly, unless you actually use entities defined in the DTD. In this case, you'll probably have to edit the URL to a valid URL, or use the catalog. Actually, some XML parsers use the catalog for resolving SYSTEM ids as well, however, they may require the URL to be valid (for the RTL) anyway

Re: Include xml file in build.xml

2003-03-02 Thread J.Pietschmann
For example, dependent on an environment variable? Marginally possible through catalogs, but may be tricky to set up. What's wrong with "file:///central/dir/repository.xml"? J.Pietschmann - To unsubscribe, e-mail: [EM

Re: include type task?

2003-03-02 Thread J.Pietschmann
) etc..? *Chuckle* J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]