Warning: Can't synchronize with repository "(default)" (/local/svn/repos/sde does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 2 and Version 3 of ChangeLog3.2


Ignore:
Timestamp:
02/06/08 00:23:21 (9 years ago)
Author:
mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChangeLog3.2

    v2 v3  
    11== Changes from v3.0 to v3.2 in the Sensoria Development Environment == 
    22 
    3 Differing requirements 
     3'''Differing requirements''' 
    44 * The SDE 3.2 requires the JDK 1.6, not the JRE, in order to convert JavaScript to Java. Note that the JDK 6 must be selected in Eclipse (Window > Preferences > Java > Installed JREs...) as default. 
    55 * The SDK 3.2 requires Eclipse 3.4, at least milestone M5, to correctly convert parameter annotations in tools in the development plug-in (due to this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=213509) 
    6 New features in the core 
     6'''New features in the core''' 
    77 * Parameters and return types of functions may now have their own descriptions. This addition has resulted in a change of the core extension point – i.e., tool extensions in plugin.xml files need to be re-created using the dev tool. The old descriptions are still valid, though. 
    88 * JavaScripts which include functions may now be converted on-the-fly to Java classes and used as normal tools. 
    9 New features in the UI 
     9'''New features in the UI''' 
    1010 * The UI now shows the names of parameters of functions and a description parameters and return values (if they have been defined within tool definitions). 
    1111 * The invocation wizard is able to deal with Arrays and Collections as inputs.