On 2006-09-09, at 09:17 EDT, Candide Kemmler wrote: >> BUILD FAILED >> /Users/ckemmler/src/svn/openlaszlo/branches/legals/build.xml:479: The >> following error occurred while executing this line: >> /Users/ckemmler/src/svn/openlaszlo/branches/legals/WEB-INF/lps/ >> server/build.xml:66: >> org.xml.sax.SAXParseException: Content is not allowed in prolog. >> >> Total time: 9 seconds >> macbookck:~/src/svn/openlaszlo/branches/legals ckemmler$ >> > > Indeed, the contents of repository-info.xml is: > > Subcommand 'info' doesn't accept option '--xml' >> Type 'svn help info' for usage. >> > > (not very xml-ish indeed...) > > Any help much appreciated,
I suspect you need a newer version of svn. I am using: [EMAIL PROTECTED] trunk 10:04:08]$ svn --version svn, version 1.3.1 (r19032) As a work-around, you can invoke ant as follows: ant -Dbuild.id="Candide's build" and it will not try to get the build id from svn. > Candide > > PS: is this the right list to ask for this kind of problems? Yes, this is the right place. _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
