You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Current »

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/

User guide

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

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

org.apache.sling.slingclipse/debug=true

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

 -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-2628

  • No labels