Axway-API-Management-Plus / apigw-maven-plugin

Maven plugin for Axway API Gateway/Manager development and deployment.
Apache License 2.0
11 stars 9 forks source link

Config Tool: error in case of non existing configuration file #52

Closed mlookaxw closed 3 years ago

mlookaxw commented 3 years ago

In case the entity field configuration file doesn't exist the following error occurs:

AttributeError: EnvConfig instance has no attribute '_EnvConfig__origin_json_str'

This is fixed. If the configuration file doesn't exists the file will be created automatically.