This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 29967

Summary: If language.xml is missing invalid file is generated
Product: editor Reporter: Jaroslav Tulach <jtulach>
Component: LexerAssignee: issues@editor <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: The content of DiffLanguage.java

Description Jaroslav Tulach 2003-01-12 09:15:00 UTC
When invoking gen-lang task in antlrBuild.xml file
without having language.xml generated,
XXXLanguage.java is generated with completely
wrong content.
Comment 1 Jaroslav Tulach 2003-01-12 09:16:20 UTC
Created attachment 8538 [details]
The content of DiffLanguage.java
Comment 2 Miloslav Metelka 2003-05-19 17:42:47 UTC
Based on the new specialized Ant tasks this should no longer happen.