On Tue, 2009-10-06 at 12:56 +0200, Ocke Janssen wrote:
> Hi everybody,
>
> For the newest version of hsqldb 1.9.0 I would need ant version 1.7.1 or
> later. Currently 1.6.2 is used.
> Would it be possible to do this upgrade or is there anything I have to
> take into account like configure
Currently in configure.in there's...
ant_minver=1.6.0
# update for more extensions...
if test "$ENABLE_MEDIAWIKI" = "YES"; then
ant_minver=1.7.0
fi
you'd have to convert that to
ant_minver=1.7.1
I'd guess there could be all sorts of complicated tests to only go
looking for 1.7.1 if building the internal hsqldb etc, but that'd be a
rather fragile affair so a simple single 1.7.1 would be the way to go
IMO
C.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]