>> As mentioned in the tutorial of ivy, i tried to run build.xml, with >> ant 1.7and jdk is installed. >> I got build.failed: Content is not allowed in prolog. >> >> WHat should I do..??? > >This could be a problem with the encoding of the build.xml-file. Could >you attach the build.xml file you are using?
Usually that error message occurs if you have some text (or just a line
feed)
before the
<?xml version="1.0" ... ?>
statement.
Jan
