Opened 13 years ago
Closed 13 years ago
#1411 closed defect (fixed)
Remove JAR files from the repository
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.1 |
Component: | java | Version: | master |
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 (12)
comment:1 by , 13 years ago
Status: | new → assigned |
---|
comment:2 by , 13 years ago
comment:4 by , 13 years ago
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
comment:5 by , 13 years ago
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…
comment:6 by , 13 years ago
Cc: | added |
---|
Markus: any idea about whether anyone would find the pljava stuff in postgis useful ? Do you think we should drop it ?
comment:7 by , 13 years ago
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
comment:8 by , 13 years ago
Milestone: | PostGIS 2.0.0 → 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.
comment:9 by , 13 years ago
Milestone: | PostGIS 2.0.1 → PostGIS 2.0.0 |
---|---|
Owner: | changed from | to
Status: | assigned → new |
comment:10 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
whole pljava dir gone with r9551 taking with it the JAR leftover
See http://postgis.refractions.net/pipermail/postgis-devel/2012-March/019866.html
comment:11 by , 13 years ago
Milestone: | PostGIS 2.0.0 → PostGIS 2.0.1 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
There are two stragglers:
- Five empty directories: `java/pljava/src/org/postgis/pljava'
- Line 22 in
README.postgis
describing./java/pljava
comment:12 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
@delawen: are you going to take a look at this ?