I have a question related to this.
I created a custom package where I am able to modify the HTML report that will be generated.
The Metamodel of the package also includes additional properties.
If I run from inside the Application, I can access the properties in my custom package.
If I run from the command line (using the above example), I get an error that the properties is unknown. It shows the exact line in my custom package script, so the package itself is available.
Is there something I need to do related to the custom packages if I run from the command line?