Opened 14 years ago
Closed 14 years ago
#1424 closed task (fixed)
clean packages
| Reported by: | Jorge | Owned by: | Jorge |
|---|---|---|---|
| Priority: | high | Milestone: | Mantainance |
| Component: | Interface | Version: | head |
| Severity: | major | Keywords: | |
| Cc: |
Description
It is requested the implementation of options to remove the installed packages:
- remove all version of a given installed package
- remove a given version
- remove all installed packages
Change History (9)
comment:1 Changed 14 years ago by
| Status: | new → accepted |
|---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
These new methods can be usefull to avoid locking problems:
Text pkg = "TolIpopt.3.1"; Text dllPath = TolPackage::Client::CppTools.CalcPath(pkg); Real hasDll = TolPackage::Client::CppTools.HasDll(pkg); Real hasLockedDll = TolPackage::Client::CppTools.HasLockedDll(pkg);
comment:4 Changed 14 years ago by
comment:8 Changed 14 years ago by
comment:9 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.

(In [4096]) Refs #1424
New methods to check packages with DLL and avoid locking problems at package deletion