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 65392 - can not open Debug Target -> Advanced (java.lang.NoClassDefFoundError: org/apache/tools/ant/module/AntSettings)
Summary: can not open Debug Target -> Advanced (java.lang.NoClassDefFoundError: org/ap...
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-29 17:24 UTC by tprochazka
Modified: 2010-04-29 09:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NB log (15.95 KB, text/plain)
2005-09-30 10:04 UTC, tprochazka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tprochazka 2005-09-29 17:24:29 UTC
When I on the ant.xml file open context menu and choose:
Debug Target -> Advanced - raise exception java.lang.NoClassDefFoundError: org/
apache/tools/ant/module/AntSettings

And is supported breakpoints in ANT script? I tedted it ant ANT while debugging 
doesn't stop on breakpoints.

Tested in NB 5.0 beta
Comment 1 Jesse Glick 2005-09-30 02:21:58 UTC
Indeed, AntSettings is not exported from the ant module, so ant/debugger cannot
access it.

By the way reporter next time please attach your messages.log file. Otherwise it
can be hard to impossible to see what the actual error is.
Comment 2 tprochazka 2005-09-30 10:04:03 UTC
Created attachment 25348 [details]
NB log
Comment 3 tprochazka 2005-09-30 10:09:44 UTC
I'm sorry. I think that this problem doesn't need log.
Comment 4 Martin Entlicher 2005-10-21 20:30:36 UTC
Fixed by adding required module dependency as a part of fix of issue #65658.
Comment 5 Quality Engineering 2010-04-29 09:25:21 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.