Changes between Version 1 and Version 2 of Release-Notes/T3D-v2.0.0b1


Ignore:
Timestamp:
12/12/14 16:05:02 (9 years ago)
Author:
phdmakk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release-Notes/T3D-v2.0.0b1

    v1 v2  
    11= Release Notes T3Q v2.0.0b1 = 
    22 
    3 ...  
     3This is preview for a major new release of T3Q adopting a modern infrastructure based on Eclipse EMF and Xtext. While effort has been invested in migrating all the existing functionality and maintaining the existing interfaces to the user, there are some changes and pending issues worth noting.  
     4 
     5== Known Issues == 
     6 
     7 * Some references may not be resolved correctly due to unresolved issues with upstream components 
     8  * As a consequence some superfluous warnings may be produced (message class Universal)  
     9 * Some variable references may not be resolved correctly due to unresolved issues with upstream components  
     10  * The following checks are affected when used with large TTCN-3 code-bases: 
     11   * "There Must Be No Unused Definition On the Module Level" 
     12   * "There Must Be No Unused Formal Parameters" 
     13   * "There Must Be No Unused Local Definitions"  
     14  * This also has an impact on the "There Must Be No Unused Imports" check, which is currently not enabled as a consequence 
     15 * Performance and processing time may vary between different platforms and configurations, as well as based on structural features of the TTCN-3 code-base 
     16 
     17Potential solutions to these issues are currently being evaluated. 
     18 
     19== Missing Features == 
     20 
     21 * Support for automated code formatting with T3Q has not been migrated yet 
     22 * Support for "There Must Be No Unused Imports" check is not enabled yet due to unresolved issues 
     23 * The installation wizard has not been migrated yet 
     24 
     25Support for these issues will be enabled and/or migrated once related issues have been resolved. 
     26  
     27== Requirements, Installation and Usage == 
     28 
     29 * Java Runtime Environment (JRE), version 1.7 or newer has to be installed on the running system. A 64bit version is recommended, although the builds also run on 32bit systems and 32bit JRE.  
     30 * Please make sure that the path to the Java binaries is registered in the system PATH variable (see also [https://www.java.com/en/download/help/path.xml]). 
     31 * The configuration system and input interfaces have been is ported to T3Q v2.0.0b1, thus T3Q can be used as usual. 
     32  * Note that the following options related to formatting and filtering are currently not supported: --format, --verbosity, --output-path. 
     33