Re: corba example missing makefile

Lists: pgsql-jdbc
From: Markus Schaber <schabios(at)logi-track(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: corba example missing makefile
Date: 2004-10-15 14:36:37
Message-ID: 20041015163637.6c15c6f7@kingfisher.intern.logi-track.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

Hi,

in examples/corba, the README file says:

"Type "make corba" to build the example."

But there is no makefile, and such the build fails.

Is this one of the "we move the java driver out of the postgresql
source" problems?

Thanks
Markus

--
markus schaber | dipl. informatiker
logi-track ag | rennweg 14-16 | ch 8001 zürich
phone +41-43-888 62 52 | fax +41-43-888 62 53
mailto:schabios(at)logi-track(dot)com | www.logi-track.com


From: Kris Jurka <books(at)ejurka(dot)com>
To: Markus Schaber <schabios(at)logi-track(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: corba example missing makefile
Date: 2004-10-15 15:50:49
Message-ID: Pine.BSO.4.56.0410151043590.6589@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

On Fri, 15 Oct 2004, Markus Schaber wrote:

> in examples/corba, the README file says:
>
> "Type "make corba" to build the example."

The equivalent now is "ant corba", but I can't get it to build. It seems
to depend on idl2java which produces different files than idlj.

All of the examples are ancient and some are actually things not to do
(datestyles). I've considered yanking all of them as they seemed to
have the goal of testing various features rather than being good
examples.

If you can get it to compile, great, send in a patch, but personally I'd
rather just remove them than spend any time on them.

Kris Jurka