Enhancement #1159

Name of protobuf jar in build.xml in RSB-Java is ancient

Added by F. Lier over 11 years ago. Updated over 11 years ago.

Status:ResolvedStart date:08/31/2012
Priority:NormalDue date:
Assignee:J. Moringen% Done:

100%

Category:Java
Target version:rsb-0.9

Description

From my point of view, the line in the build.xml

<property name="pbuf.lib" location="/usr/share/java/protobuf.jar" />

needs to be changed to

<property name="pbuf.lib" location="/usr/share/java/protobuf-java.jar" />

See: http://packages.ubuntu.com/de/precise/all/libprotobuf-java/filelist

Also maven2 is a dependency which is not listed in the Gar-Installer package

Associated revisions

Revision e3629778
Added by J. Moringen over 11 years ago

Modernized protobuf jar name in build.xml

fixes #1159
  • build.xml: changed name of protobuf jar protobuf.jar ->
    protobuf-java.jar; this is the upstream default and also used by
    Ubuntu since approximately precise

History

#1 Updated by F. Lier over 11 years ago

  • % Done changed from 0 to 50

Added maven2@ubuntu as a dependency in the Gar-Installer

#2 Updated by J. Moringen over 11 years ago

  • Tracker changed from Bug to Enhancement
  • Subject changed from RSB-Java build.xml in Ubuntu Precise is faulty to Name of protobuf jar in build.xml in RSB-Java is ancient
  • Category changed from Installation to Java
  • Status changed from New to In Progress
  • Assignee set to J. Moringen
  • Target version changed from 0.6 to rsb-0.9

We used protobuf.jar which was the correct default Ubuntu Lucid. However, both upstream and more recent Ubuntu versions use protobuf-java.jar. We changed the default accordingly in the trunk.

For older versions (e.g. 0.6, 0.7) please adapt the pbuf.lib property as described in the manual.

#3 Updated by J. Moringen over 11 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 50 to 100

Applied in changeset rsb-java|commit:e3629778dce51aa8dd23dd4cfe012e33299ac065.

Also available in: Atom PDF