Ticket #1411 (closed defect: fixed)

Opened 17 months ago

Last modified 14 months ago

Remove JAR files from the repository

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 2.0.1
Component: java Version: trunk
Keywords: Cc: Markus, Schaber, <schabi@…>

Description

The PostGIS repository should contain sources, not precompiled binaries. There is a java/pljava/postgis_pljava.jar file instead which should likely be removed. I don't know what is that needed for so I'd like somebody that does to take action on this.

Change History

Changed 17 months ago by delawen

  • status changed from new to assigned

Changed 16 months ago by strk

@delawen: are you going to take a look at this ?

Changed 16 months ago by delawen

Yes, I am, but I have been busy and this is not straight forward.

Changed 15 months ago by strk

I've noticed that now we also have a sticky .jar under jdbc/, it's even _created_ by "make clean" if not there:

postgis/java/jdbc(svn-trunk)] make clean
/usr/bin/ant clean
Buildfile: build.xml
      [get] Getting: http://www.apache.org/dist/maven/binaries/maven-ant-tasks-2.1.3.jar
      [get] To: /home/src/postgis/postgis/java/jdbc/lib/maven-ant-tasks-2.1.3.jar

Changed 15 months ago by strk

Let's be honest: this is not going to be done for 2.0.0 final. Personally I'd just drop the whole java directory...

Changed 15 months ago by strk

  • cc Markus, Schaber, <schabi@…> added

Markus: any idea about whether anyone would find the pljava stuff in postgis useful ? Do you think we should drop it ?

Changed 15 months ago by strk

Alright, we'll drop pljava and it will take the JAR away. The rest of the java/ dir can stay. No need to fork @delawan

See  http://postgis.refractions.net/pipermail/postgis-devel/2012-March/019648.html

Changed 14 months ago by robe

  • milestone changed from PostGIS 2.0.0 to PostGIS 2.0.1

strk move this back to 2.0.0 if you actually get to it. For the time being its cluttering up the 2.0.0 milestone for something I can only say hmm meh, if it's there I'll ignore, no big whop.

Changed 14 months ago by strk

  • owner changed from delawen to strk
  • status changed from assigned to new
  • milestone changed from PostGIS 2.0.1 to PostGIS 2.0.0

Changed 14 months ago by strk

  • status changed from new to closed
  • resolution set to fixed

whole pljava dir gone with r9551 taking with it the JAR leftover

See  http://postgis.refractions.net/pipermail/postgis-devel/2012-March/019866.html

Changed 14 months ago by mwtoews

  • status changed from closed to reopened
  • resolution fixed deleted
  • milestone changed from PostGIS 2.0.0 to PostGIS 2.0.1

There are two stragglers:

  • Five empty directories: `java/pljava/src/org/postgis/pljava'
  • Line 22 in README.postgis describing ./java/pljava

Changed 14 months ago by strk

  • status changed from reopened to closed
  • resolution set to fixed

r9610 fixes the README.postgis file r9611 drops the empty dirs

Note: See TracTickets for help on using tickets.