Re: Cygwin Java (make install) Patch

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: Cygwin Java (make install) Patch
Дата
Msg-id 20010524125113.R714@dothill.com
обсуждение исходный текст
Ответ на Re: Cygwin Java (make install) Patch  (Jason Tishler <Jason.Tishler@dothill.com>)
Ответы Re: Cygwin Java (make install) Patch
Re: Cygwin Java (make install) Patch
Список pgsql-patches
Peter,

On Thu, May 24, 2001 at 12:39:20PM -0400, Jason Tishler wrote:
> On Thu, May 24, 2001 at 06:04:02PM +0200, Peter Eisentraut wrote:
> > 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.
>
> I will redo my patch to use $(javadir) instead.

See attached for the above.

Thanks,
Jason

--
Jason Tishler
Director, Software Engineering       Phone: 732.264.8770 x235
Dot Hill Systems Corp.               Fax:   732.264.8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: Cygwin Java (make install) Patch
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Python (PyGreSQL) make install patch