Article
· Apr 4, 2022 2m read

Project zpm-generate-ui (generate, list, load) Article 1.

image
Before this project, I built zpm packages almost by hand. I edited the module.xml file, inserted resources into it and copied the resources to disk, then checked the correctness of the assembly. I was tired of it and I decided to make this work easier for myself.

I present to the contest zpm-generate-ui resource manager, which represents the ui for selecting packages, classes, globals and web applications for creating zpm… modules, for subsequent export to the current registry or repository for deployment in the same or another instance.

Generate module.xml based on available resources in current scope. The selected resources are copied to disk and updated in the module.xml file.

generate

Demo example
When registering with an account of the minimum security level superuser \ SYS
image

The tab for setting the paths to the directory and the line for switching to the private register will open. For a demo in CGR, you do not need to change:
image
Let's go to the user area and press the create button.
A form for entering package parameters will appear.
image

List of resources that can be rechecked.
image

Change the name of the new package and the path to build it. Press the generate button.
image

We will see the result here. If there is an error, then edit the parameter.
image

load

To load the generated module, remember the path in the clipboard.
image

And you need to go to another namespace.
image

Press the create button and enter the path and press the load button.
image

And if you click the refresh button, we will see that the new module was loaded in a different namespace.
image

If the project was useful to you, then vote for it. I will talk about other possibilities in the next article.

Discussion (0)1
Log in or sign up to continue