An open API service indexing awesome lists of open source software.

https://github.com/pegasystems/fringeutils-common


https://github.com/pegasystems/fringeutils-common

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

FringeUtils-Common
==============

[![Java CI with Gradle](https://github.com/pegasystems/fringeutils-common/actions/workflows/gradle.yml/badge.svg)](https://github.com/pegasystems/fringeutils-common/actions/workflows/gradle.yml)
[![GitHub tag](https://img.shields.io/github/tag/pegasystems/fringeutils-common.svg)](https://github.com/pegasystems/fringeutils-common/tags)
[![JitPack](https://jitpack.io/v/pegasystems/fringeutils-common.svg)](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
```