Re: Working toward a JTA 1.0.1 Compliant XADataSource

From: Adib Saikali <adib(dot)saikali(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Working toward a JTA 1.0.1 Compliant XADataSource
Date: 2013-03-04 01:42:13
Message-ID: D2591E7E-5188-4BC5-85B8-F8731FF01F2F@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

+1 on using the src/main/java and src/main/test as this is now used by maven, gradle, and is widely understood convention.

I think it might even help in making it easier to create a maven build script for the driver, which might make it easier to get the driver into maven central.

On 2013-03-03, at 3:52 PM, Stephen Nelson <stephen(at)eccostudio(dot)com> wrote:

> I think it would be better to adopt the Maven-style directory layout e.g src/main/java and src/test/java. It would allow the flexibility to move to other build systems in the future, if desired. Plus it seems quite a logical arrangement.
>
> I also agree, that such a big change should form a separate patch that only performs the directory modifications, to confirm all permutations of the existing build creates the same artifact after the re-arrangement.
>
> Thanks
>
> Stephen

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ian Pilcher 2013-03-04 03:49:49 Re: pgsql-jdbc and ident
Previous Message Stephen Nelson 2013-03-03 20:52:00 Re: Working toward a JTA 1.0.1 Compliant XADataSource