Package Details: projectlibre 1.9.3-1

Git Clone URL: https://aur.archlinux.org/projectlibre.git (read-only, click to copy)
Package Base: projectlibre
Description: ProjectLibre is an open source project management software
Upstream URL: http://www.projectlibre.org
Licenses: CPAL
Replaces: project-libre
Submitter: None
Maintainer: SZanko
Last Packager: SZanko
Votes: 86
Popularity: 0.000000
First Submitted: 2012-11-03 11:35 (UTC)
Last Updated: 2021-06-07 10:47 (UTC)

Dependencies (1)

Required by (0)

Sources (5)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

abhinav.gaur13 commented on 2015-12-18 14:26 (UTC)

Can this also work with Primvera files (.xer)? Or it only works with MS Project files?

rains commented on 2015-07-27 09:43 (UTC)

@kullfar fixed in rel 2.

kullfar commented on 2015-07-27 09:09 (UTC)

btw, there is the ticket in upstream https://sourceforge.net/p/projectlibre/tickets/113/

rains commented on 2015-07-27 08:42 (UTC)

@kullfar thanks, let me have a test, i'll fix it later.

kullfar commented on 2015-07-27 08:34 (UTC)

aha. and the 'dev' branch had the same problem http://sourceforge.net/p/projectlibre/code/ci/dev/tree/openproj_build/resources/projectlibre

kullfar commented on 2015-07-27 08:26 (UTC)

seems like they (projectlibre) have more recent version of this file http://sourceforge.net/p/projectlibre/code/ci/master/tree/openproj_build/resources/projectlibre

kullfar commented on 2015-07-27 08:21 (UTC)

and 116 line to JAVA_VERSION=`cat "$VERSION_FILE" | awk '/^(java|openjdk) version/ { print substr($3, 2, length($3)-2); }'` as well

kullfar commented on 2015-07-27 08:16 (UTC)

change line to the JAVA_IMPL=`cat "$VERSION_FILE" | awk '/^(java|openjdk) version/ { getline; print $1; }'` to fix the problem

kullfar commented on 2015-07-27 08:13 (UTC)

131 line of /usr/bin/projectlibre JAVA_IMPL=`cat "$VERSION_FILE" | awk '/^java version/ { getline; print $1; }'` it expects 'java version' text, but openjdk8 outputs 'openjdk version "1.8.0_51"'

kullfar commented on 2015-07-27 08:08 (UTC)

have some problems with java detection $ projectlibre /usr/bin/projectlibre: line 160: /usr/lib/jvm/java-7-openjdk/bin/java: No such file or directory Java auto-detection... Checking /usr/lib/jvm/default/bin/java Java version: NOK Checking java Java version: NOK Checking /usr/lib/jvm/default/jre/bin/java Java version: NOK Java not found or incorrect version. Please install OpenJDK, Oracle JRE 1.6+ or set JAVA_HOME environment variable if it's already installed. $ /usr/lib/jvm/default/bin/java -version openjdk version "1.8.0_51" OpenJDK Runtime Environment (build 1.8.0_51-b16) OpenJDK 64-Bit Server VM (build 25.51-b03, mixed mode) $ echo $JAVA_HOME /usr/lib/jvm/default $ ls -alhF /usr/lib/jvm/ total 160K drwxr-xr-x 6 root root 4,0K Jul 20 21:53 ./ drwxr-xr-x 247 root root 136K Jul 27 11:02 ../ lrwxrwxrwx 1 root root 14 Nov 5 2014 default -> java-8-openjdk/ lrwxrwxrwx 1 root root 18 Nov 5 2014 default-runtime -> java-8-openjdk/jre/ drwxr-xr-x 6 root root 4,0K Jan 12 2015 java-6-jdk/ drwxr-xr-x 6 root root 4,0K Apr 27 10:29 java-7-jdk/ drwxr-xr-x 3 root root 4,0K Oct 16 2014 java-7-jre/ drwxr-xr-x 6 root root 4,0K Jul 20 21:50 java-8-openjdk/ lrwxrwxrwx 1 root root 7 Sep 5 2014 java-default-runtime -> default/