Package Details: beansbinding 1.2.1-1

Git Clone URL: https://aur.archlinux.org/beansbinding.git (read-only, click to copy)
Package Base: beansbinding
Description: Beans Binding API (implementation off JSR295)
Upstream URL: https://java.net/projects/beansbinding/
Licenses: GPL2
Submitter: jose1711
Maintainer: jose1711
Last Packager: jose1711
Votes: 1
Popularity: 0.000000
First Submitted: 2019-01-19 17:26 (UTC)
Last Updated: 2019-01-19 17:26 (UTC)

Latest Comments

jose1711 commented on 2020-04-21 09:25 (UTC)

@beroal i wasn't really getting a compilation error even w/o your patch. as for the URL - what do you suggest to use instead? thank you

beroal commented on 2020-03-31 16:44 (UTC)

Would you like to update the package URL?

beroal commented on 2020-03-31 15:16 (UTC) (edited on 2020-03-31 15:16 (UTC) by beroal)

A patch for the compilation error:

diff -Naur a/nbproject/project.properties b/nbproject/project.properties
--- a/nbproject/project.properties  2011-01-22 05:22:37.000000000 +0200
+++ b/nbproject/project.properties  2020-03-31 17:33:31.806784437 +0300
@@ -19,12 +19,12 @@
 file.reference.el.jar=lib/el.jar
 jar.compress=false
 javac.classpath=
-javac.compilerargs=-target 1.5
+#javac.compilerargs=-target 1.5
 # Space-separated list of extra javac options
 #javac.compilerargs=-Xlint:unchecked
 javac.deprecation=false
-javac.source=1.5
-javac.target=1.5
+javac.source=1.7
+javac.target=1.7
 javac.test.classpath=\
     ${javac.classpath}:\
     ${build.classes.dir}:\

cadilhac commented on 2019-11-30 19:04 (UTC)

Very appreciated jose1711, it does work with this. Thanks.

jose1711 commented on 2019-11-30 09:32 (UTC)

temporarily setting java to java-8-openjdk

archlinux-java set java-8-openjdk

and then recompiling works for me

cadilhac commented on 2019-11-30 06:41 (UTC)

This fails with

-do-compile:
    [javac] Compiling 123 source files to /home/micha/.cache/pacaur/beansbinding/src/beansbinding-1.2.1/build/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 5
    [javac] error: Source option 5 is no longer supported. Use 7 or later.
    [javac] error: Target option 5 is no longer supported. Use 7 or later.