From: Doug O. <do...@pl...> - 2004-01-31 15:01:36
|
Doug Orleans writes: > Right now, I'm having some trouble building the library using Ant with= > the build.xml file. I'm guessing you usually use JBuilder, but it > would be nice if Ant worked as well. The first problem I run into is > that the word "Marqu=E9e" (in a comment) causes an error: > = > BUILD FAILED > Error reading project file /usr/local/xmlrpc/build.xml: Invalid byte= 2 of 3-byte UTF-8 sequence. I just figured out how to fix this: make the first line of build.xml <?xml version=3D"1.0" encoding=3D"ISO-8859-1"?> This goes for javadoc.xml also. --...@pl... |