Skip to content

intland/codebeamer-imagegen-plugin

Repository files navigation

Project Title

JSPWiki ImageGen library for codeBeamer

Getting Started

This repository contains the source code for our customized version of ImageGen library used in codeBeamer ALM.

Building

Use gradle to build the project:

gradlew jar

The command generates the JAR file in the build\libs directory. Default build creates a version of this library, which does not include the following JSPWiki plugins:

  • Horizontal Graph
  • Vertical Graph
  • Directed Acyclic Graph
  • Explorer Graph
  • Mindmap

Use the following command to build a legacy version, which INCLUDES the aforementioned plugins:

gradlew legacyJar

Installing legacy version

  1. (Optional) Build the legacy version of ImageGenPlugin-intland.jar
  2. Stop codeBamer ALM instance.
  3. Copy the following files to CODEBEAMER_HOME/tomcat/webapps/cb/WEB-INF/lib
  1. Restart codeBeamer ALM.

Roll back to default version

  1. (Optional) Build the ImageGenPlugin-intland.jar
  2. Stop codeBamer ALM instance.
  3. Copy the following files to CODEBEAMER_HOME/tomcat/webapps/cb/WEB-INF/lib
  1. Remove the following files from CODEBEAMER_HOME/tomcat/webapps/cb/WEB-INF/lib
  • graph-snipsnap.jar
  • sequence.jar
  1. Restart codeBeamer ALM.

License

Apache License v2.0

About

ImageGen plugin support for codeBeamer ALM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages