At 14:21 25/03/01 +0200, Peter Eisentraut wrote:
>Mike Cannon-Brookes writes:
>
> > tried to pull down the latest src and compile it but I can't. The build
> file
> > seems to filter properties like MAJORVERISON, MINORVERSION etc with ant
> > properties that don't exist?
>
>You aren't running 'ant' directly, are you? Just run 'make'.
Unless it's changed build.xml should have defaults for these, but make
should then overide them.
Running just ant should run with just the defaults.
Peter