X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=build.xml;h=58155ea3c03d3c715802230e5b92292619d59113;hb=7d2561449b0af35ddc3d93dde8ba824b6810c804;hp=478685aeae42b0cc86e0cdadfe245486416ae796;hpb=973fc73dd5011eb4c059c696affb0b32d1b3a958;p=debian%2Fopenrocket diff --git a/build.xml b/build.xml index 478685ae..58155ea3 100644 --- a/build.xml +++ b/build.xml @@ -2,12 +2,14 @@ - - - + + + + + - - + + @@ -24,17 +26,27 @@ - + + + + + + + + + + - + + @@ -42,16 +54,17 @@ Compiling main classes - + Compiling startup classes - + + - + @@ -68,7 +81,7 @@ - + Building source distribution @@ -78,7 +91,7 @@ - + @@ -90,19 +103,20 @@ Testing source distribution - - - - - + + + + + + - Test successful + Source distribution test successful - + @@ -112,4 +126,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