On Tue, 2009-10-06 at 13:41 +0200, Rene Engelhard wrote:
> Hi,
>
> On Tue, Oct 06, 2009 at 12:24:47PM +0100, Caolán McNamara wrote:
> > If hsqldb 1.9.0 will need 1.7.1 then surely the toplevel configure test
> > needs to check for 1.7.1 if hsqldb is upgraded to 1.9.0.
>
> I didn't say something against it - if you use internal hsqldb, yes :-)
> Of course you need ant 1.7.1 then for your hsqldb build anyway, but why
> force 1.7.1 on the OOo build if you don't need it?
In other words you favour
ant_minver=1.6.0
# update for more extensions...
if test "$ENABLE_MEDIAWIKI" = "YES"; then
ant_minver=1.7.0
fi
if test -z "$SYSTEM_HSQLDB"; then
ant_minver=1.7.1
fi
right ?
If so, isn't it a rather nit-picking exercise to be able to build OOo
with say 1.6.0 ant against a system 1.9.0 hsqldb when that hsqldb would
have had to been built with 1.7.1 in the first place :-). But anyway
I've no strong feelings about it, the place where the minimum ant
requires is kept has been identified however it ends up getting tweaked.
C.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]