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 - If language.xml is missing invalid file is generated
Summary: If language.xml is missing invalid file is generated
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-12 09:15 UTC by Jaroslav Tulach
Modified: 2003-05-19 17:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The content of DiffLanguage.java (2.03 KB, text/plain)
2003-01-12 09:16 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
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.