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 - missing execution properties provided by ExecutionSupport
Summary: missing execution properties provided by ExecutionSupport
Status: VERIFIED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 3.x
Hardware: All Other
: P2 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-05 10:47 UTC by Adam Sotona
Modified: 2008-12-22 17:08 UTC (History)
1 user (show)

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 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