[antlr-interest] ANTLRWorks 1.0ea6 released!

Jean Bovet antlr-list at arizona-software.ch
Thu Dec 15 11:28:39 PST 2005


Oops.. there is a problem on my side. Let me just find out what's  
going on on my Windows box and I will post a new release with a fix.

Thanks for the report!

Jean

Le 15 déc. 05 à 02:03, Liu Detang a écrit :

> Hi All,
>
> Does anybody have the following error while launching  
> antlrworks-1.0ea6.jar on Windows XP?  Please refer to the attached  
> capture.
>
> C:\Mydownload\ANTLR>echo %CLASSPATH%
> %ANTLR_HOME%\lib\antlr-3.0ea1.jar;%ANTLR_HOME%\lib\antlr-2.7.5.jar;% 
> ANTLR_HOME%\
> lib\stringtemplate-2.2b1.jar
>
> C:\Mydownload\ANTLR>java -version
> java version "1.4.2_04"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
> Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)
>
> C:\Mydownload\ANTLR>java -jar antlrworks-1.0ea6.jar
> java.io.FileNotFoundException: \tmp\redirect.err =-O (The system  
> cannot find the pat
> h specified)
>         at java.io.FileOutputStream.open(Native Method)
>         at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
>         at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
>         at org.antlr.works.IDE.checkEnvironment(IDE.java:162)
>         at org.antlr.works.IDE.appDidLaunch(IDE.java:99)
>         at edu.usfca.xj.appkit.app.XJApplication$1.run 
> (XJApplication.java:159)
>         at java.awt.event.InvocationEvent.dispatch 
> (InvocationEvent.java:178)
>         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
>         at java.awt.EventDispatchThread.pumpOneEventForHierarchy 
> (EventDispatchTh
> read.java:201)
>         at java.awt.EventDispatchThread.pumpEventsForHierarchy 
> (EventDispatchThre
> ad.java:151)
>         at java.awt.EventDispatchThread.pumpEvents 
> (EventDispatchThread.java:145)
>
>         at java.awt.EventDispatchThread.pumpEvents 
> (EventDispatchThread.java:137)
>
>         at java.awt.EventDispatchThread.run 
> (EventDispatchThread.java:100)
>
> Jean Bovet wrote:
>> Hello!
>>
>> ANTLRWorks 1.0ea6 is now available at this URL:
>>
>> http://www.antlr.org/works/index.html
>>
>> This version fixes and improves several things. I would like to  
>> emphasis some new features:
>> - new graphical representation of the parse tree (both in  
>> interpreter and debugger) that can be also exported to eps
>> - click on an input token in debugger selects the corresponding  
>> token in the grammar and in the parse tree
>> - breakpoints in the input text and in the grammar (the latest  
>> wasn't working correctly)
>> - refactoring feature to convert literals to/from single/double/c- 
>> style quote
>> - and much more
>>
>> The ANTLRWorks jar has everything you need including the latest  
>> version of ANTLR 3.0ea7 and StringTemplate 2.3b4.
>>
>> Mac OS X users can now download a special bundled version of  
>> ANTLRWorks: this version has a proper icon in the dock and allow  
>> the drag and drop of files into ANTLRWorks (like any good Mac OS X  
>> application).
>>
>> The web page has been also updated with new images and a new video  
>> of the debugger in action (including the new graphical parse tree  
>> representation).
>>
>> Enjoy this new release!
>>
>> Jean Bovet
>>
>>
>> *** History ***
>>
>> Version 1.0ea6 - 12/14/05
>>
>> - new: graphical representation of the parse tree (interpreter and  
>> debugger) that can also be exported to bitmap or eps
>> - new: show artificial Tokens rule
>> - new: click on an input token (debugger) selects the  
>> corresponding token in the grammar and in the parse tree
>> - new: breakpoints in input text (right-click to toggle the  
>> breakpoint on any tokens)
>> - new: breakpoints in grammar now works (click in the editor  
>> gutter to enable/disable them)
>> - new: convert literal quote refactoring tools (to single, to  
>> double or c-style quote)
>> - new: now available as a bundle for Mac OS X (can now drag a  
>> grammar file to its icon in the dock)
>> - new: handle now the tokenVocab options
>>
>> - improved debugger: display the event where the debugger stopped at
>> - improved decision DFA: vectorial representation where states can  
>> be moved using the mouse
>> - improved decision DFA: exportable to EPS and bitmap image
>> - improved export to EPS: file size has been reduced by up to 1/2  
>> of the previous generated size
>> - improved show generated code: automatically generate the code if  
>> needed
>> - improved: auto-scrolling when following ambiguous paths in  
>> syntax diagram
>> - improved: smooth scrolling when jumping to rule in the grammar
>>
>> - move caret to decision location when displaying DFA decision
>> - rules list can be sorted (group are not sorted)
>> - can open the file using Perforce automatically when saving it if  
>> it was closed
>>
>> - debugger input text is now saved and restored in preferences
>> - improved caret visibility with wider caret in grammar text
>>
>> - improved message redirection to editor console
>> - improved debugger token outline when a token spans on multiple  
>> lines
>> - improved underlying menu update system
>> - report a message if ANTLR installation is corrupted
>>
> <antlrworks-error.JPG>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20051215/9ac79922/attachment-0001.html


More information about the antlr-interest mailing list