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 89507 - IllegalState Exception: No match found on single file build
Summary: IllegalState Exception: No match found on single file build
Status: RESOLVED DUPLICATE of bug 88998
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-16 19:51 UTC by ranbato
Modified: 2006-11-16 20:15 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 ranbato 2006-11-16 19:51:34 UTC
Using 6.0 200610231800 on JDK 6.0 RC I get this every time I do a single file 
build.  Sometimes it appears to disable the toolbar button for debug single 
file until I switch files.


java.lang.IllegalStateException: No match found
	at java.util.regex.Matcher.group(Matcher.java:468)
	at org.apache.tools.ant.module.api.IntrospectedInfo$3.load
(IntrospectedInfo.java:706)
	at org.apache.tools.ant.module.AntSettings.getCustomDefs
(AntSettings.java:112)
	at org.apache.tools.ant.module.bridge.impl.BridgeImpl$1.run
(BridgeImpl.java:268)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:541)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:963)
Comment 1 Jesse Glick 2006-11-16 20:15:22 UTC
Turn assertions on in netbeans.conf (-J-ea).

*** This issue has been marked as a duplicate of 88998 ***