Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove obsolete information, point to end-user page

Overview

Slingclipse is a plugin of Eclipse that make easier the development phase while using Sling. See http://sling.markmail.org/message/wvvimvqoljhmywox for more details

Installation

Eclipse update site URL: http://people.apache.org/~asanso/sling/slingclipse/update_0.0.2/repository/Image Removed

User guide

To configure Slingclipse you need to select Eclipse/Prefences as shown below:

Image Removed

Tracing

The operations of the slingclipse plugin are instrumented using the Eclipse Platform Debug apis. To enable debugging add create a .options file with the following content

Code Block
org.apache.sling.slingclipse/debug=true

and then update your eclipse.ini file to contain the following string

Code Block
 -debug
/path/to/.options

The tracing logs will be located in your workspace location at .metadata/trace.log .

Known Issues

see https://issues.apache.org/jira/browse/SLING-2628See the Sling IDE Tooling documentation.