Changes between Version 37 and Version 38 of Features
- Timestamp:
- 09/12/07 11:31:51 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features
v37 v38 44 44 * ANTLR plugin for Eclipse (for manual build from inside Eclipse) 45 45 * To edit and compile the ANTLR 2.7.x files with the TTCN-3 grammar, the ANTLR plugin for Eclipse is quite convenient: http://antlreclipse.sourceforge.net/ . However, it does not compile the ANTLR files in the right order. (It is only usable if you impose the right order by compiling the ANTLR files manually.) Therefore, we recommed to use our branched version below: 46 * We have branched the ANTLR plugin for Eclipse to adjust it to our needs. Our branched version is available [http://www.trex.informatik.uni-goettingen.de/antlreclipse here for download] and the source is available at [http://www.trex.informatik.uni-goettingen.de/svn/antlreclipse www.trex.informatik.uni-goettingen.de/svn/antlreclipse]. It introduces two major changes: it contains an integration with the ANTLR pretty printer from Loring Craymer and it introduces an intelligent ANTLR grammar builder respecting grammar dependencies. That way, it is not necessary to compile the grammars by hand any more.[[BR]] Note:since Eclipse 3.3, this plug-in seems to trigger an error dialogue each time an ANTLR grammer file is modified, i.e. the plug-in still works, but you have to acknowledge the error each time.[[BR]]Install this branch as follows:46 * We have branched the ANTLR plugin for Eclipse to adjust it to our needs. Our branched version is available [http://www.trex.informatik.uni-goettingen.de/antlreclipse here for download] and the source is available at [http://www.trex.informatik.uni-goettingen.de/svn/antlreclipse www.trex.informatik.uni-goettingen.de/svn/antlreclipse]. It introduces two major changes: it contains an integration with the ANTLR pretty printer from Loring Craymer and it introduces an intelligent ANTLR grammar builder respecting grammar dependencies. That way, it is not necessary to compile the grammars by hand any more.[[BR]]'''Note:''' since Eclipse 3.3, this plug-in seems to trigger an error dialogue each time an ANTLR grammer file is modified, i.e. the plug-in still works, but you have to acknowledge the error each time.[[BR]]Install this branch as follows: 47 47 * First install the ANTLR plugin from sourceforge http://antlreclipse.sourceforge.net/ , 48 48 * Then copy the two jar files from http://www.trex.informatik.uni-goettingen.de/antlreclipse into the `plugin` folder where the old ANTLR plugin files reside (you do not even need to delete the old ANTLR plugin jar files).
