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 38448 - Cannot execute ant scripts if debugger modules are disabled
Summary: Cannot execute ant scripts if debugger modules are disabled
Status: VERIFIED DUPLICATE of bug 36702
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-06 18:46 UTC by _ tboudreau
Modified: 2005-07-15 07:42 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 _ tboudreau 2004-01-06 18:46:39 UTC
Not sure what it's trying to do, but trying to
build treefs from the IDE after disabling the
debugger (and many other) modules and restarting
produces the following exception:

java.lang.NoClassDefFoundError:
org/netbeans/modules/debugger/AbstractDebugger
	at
java.lang.Class.getDeclaredConstructors0(Native
Method)
	at
java.lang.Class.privateGetDeclaredConstructors(Class.java:1610)
	at java.lang.Class.getConstructor0(Class.java:1922)
	at java.lang.Class.getConstructor(Class.java:1019)
	at
org.apache.tools.ant.Project.checkTaskClass(Project.java:951)
	at
org.apache.tools.ant.Project.addTaskDefinition(Project.java:923)
	at
org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:97)
	at
org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:234)
[catch] at
org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:125)
Comment 1 Jesse Glick 2004-01-06 19:38:34 UTC
debuggerjpda/ant module presumably causing that. Already known, will
be fixed.

*** This issue has been marked as a duplicate of 36702 ***
Comment 2 Marian Mirilovic 2005-07-15 07:42:24 UTC
closed