Skip to content

rfns/iris-ci-xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IRIS CI for XML generation

This is an add-on repository that includes classes required to generate a XML.

Dependencies

  • IRIS-CI it's required for runtime.
  • Port (automatically downloaded by the installer provided on this repo). It's used for importing all the sources from /opt/ci/app

Usage

Same usage as of IRIS-CI but there's a few envs that can be used to control how Port should behave. Clone this repo and overwrite the volumes that point to:

  • /opt/ci/App/Installer.cls
  • /opt/ci/Runner.cls

To modify the charset used for I/O:

  • PORT_CONFIGURATION_INPUT_CHARSET to provide which encoding to use when importing the routine/file.
  • PORT_CONFIGURATION_OUTPUT_CHARSET to provide which encoding to use when exporting the routine/file.

Syntax:

extensionA:encodingA;extensionB:encodingB where ; is used to separate each extension. Encoding refers to RAW or UTF8.

To modify the log verbosity:

  • PORT_CONFIGURATION_LOGLEVEL to increase the level. From 1 to 2. Defaults to 1.

To modify the project name:

  • PORT_CONFIGURATION_PROJECTNAME this will modify the name used by the xml and the project itself.

About

Specific classes to use with IRIS-CI. Made for XML generation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published