What is the code checkin procedure for Mojarra?
Once you have completed the review process, please follow this process to ensure a smooth checkin that doesn’t break the tree. • cd to the top level of your workarea. Make sure everything still compiles and runs. This means you do the following on jsf-api as well as on jsf-ri. This will run all the unit tests on jsf-api and run all the unit tests and systest on jsf-ri. • ant • ant test on jsf-api/ and ant test on jsf-ri/ • If the checkin contains non-documentation files, you cannot checkin until both the “ant” and the “ant test” commands have run successfully on your machine. • Make sure jsf-guessNumber, jsf-cardemo, jsf-components demos run successfully. • Run ant test on the jsf-demo/// directory. This will run the HTMLUnit automated tests on the demos. • Once you have run all the tests successfully, you are ready to commit.