A mistake in the documentation of the site
------------------------------------------
Key: SLING-330
URL: https://issues.apache.org/jira/browse/SLING-330
Project: Sling
Issue Type: Bug
Components: Site
Reporter: Thilina Buddhika
Priority: Minor
The page with the URL,
http://incubator.apache.org/sling/site/getting-and-building-sling.html contains
the steps for building Sling from the source.
Under the topic "Getting a Running Instance", in the 3rd step, it says "Enter
the launcher/app directory and launch Sling for the first time".
But there is no any directory created with the name "launcher" inside the Sling
directory. But it has a directory with the name " launchpad", and every thing
works fine with that directory.
Trying to run the command,
java -jar -Dsling.home=sling -Dorg.apache.sling.osgi.log.file=
target/org.apache.sling.launcher.app-2.0.0-incubator-SNAPSHOT.jar,
in the 3rd step gives the following error.
java -jar -Dsling.home=sling -Dorg.apache.sling.osgi.log.file=
target/org.apache.sling.launcher.app-2.0.0-incubator-SNAPSHOT.jar
It is because, the launchpad/app/target directory does not contain a jar
called, org.apache.sling.launcher.app-2.0.0-incubator-SNAPSHOT.jar.
But it contains org.apache.sling.launchpad.app-2.0.0-incubator-SNAPSHOT.jar
So that command should be corrected.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.