Re: Cygwin Java (make install) Patch - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Cygwin Java (make install) Patch
Date
Msg-id 200105241641.f4OGf6H04070@candle.pha.pa.us
Whole thread Raw
In response to Re: Cygwin Java (make install) Patch  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
> Jason Tishler writes:
>
> > The following patch corrects a make install problem when building
> > under Cygwin.  The root cause of this problem is that (Sun) java is a
> > native Win32 app and hence does not understand Cygwin Posix style paths.
> > The solution is to use Cygwin's cygpath utility to convert the Posix style
> > JDBC installation directory path into a Win32 one before invoking ant.
>
> I'd like $(javadir) as the variable name, because non-JDBC things also get
> installed there.  Other than that, okay.  What kind of program is 'ant' on
> Cygwin?  Maybe it could take care of that itself in a future release?

Ant is a java binary similar to make that reads an XML file just like
make reads a Makefile.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Cygwin python and plpython patches
Next
From: Jason Tishler
Date:
Subject: Re: Cygwin Java (make install) Patch