Great article!
For cases, where you don't want to share the source at all (even if it's immediately deleted), the following approach would work:
1. On your system (with source code) execute:
set p=##class(%Studio.Project).%New()
do p.AddItem("WH.Color.cls")
do p.AddItem("WH.Size.cls")
do p.DeployToFile("c:\test\app.xml",,1)It will create an XML export with object code only and no source code included.
2. Transfer the file into a target system and execute:
set sc=##class(%Studio.Project).InstallFromFile("c:\test\app.xml")- Log in to post comments
.png)