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 70780 - ide hung after changing an imported build file
Summary: ide hung after changing an imported build file
Status: RESOLVED DUPLICATE of bug 68650
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-23 22:37 UTC by feibingzhou
Modified: 2005-12-27 13:40 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 feibingzhou 2005-12-23 22:37:37 UTC
the ide locks up when changing an imported build file, here is the stack trace 
for awt-eventqueue-1:

Name: AWT-EventQueue-1
State: BLOCKED on java.lang.Object@19c8927 owned by: AntProjectSupport
[MasterFileObject@e0447e[file:/C:/emaik/base/netbeans/build.xml]]
Total blocked: 6,365  Total waited: 32,358

Stack trace: 
org.apache.tools.ant.module.xml.AntProjectSupport.getDocument
(AntProjectSupport.java:141)
org.apache.tools.ant.module.xml.AntProjectSupport.getProjectElement
(AntProjectSupport.java:316)
org.apache.tools.ant.module.loader.AntProjectDataEditor.annotateWithProjectName
(AntProjectDataEditor.java:83)
org.apache.tools.ant.module.loader.AntProjectDataEditor.messageName
(AntProjectDataEditor.java:67)
org.openide.text.CloneableEditor$2.run(CloneableEditor.java:459)
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:242)
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:163)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 Jan Becicka 2005-12-27 09:58:56 UTC
Ant should be owner of this?
Comment 2 Jesse Glick 2005-12-27 13:40:40 UTC
Do not modify Ant scripts using the NB editor in 5.0 beta 2.

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