Date Name Downloads
Jan 22, 2014 2.1 1198
Dec 5, 2011 2.0.3 1403
Oct 28, 2011 2.0.2 143
Oct 24, 2011 2.0.1 403
Oct 12, 2011 2.0.0 298
Sep 13, 2011 1.6.2 180
Aug 25, 2011 1.6.1 161
Jun 16, 2011 1.6 205
Apr 27, 2011 1.5 591
1.6
1.6
Jun 16, 2011
Apache License
205

 

 

What new:

  • Minor bug fixes:Rename status command to taskstatus

  • Manually triggered tasklets are now running in their own eclipse job. As a result, there is no more limitation to run only one manual tasklet at a time. Multiple manually triggered tasklets can now run concurrently in their own thread. The “taskstatus” command has also been modified to show the list of current jobs with the id assigned to each running tasklet. You can also use the id as a parameter to the “cancel” command to cancel a particular job.

  • Support for Java annotation to make it easier to create tasklets directly from source code

    • @Run

    • @RunEvery

    • @RunOnStart

    • @Triggered

    • @HungPossibleAfter

  • New profile OSGi options:

    • Clean workspace

    • Specify a list of bundles to automatically start with their OSGi start level

  • New mechanism to store profiles and Eclipse preferences in an NSF store

    • New OSGi command to automatically create new profile in any NSF database including the NAB.

    • New API to get IEclipsePreferences instance that use NSF Store:
      public static IEclipsePreferences getPreferences(String pluginId)

      • Extension point allow plugin to contribute DXL containing the Form UI for displaying the preferences

      • If no DXL specified,preferences are shown using a default form.