What does the contents of repository-info.xml look like?
I bet it has some error message from svn, rather than what it is supposed to
have.
On 2010-08-10, at 18:20, Lou Iorio wrote:
> I'm trying to build on my backup mac, and failing immediately with this:
>
> ~/src/svn/openlaszlo/trunk $ ant build
> Buildfile: build.xml
> [echo] build.url is ${build.url}
> [echo] dont-need-svn-info is ${dont-need-svn-info}
>
> get-env:
>
> get-svn-info:
> [exec] Result: 1
>
> read-svn-info:
> [xmlproperty] [Fatal Error] repository-info.xml:1:1: Content is not allowed
> in prolog.
>
> BUILD FAILED
> /Users/louisiorio/src/svn/openlaszlo/trunk/build-tools/build-opt.xml:50:
> Failed to load
> /Users/louisiorio/src/svn/openlaszlo/trunk/repository-info.xml
>
> Total time: 1 second
>
>
> This is from the last time I successfully built:
>
> OpenLaszlo 5.0.x Latest 16888 /Users/louisiorio/src/svn/openlaszlo/trunk
> 2010-07-09T10:23:50Z
>
> I'm having no trouble building on my other mac, so it's something about this
> machine. I have the right
> Java, ant, etc.
>
> Hints?