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 108692 - Remove execution41 package in cnd
Summary: Remove execution41 package in cnd
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-02 22:29 UTC by _ gordonp
Modified: 2010-05-12 17:10 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gordonp 2007-07-02 22:29:21 UTC
This is left over from the Deimos prototype and even earlier netbeans releases. We
should rewrite our code to be more modern and remove this obsolete code.
Comment 1 _ gordonp 2008-11-17 22:58:12 UTC
Its (very) obsolete, but still works. Should we still remove this old API?

Note: This API is from NetBeans 3.x and was deprecated for several releases before
being removed from NetBeans. We copied it into cnd (during Deimos) rather than
use the new APIs. Its still in our code and used for execution...
Comment 2 Alexey Vladykin 2010-05-11 18:50:55 UTC
Removed somewhere in the 6.9 release cycle.
Comment 3 Alexander Simon 2010-05-12 17:10:31 UTC
Package was refactored.
Package classes was moved into another package: "org.netbeans.modules.cnd.execution".
Still exists problem:
- project store additional information in node properties (in netbeans preferences). It is command, arguments, environment, run directory.
- properties get lost if user clean user dir.
- properties should be project/environment specific.