Run A Maven Project

Run A Maven Project

Instructions

Once you have run your project and you are satisfied with your test results, you will want to check in code to our repository. All of our code is stored in a central repository hosted in our data center. The subversion tool, Tortoise SVN, is installed on your computer to assist you in the process. Find the directory where the code you want to check in is located. Right click on the folder and select SVN Commit. Review each file that you want to check in to review the changes. You will do this by right clicking on the name of the file and choosing Compare with Base. This will bring up a window showing the repository code and any changes in the version to be checked in. Review these changes and if you are satisfied, close the dialog. If you are not satisfied, go back into your code and make any additional changes. Under the Message text box on the top of the screen, type in the changes you made and why they were made.  Click on the OK button to commit the code.

You will not need to check in the jndi.xml file. This is a local file that says what database to run your tests against.

Once the code is checked in, it will be added to the repository and then run against the tests stored on TeamCity. TeamCity is a tool that allows a standardized set of tests to be run against all code in the code base. You will receive an email from TeamCity if something you check in does not run correctly. You can then log into TeamCity and see why the test has failed. Use this to change or fix any tests on your local environment.

 


    • Related Articles

    • Run Baseline on Local XE Database

      Objectives Import data from the latest dev database datadump into your local database. Prerequisites Local Oracle XE Database installed. Datapump utility installed (This comes with Oracle XE Database by default). Instructions Once per month on the ...
    • Plan Information - Project Manager Settings

      Plan Information - Project Manager Settings General Information Display Plan As – Use this field to display a plan with a name different than the type of plan it is. For example, community has a plan that is a declining dollar plan from FullCount’s ...
    • Developer Guide

      Installations An installation guide can be found in the Setup a New Developer Machine guide. Version Control Guide We use both Subversion and Git for version control. A crashcourse of our Subversion versioning processes can be found in the Subversion ...
    • Run Remote Deployment Process - Java

      Remote Server Configuration This has already been completed for all existing remote servers. Java 1.8 installed Tomcat located at /srv/tomcat XE database installed and running with fc_obj_owner user Directory /home/deployment exists Database backup ...
    • Set up a New Developer Machine

      Set up a New Developer Machine Objectives Set up a Development environment for FullCount Developer from a clean Windows OS installation, after General FullCount tools and software has been added. Outline installation guidelines and additional setup ...