RE: Compiling

From: "Mike Cannon-Brookes" <mcannon(at)internet(dot)com>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, "Peter Mount" <peter(at)retep(dot)org(dot)uk>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: RE: Compiling
Date: 2001-03-26 00:47:16
Message-ID: AKEBKNIMAHCDBCMEGPBFOEMAKBAA.mcannon@internet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

IMHO make should not be needed at all?

I've hard coded the numbers into the Ant script now and it works fine. Java
users like myself have brains that go "ooh, build.xml, let me run ant" to
compile things.

Why do we need make? (I'm sure there's a reason I can't see)

-mike

> -----Original Message-----
> From: pgsql-jdbc-owner(at)postgresql(dot)org
> [mailto:pgsql-jdbc-owner(at)postgresql(dot)org]On Behalf Of Peter Eisentraut
> Sent: Monday, March 26, 2001 6:36 AM
> To: Peter Mount
> Cc: Mike Cannon-Brookes; pgsql-jdbc(at)postgresql(dot)org
> Subject: Re: Compiling
>
>
> Peter Mount writes:
>
> > 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.
>
> The version numbers used to be hardcoded into the source. I thought we
> were supposed to get rid of this. We could provide defaults like '0.0',
> but anything else is going to get us back to were we started.
>
> >
> > Running just ant should run with just the defaults.
> >
> > Peter
> >
> >
>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Eisentraut 2001-03-26 17:12:25 RE: Compiling
Previous Message PostgreSQL Server 2001-03-25 22:07:18 Re: Problem in PostgreSQL - jdbc