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 124794

Summary: Info dialogs 'Token not defined' while opening HTML/JSP pages
Product: obsolete Reporter: Jiri Skrivanek <jskrivanek>
Component: languagesAssignee: Jan Jancura <jjancura>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2008-01-07 07:31:36 UTC
Informational dialogs are opened when you create web project and index.jsp is opened in editor:

Editors/text/x-jsp/language.nbs: Editors/text/x-jsp/language.nbs: Token 'SYMBOL' not defined!
Editors/text/html/language.nbs: Editors/text/html/language.nbs: Token 'TAG_CLOSE' not defined!

It started to happen since build 5097:

Fixing nbs files without any tokens
[The file was modified] 	1.6	languages/engine/src/org/netbeans/modules/languages/LanguageImpl.java
[The file was modified] 	1.45	languages/engine/src/org/netbeans/modules/languages/NBSLanguageReader.java
Comment 1 Jan Jancura 2008-01-07 08:21:34 UTC
fixed in trunk:
IDE:-------------------------------------------------
IDE: [1/7/08 9:20 AM] Committing "NBSLanguageReader.java" started
Checking in NBSLanguageReader.java;
/cvs/languages/engine/src/org/netbeans/modules/languages/NBSLanguageReader.java,v  <--  NBSLanguageReader.java
new revision: 1.46; previous revision: 1.45
done
IDE: [1/7/08 9:20 AM] Committing "NBSLanguageReader.java" finished
Comment 2 Jiri Skrivanek 2008-01-07 13:24:21 UTC
Verified.