How to publish a module compiled outside the designer.

Post Reply
User avatar
nekomatic
Posts: 64
Joined: Mon Jul 08, 2019 8:52 pm

How to publish a module compiled outside the designer.

Post by nekomatic »

Hi All,
I'm new to the voltage modular and obviouslu to the module designer :)
I hope you will bear with my inpatient and sometimes annoying questions.
Here is the first one... ;)
I may be naive asking this question but is the Module designer really the only way to compile modules?
I have a jar built via gradle with all the module's guts nicely wired into the class exported form the designer - the one extending the abstract VoltageModule class. I like gradle because it allows me to run my own code generation and obviusly unit tests within seconds of any tiniest code change. I also like to keep all sources togerher as text because it's easier to keep the sources under version control.
So I do have my JAR and then how do I publish this? I undertand this has to go through the Module Designer due to encryption etc. Does Module designer have any command line interface which I can use to simply plug it into the build process?
Or does the Module Designer at least allow importing back the the main module class which I exported in the first place...? ideally via CLI..
Post Reply

Return to “Module Designer”