roanbrasil / mvc-tck

MVC tck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mvc-tck

Technology Compatibility Kit for Jakarta MVC

Build

Run the Maven build for the TCK:

cd <TCK_HOME>
mvn clean install

Run Sample Runner

Download and unpack the latest Glassfish 5 Promoted Build:

https://eclipse-ee4j.github.io/glassfish/download

Start Glassfish:

cd <GLASSFISH_HOME>/glassfish/bin/
./startserv

Now execute the sample runner to run the tests against Eclipse Krazo deployed to Glassfish:

cd <TCK_HOME>/sample/
mvn clean test

Of course all the tests should pass. :-)

About

MVC tck

License:Other


Languages

Language:Java 99.8%Language:Shell 0.2%Language:HTML 0.1%