Hi all,
I found out 3 issues while installing Reef on Linux.
1) The Reef Download page (
http://reef.totalgrid.org/download) says
that the Reef Core version is Reef Core 1.1.0 (Windows) and Linux
Version is Reef Core 0.1.1 (Linux) . I would say that the current
version is 0.1.1, right=
2) After downloading and extracting the Linux version reef-
karaf-0.1.1-dist.tar.gz I found out that all the filenames from the
system.org.* folders were truncated. For example org/apache/karaf/
features/org.apache.karaf.features.command/2.1.3/
org.apache.karaf.features.command-2.1.3.jar was really /org/apache/
karaf/features/org.apache.karaf.features.command/2.1.3/org.a
It looks like something happened with the files there. Can you take a
look?
To solve this issue I downloaded the Windows version of Reef and
copied the system/org folder to the Linux version.
3) While following the Getting Started Guide (http://
reef.totalgrid.org/documentation/getting-started) I had an issue while
running the command "features:addurl file:/reef-feature.xml". It looks
like the command should not have the "/". The correct command is
features:addurl file:reef-feature.xml
Nuno