Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.51 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.51 KB

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