[
https://issues.apache.org/jira/browse/BVAL-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Stumm resolved BVAL-16.
-----------------------------
Resolution: Fixed
I close this issue, because the tck is now a subproject and you can decide
whether to run the tck tests or not (although currently about 38 of them are
still failing - but this will be fixed in separate issues).
Build and don't run tck tests:
cd bval
mvn clean install
Build and run tck tests:
cd bval
mvn clean install -Dtck=true
(or mvn clean install -Ptck)
> Maven project to launch TCK suite
> ---------------------------------
>
> Key: BVAL-16
> URL: https://issues.apache.org/jira/browse/BVAL-16
> Project: BeanValidation
> Issue Type: Improvement
> Components: tck
> Affects Versions: 0.1-incubating
> Reporter: Carlos Vara
> Priority: Minor
> Attachments: bval-tck-runner.tar.gz
>
>
> I didn't find code to run the TCK against the current code. As I wanted to
> check to which degree the project complies with the standard I created an
> additional maven project to automatically run the TCK suite. I attach it in
> case you don't have it internally.
> I used hibernate-validator-tck-runner as template, just in case it matters
> for licensing issues.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.