[postgis-devel] [PostGIS] #1750: Java JDBC build issues (was: link to 2.0.0-rc3 jar file is 404ing)
PostGIS
trac at osgeo.org
Thu Apr 5 11:53:15 PDT 2012
#1750: Java JDBC build issues
------------------------+---------------------------------------------------
Reporter: fake | Owner: chodgson
Type: defect | Status: new
Priority: medium | Milestone: Management 1.0
Component: management | Version: 2.0.x
Keywords: |
------------------------+---------------------------------------------------
Comment(by chodgson):
This has actually been broken since at lest February. I suspect this may
have been when some changes were made to the Java build process, and
Hudson never got updated to handle them.
There are actually a few problems here:
- Makefile calls ant which uses maven - why do we have ant in the middle?
- ant target for building javadocs doesn't work
- there is a version number in the pom.xml which is improperly defined
using variables, and it is not the right version number.
Possible Solutions:
- can we get rid of ant and do a pure maven build for the jdbc jar?
- can we use autoconf to make a pom.xml from a pom.xml.in, macro-ing in
the version number?
Would really like to avoid having the version number sitting in another
file. Another alternative is that we don't tie the jdbc version number to
the postgis version number, as I suspect that the JDBC isn't updated
nearly as often as the rest of the code. But that is actually more work
because then we need to make sure the version number for the jdbc IS
updated when the JDBC code is, and update the links on the website as
well.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1750#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list