Skip to content

darioajr/checktool

Repository files navigation

checktool

Tool to verify that the AMS file objects have been imported into the database

Codacy Badge Build Status Code Coverage Twitter: @darioajr

Parameters
-a,--ams input ams file path
-c,--connection database connection - jdbc:oracle:thin:@server:port/service_name
-f,--force force version by objUUID (Optional)
-p,--password database password
-u,--user database user

Usage

java -jar checktool.jar -a file.ams -c jdbc:oracle:thin:@xx.xx.xx.xx:Port/ServiceName -u userName -p Password

Build

mvn package

Generate Eclipse Project

mvn eclipse:eclipse