1. Before checking in your project make sure it has a valid build.xml ant file (see examples from other projects)
  2. Find the right place for the project in the svn tree structure. You probably want to add a new system object. If so add it under /jsystemFramework/trunk/systemObjects.If you are not where exactly under the systemObjects folder to add it consult us.
  3. Check-in your project
  4. Check-out jsystemFramework/trunk/build
  5. Add your project to the jsystemBuilder.xml under the build folder.
  6. If your project includes sanity scenario, add your project to the runArguments.txt and runArgumentsWithoutReports.txt files under the build folder and to the aunAutomation.xml build file (compileAndCopyTests target)
  7. Don't forget to immediately run the day build to make sure build is not broken and that all tests pass.