| removing byte order mark | removing byte order mark 2007-07-27 - By Alex Egg
A 3rd party ant task is getting the error, I'm sure it's not a problem with ant itself. This is the reason why I'd like to just remove the BOMs (they're not necessary) so I don't have to mess with the 3rd party tasks.
Although, I wonder why the same task would run fine in OS X and not run in XP.... I have to look at it more I guess...
Alex
On 7/27/07, Steve Loughran <stevel@(protected)> wrote: > > Alex Egg wrote: > > When I run my ant task from windows it gives me errors related to the > > unicode/utf8 byte order mark. I do not get this error when running the > same > > task from OS X. > > Anyways, what's an easy way to remove the BOM? > > > > Alex > > > > This shouldnt happen; xerces should handle it. Can you post the build > file as an attachment, and the error message? > > > > -- > Steve Loughran http://www.1060.org/blogxter/publish/5 > Author: Ant in Action http://antbook.org/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@(protected) > For additional commands, e-mail: user-help@(protected) > >
|
|
 |