https://github.com/pegasystems/fringeutils-common
https://github.com/pegasystems/fringeutils-common
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pegasystems/fringeutils-common
- Owner: pegasystems
- License: apache-2.0
- Created: 2017-07-27T16:37:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T14:18:01.000Z (over 1 year ago)
- Last Synced: 2025-04-01T02:49:50.643Z (over 1 year ago)
- Language: Java
- Size: 336 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
FringeUtils-Common
==============
[](https://github.com/pegasystems/fringeutils-common/actions/workflows/gradle.yml)
[](https://github.com/pegasystems/fringeutils-common/tags)
[](https://jitpack.io/#pegasystems/fringeutils-common)
FringeUtils-Common is a common library used in Pega-LogViewer and Pega-TracerViewer tools.
This library contains functionality for file reading and common swing components like TreeTable etc.
Build
-----
Uses Nebula release plugin for version control
To build the java library jar and sources use the following command:
```
$ ./gradlew clean build
```
The artefacts `fringeutils-common-.jar` and `fringeutils-common--sources.jar` are created under `'\target\'` folder.
To install into local maven repository
```
$ ./gradlew publishToMavenLocal
```