Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 524 Bytes

File metadata and controls

29 lines (24 loc) · 524 Bytes

Log Analyzer for Credit Suisse

Log analyzer

Development

Project is developed with Eclipse with Gradle plugin. In order to work on it import it into Eclipse.

Building

In order to build invoke gradle wrapper.

./gradlew jar

As output there is produced runnable jar.

Running

In order to invoke log analyzer run:

  java -jar build/lib/logalert.jar [FILE]

To get help on command line args invoke:

  java -jar build/lib/logalert.jar -h

Testing

To run tests invoke:

./gradlew test