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

Compare with Current View Page History

Version 1 Next »

This page contains a minimal test set to be executed before releasing the Sling IDE Tooling. This is of course to be done in addition to run the integration tests, which ensure a minimal baseline.

Synchronising content automatically to the server

  1. Start up a Sling Starter instance (from outside Eclipse)
  2. Use the Wizard to create a new Sling content project
  3. Associate the module to the Sling server
  4. Deploy the module to Sling
  5. Verify that the initial changes were deployed
  6. Verify that incremental changes are deployed ( e.g. change jcr:description in the .content.xml file manually )

Importing content manually from the server

  1. Edit the filter.xml file and add the following filter entry <filter root="/slingshot"/>
  2. Right-click on the jcr_root directory, select Import from server and press finish

Exporting content manually to the server

Deploying an OSGi bundle using the fileystem

Deploying an OSGi bundle using upload

Navigating the content tree

Using the JCR properties view

  • No labels