Re: Pre-processing during build

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: Stephen Nelson <stephen(at)eccostudio(dot)com>
Cc: PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Pre-processing during build
Date: 2015-06-17 21:38:17
Message-ID: CAB=Je-EbKCsbU4ubfv22CH-w6BqmdZWFL4NhZFdy97aPmE10iQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Stephen>However, this is orthogonal to the discussion I'd like to have
about the pre-processing used during the build process.

If I understand well, we all agree that pre-processing should be
dodged in the future.

I think it might be easier (from development and testing points of
view) to do the following:
1) remove source pre-processing in the current Ant build. That should
be rather trivial.
2) mavenize

That would eliminate "complex preprocessing" in the maven
configuration. Even if that processing is "easy" it would still take
time to review and test, and we would drop that pre-processing anyway.

Any objections?

PS. I could file a PR for removing pre-processing, however I am afraid
you'll kill me for that many PRs to review.
PPS. I've added my review comments to 3 of 4 non-mine PRs.

Vladimir

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Markus KARG 2015-06-17 21:51:26 Re: Pre-processing during build
Previous Message Vladimir Sitnikov 2015-06-17 21:15:14 Re: Pre-processing during build