Ticket #1835 (new defect)

Opened 12 months ago

Last modified 9 months ago

JDBC Link broken

Reported by: janetzko Owned by: robe
Priority: medium Milestone: Management 2.0
Component: management Version: 2.0.x
Keywords: Cc:

Description

Hi,

it seems as if the link to the jdbc driver (see below) is broken...

 http://postgis.refractions.net/download/postgis-2.1.0SVN.jar

Best wishes,

Halldor Janetzko

Change History

Changed 12 months ago by strk

  • owner changed from pramsey to chodgson
  • component changed from postgis to management
  • milestone changed from PostGIS 2.0.1 to Management 1.0

linked from where ?

Changed 12 months ago by halldorjanetzko

The link from your main download page:  http://postgis.refractions.net/download/ In the following section: JDBC Snapshot

Latest Development Snapshot: (revision 9899)

postgis-2.1.0SVN.jar <------------------------------------- postgis_debug-2.1.0SVN.jar postgis-jdbc-javadoc.zip

Changed 11 months ago by robe

  • milestone changed from Management 1.0 to Management 2.0

Changed 10 months ago by robe

  • owner changed from chodgson to robe

Have to switch Hudson or jenkins to start using the new Maven build. Haven't played with the jenkins/configurations for that yet.

Changed 9 months ago by robe

Okay I looked into this and found a couple of issues.

1) the generated file name I think has changed

It seems that instead of postgis-2.0.1SVN.jar etc. is now called:  http://www.postgis.org/download/postgis-jdbc-2.0.1SVN.jar

for example

2) I finally got my winjen buildbot to build the maven package, but it seems the pom.xml has the version number hard-coded in it and you would need the ant make file to put in the version config and presumably built the pom.xml as well. So why pom.xml is in the repo is confusing to me.

So I had to manually change the version number in pom.xml

Am I mistaken that we need ant to build the pom.xml which kind of seems to defeat the purpose of switching to maven.

I'm a java newbie so I could be mistaken here in my assumptions

Changed 9 months ago by robe

I updated the link on PostGIS website and have a job on the winjen bot to build the maven project and scp up to the website whenever code base changes.

However I am completely ignoring the make file and just using the maven pom soince I have no idea what to do with the Ant script. I'm just using a Jenkins Maven job template.

Someone with more experience than me with Java should probably look at this closer. So I'll keep open for now. The jdbc link should work now though.

 http://www.postgis.org/download/

Note: See TracTickets for help on using tickets.