Chris,
The changes are staged and visible at:
http://jena.staging.apache.org/<samepath>
Andy
On 24/05/17 16:34, [email protected] wrote:
When the site is republished. At latest, that happens with a release,
but we can do it at other times. I don't know that we have a specific
policy as to when (other than a release) it happens, but maybe we do?
ajs6f
Chris Tomlinson wrote on 5/24/17 11:32 AM:
When do these sorts of changes get reflected online?
Thanks,
Chris
On May 23, 2017, at 2:25 PM, [email protected] wrote:
Fixed, thank you!
ajs6f
Anonymous CMS User wrote on 5/23/17 3:15 PM:
Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Ftools%2Findex.mdtext
Index: trunk/content/documentation/tools/index.mdtext
===================================================================
--- trunk/content/documentation/tools/index.mdtext (revision
1655891)
+++ trunk/content/documentation/tools/index.mdtext (working copy)
@@ -11,17 +11,17 @@
### Setting up your Environment
-An environment variable `JENAROOT` is used by all the command line
tools to configure the class path automatically for you. You can
set this up as follows:
+An environment variable `JENA_HOME ` is used by all the command
line tools to configure the class path automatically for you. You
can set this up as follows:
**On Linux / Mac**
- - `export JENAROOT=`*the directory you downloaded Jena to*
- - `export PATH=$PATH:$JENAROOT/bin`
+ - `export JENA_HOME=`*the directory you downloaded Jena to*
+ - `export PATH=$PATH:$JENA_HOME/bin`
**On Windows**
- - `SET JENAROOT=`*the directory you downloaded Jena to*
- - `SET PATH=%PATH%;%JENAROOT%\bat`
+ - `SET JENA_HOME =`*the directory you downloaded Jena to*
+ - `SET PATH=%PATH%;% JENA_HOME%\bat`
### Running the Tools