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 29310

Summary: missing execution properties provided by ExecutionSupport
Product: platform Reporter: Adam Sotona <asotona>
Component: ExecutionAssignee: David Strupl <dstrupl>
Status: VERIFIED INVALID    
Severity: blocker CC: jglick
Priority: P2    
Version: 3.x   
Hardware: All   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description Adam Sotona 2002-12-05 10:47:50 UTC
In TestTools module I extend
org.openide.loaders.ExecutionSupport and put it
into XTestDataObject as a cookie.
But execution properties in execution tab of this
data object are missing.
What has been changed ?
Comment 1 David Strupl 2002-12-06 16:05:47 UTC
Execution has been moved to different jar. Plaese make sure you depend
on openide-execution.jar.
Comment 2 Adam Sotona 2002-12-06 16:56:53 UTC
Sure I depend on openide-execution, I did not see any
ClassNotFoundException.
Execution works but properties are missing.
Comment 3 Jesse Glick 2002-12-09 16:12:30 UTC
Well, I presume you just did not add the properties to your data node.
If this is not the case, please reopen and give a pointer to your sources.
Comment 4 Adam Sotona 2003-07-08 14:33:02 UTC
verified