@electriprism:
for the Debian package I also needed to set org.freeplane.basedirectory:
https://anonscm.debian.org/cgit/pkg-java/freeplane.git/tree/debian/patches/20_freeplane_sh.patch
but it looks like you're already doing that.
Best Regards,
Felix
Search Criteria
Package Details: freeplane-git 1.6.x.864d54537-1
| Git Clone URL: | https://aur.archlinux.org/freeplane-git.git (read-only) |
|---|---|
| Package Base: | freeplane-git |
| Description: | A Java mindmapping tool |
| Upstream URL: | https://github.com/freeplane/freeplane.git |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | artafinde |
| Maintainer: | artafinde |
| Last Packager: | artafinde |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2013-11-07 11:29 |
| Last Updated: | 2017-10-05 07:25 |
Dependencies (4)
- desktop-file-utils
- java-environment (intellij-jdk, java-gcj-compat, jdk, jdk-arm, jdk-dcevm, jdk-devel, jdk5, jdk6, jdk7, jdk7-openjdk-infinality, jdk8, jdk8-j9-bin, jdk8-openjdk-infinality, jdk8-openjdk-jetbrains, jdk8-openjdk-jetbrains-git, jdk9-openj9-bin, tuxjdk, zulu-jdk, jdk7-openjdk, jdk8-openjdk, jdk9-openjdk)
- git (git-git) (make)
- gradle (gradle4) (make)
Required by (0)
Sources (3)
Latest Comments
fnatter commented on 2016-08-27 18:33
fnatter commented on 2016-08-27 18:10
@electriprism:
indeed the policy file needs to be changed for linux packages _if_
it references jars outside of /usr/share/freeplane [1]
Not sure if that is your problem though.
[1] https://anonscm.debian.org/cgit/pkg-java/freeplane.git/tree/debian/patches/40_allow_usj_codebase.patch
Best Regards,
Felix
artafinde commented on 2016-06-28 06:38
@electricprism: I just pushed an update. I initially thought that was an upstream issue but confirmed it's package related. Please test and let me know.
electricprism commented on 2016-06-28 01:42
Looks like the policy needs to be adapted
➜ ~ freeplane
org.knopflerfish.framework.readonly=true
org.knopflerfish.gosg.jars=reference:file:/usr/share/freeplane/core/
org.freeplane.basedirectory=/usr/share/freeplane
java.security.policy=/usr/share/freeplane/freeplane.policy
org.osgi.framework.storage=/usr/share/freeplane/fwdir
Exception in thread "main" java.security.AccessControlException: access denied ("java.util.PropertyPermission" "*" "read,write")
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:474)
at java.security.AccessController.checkPermission(AccessController.java:685)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
at java.lang.SecurityManager.checkPropertiesAccess(SecurityManager.java:1265)
at java.lang.System.getProperties(System.java:624)
at org.knopflerfish.framework.Main.populateSysProps(Main.java:1125)
at org.knopflerfish.framework.Main.<init>(Main.java:163)
at org.knopflerfish.framework.Main.main(Main.java:152)
at org.freeplane.launcher.Launcher.run(Launcher.java:108)
at org.freeplane.launcher.Launcher.launch(Launcher.java:73)
at org.freeplane.launcher.Launcher.main(Launcher.java:66)
artafinde commented on 2015-04-03 13:05
Updated the deps to use gradle.
artafinde commented on 2015-03-30 20:26
Thanks I will verify the PKGBUILD during weekend.
haawda commented on 2015-03-30 11:39
Upstream seems to use gradle for buildng now.
See http://hastebin.com/munidunexu for a PKGBUILD
haawda commented on 2015-03-30 08:42
Does not build:
BUILD FAILED
/home/haawda/paketierung/not_maintained_by_me/freeplane-git/src/freeplane/build.xml:4: The following error occurred while executing this line:
/home/haawda/paketierung/not_maintained_by_me/freeplane-git/src/freeplane/freeplane_framework/ant/build.xml:75: The following error occurred while executing this line:
/home/haawda/paketierung/not_maintained_by_me/freeplane-git/src/freeplane/freeplane_framework/ant/build.xml:61: The following error occurred while executing this line:
/home/haawda/paketierung/not_maintained_by_me/freeplane-git/src/freeplane/freeplane/ant/build.xml:38: The following error occurred while executing this line:
Target "jar" does not exist in the project "JOrtho".
Anonymous comment on 2012-05-18 03:11
Updates PKGBUILD because path has changed in extra/apache-ant 1.8.3-2.
Anonymous comment on 2012-03-28 19:22
Fixed:
OK. I quoted '$@'. Thanks.
altkrall commented on 2012-03-22 20:35
Bug:
you have to quote $@ in freeplane.run. Elsewise paths which contain a whitespace don't load.