Opened 11 years ago

Closed 11 years ago

#2187 closed task (fixed)

Move jdbc building to debbie

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS 2.1.0
Component: QA/buildbots Version: master
Keywords: Cc:

Description

Currently winnie is doing the JDBC jar building. Moving this over to Debbie, but having to install Maven and JDK to do that first.

Should have done this weekend.

Change History (2)

comment:1 by robe, 11 years ago

I coped the job but noticing I'm getting warnings which don't think I was getting on Winnie. Might be because I went with a newer Mavena nd JDK. Using Maven 1.4 and JDK 1.7.

Getting these notices:

[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.postgis:postgis-jdbc:jar:2.1.0SVN
[WARNING] 'version' contains an expression but should be a constant. @ org.postgis:postgis-jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}, /var/lib/jenkins/workspace/PostGIS_2.1_JDBC/java/jdbc/pom.xml, line 8, column 11
[WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.postgis:postgis-jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}, /var/lib/jenkins/workspace/PostGIS_2.1_JDBC/java/jdbc/pom.xml, line 127, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-dependency-plugin is missing. @ org.postgis:postgis-jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}, /var/lib/jenkins/workspace/PostGIS_2.1_JDBC/java/jdbc/pom.xml, line 130, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-project-info-reports-plugin is missing. @ org.postgis:postgis-jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}, /var/lib/jenkins/workspace/PostGIS_2.1_JDBC/java/jdbc/pom.xml, line 133, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-report-plugin is missing. @ org.postgis:postgis-jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}, /var/lib/jenkins/workspace/PostGIS_2.1_JDBC/java/jdbc/pom.xml, line 136, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:findbugs-maven-plugin is missing. @ org.postgis:postgis-jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}, /var/lib/jenkins/workspace/PostGIS_2.1_JDBC/java/jdbc/pom.xml, line 139, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:javancss-maven-plugin is missing. @ org.postgis:postgis-jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}, /var/lib/jenkins/workspace/PostGIS_2.1_JDBC/java/jdbc/pom.xml, line 143, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:jdepend-maven-plugin is missing. @ org.postgis:postgis-jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}, /var/lib/jenkins/workspace/PostGIS_2.1_JDBC/java/jdbc/pom.xml, line 147, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-maven-plugin is missing. @ org.postgis:postgis-jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}, /var/lib/jenkins/workspace/PostGIS_2.1_JDBC/java/jdbc/pom.xml, line 151, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:taglist-maven-plugin is missing. @ org.postgis:postgis-jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}, /var/lib/jenkins/workspace/PostGIS_2.1_JDBC/java/jdbc/pom.xml, line 155, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:versions-maven-plugin is missing. @ org.postgis:postgis-jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}, /var/lib/jenkins/workspace/PostGIS_2.1_JDBC/java/jdbc/pom.xml, line 159, column 12
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 

Does anyone have any clues on this and how to fix?

comment:2 by robe, 11 years ago

Resolution: fixed
Status: newclosed

already done. But it seems no one cares to use the jar — not tested and pramsey removed the link for some reason.

http://postgis.net/stuff/postgis-jdbc-2.1.0SVN.jar

Note: See TracTickets for help on using tickets.