From 7b745053e4a4ec0fcadafb641a6ad16d87bf2e9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lars=20K=C3=BChne?=
- We have the a build target in our Ant buildfile that builds checkstyle - from scratch, executes all tests, and runs checkstyle on it's own code. + We have the build target gump in our + Ant buildfile that builds checkstyle, executes all tests, + and runs checkstyle on it's own code. That target should pass without errors.
@@ -101,7 +102,7 @@If you have created new files, put them in a tgz file (or zip if you - are on Windows). If you have chaged existing files, create a unified + are on Windows). If you have changed existing files, create a unified diff using CVS. To do that, open a command line, cd to the home directory of checkstyle (where build.xml is located) and execute cvs diff -u > mychanges.patch. @@ -109,7 +110,8 @@
Create a new item in our - patch tracker. + patch tracker + and add the tgz/zip/patch files you created. Send an email to the developer mailing list that explains the purpose of your contribution. Be prepared to answer questions and do some polishing work. @@ -120,7 +122,7 @@ This means that you might not always get an immediate answer. You are not being ignored, and we value your work - we might just be too busy to review your code, especially if it is a bit complex. If you don't - get a response for two weeks, feel free to send a reminder email about + get a response within two weeks, feel free to send a reminder email about your tracker item.