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 - Info dialogs 'Token not defined' while opening HTML/JSP pages
Summary: Info dialogs 'Token not defined' while opening HTML/JSP pages
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-07 07:31 UTC by Jiri Skrivanek
Modified: 2008-01-07 13:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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