Opened 13 years ago
Closed 13 years ago
#1378 closed doubt (fixed)
ExportPackage?
Reported by: | Jorge | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | high | Milestone: | Mantainance |
Component: | Kernel | Version: | head |
Severity: | critical | Keywords: | |
Cc: |
Description
Is there any function to export a locally installed package to a zip file? This is usefull to move packages from one machine to other.
If this function is not available it is requested the implementation of one with the followinf prototype:
Real TolPackage::Client::ExportPackage( Text pkg.ver, Text dir.dest );
pkg.ver must be installed locally, dir.dest is a directory where the resulting zip will be copied.
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Tested on Linux, it creates a zip file with this content:
BysPrior.2.1.oza info.oza
It was also verified the instalation with LocalInstallPackage
Could you test if this code makes that?