Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-330

A mistake in the documentation of the site

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3
    • Site
    • None

    Description

      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.

      Attachments

        Activity

          People

            fmeschbe Felix Meschberger
            thilinamb Thilina Mahesh Buddhika
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: