commit | fda1e52700ef32986173cf0273fc94ebafb16cb5 | [log] [tgz] |
---|---|---|
author | priyanshu <pagarwal@amdocs.com> | Thu Dec 28 11:16:08 2017 +0530 |
committer | Michael Lando <ml636r@att.com> | Tue Jan 02 15:51:37 2018 +0000 |
tree | 8ce6db2f4564ca5de24096543a410ecc27e9657a | |
parent | e303f8cbbec61cd7deb7576073e601e2c919367e [diff] |
YAML syntax errors are not being sent. YAML syntax errors are not being sent in Validation Issue List. Change-Id: I2a52ed4a26b29ca0a4f01bdd3abd8830b012f5af Issue-ID: SDC-566 Signed-off-by: priyanshu <pagarwal@amdocs.com> Signed-off-by: Yuli Shlosberg <ys9693@att.com>
OpenECOMP JTOSCA is delivered as helper JAR that can be used by clients that work with TOSCA CSAR files. It parses the CSAR and returns the model object which represents the CSAR contents. Prior to that, it performs validations on the CSAR to check its TOSCA compliance.
OpenECOMP JTOSCA can be compiled easily using maven command: mvn clean install
The result is JAR file under "target" folder
*** to be completed on release ***
SDC Javadoc and Maven site
*** to be completed on rrelease ***
1.1.0-SNAPSHOT
Initial after separating into separate repo
1.1.1-SNAPSHOT
Added toString of Function (GetInput, etc.)
Allowed two arguments for GetInput - name of list input and index in list