X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=build.xml;h=30f62d25b5109c18b6956348dc39aa65dc75851f;hb=5d0887b6f1d93fb90482d755bd519baefe3909f7;hp=478685aeae42b0cc86e0cdadfe245486416ae796;hpb=973fc73dd5011eb4c059c696affb0b32d1b3a958;p=debian%2Fopenrocket diff --git a/build.xml b/build.xml index 478685ae..30f62d25 100644 --- a/build.xml +++ b/build.xml @@ -2,12 +2,14 @@ - - - + + + + + - - + + @@ -21,38 +23,46 @@ - - + + + + + + + + + - + + - Compiling main classes - - Compiling startup classes - + Compiling main classes + + Copying build.properties + - - + + @@ -63,12 +73,13 @@ + - + Building source distribution @@ -78,7 +89,7 @@ - + @@ -90,19 +101,20 @@ Testing source distribution - - - - - + + + + + + - Test successful + Source distribution test successful - + @@ -112,4 +124,93 @@ Distribution ${build.version} (${build.source}) built into directory ${jar.dir} + + + + + + + + + Checking project for critical TODOs. + + + + + + + + + + + + + + + + CRITICAL TODOs exist in project: +${criticaltodos} + No critical TODOs in project. + + + + + + + + Checking project for non-ASCII characters. + + + + + + + + + + + + + + + + Non-ASCII characters exist in project: +${nonascii} + No non-ASCII characters in project. + + + + + + Building unit tests + + + + Running unit tests + + + + + + + + + + + + + + + + + + + + + + + Unit tests passed successfully. + + + \ No newline at end of file