Re: Ant version upgrade to 1.7.1?

Caolán McNamara <[email protected]>
Newsgroups gmane.comp.openoffice.devel.tools
Message-ID <1254827492.2369.10325.camel@Vain>
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.