X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=build.xml;h=58155ea3c03d3c715802230e5b92292619d59113;hb=1d309abc135d4f6062d3f2e257e259d05c743266;hp=386b5825ed3ca956b7f6ea2d0460ec5cd1979076;hpb=365afb18eef3be3762b6f3e76ea8f6a6c0276797;p=debian%2Fopenrocket diff --git a/build.xml b/build.xml index 386b5825..58155ea3 100644 --- a/build.xml +++ b/build.xml @@ -26,16 +26,27 @@ - + + + + + + + + + + + + @@ -43,16 +54,17 @@ Compiling main classes - + Compiling startup classes - + + - + @@ -69,7 +81,7 @@ - + Building source distribution @@ -79,7 +91,7 @@ - + @@ -104,7 +116,7 @@ - + @@ -115,7 +127,11 @@ + + + + Checking project for critical TODOs. @@ -123,6 +139,9 @@ + + + @@ -137,23 +156,51 @@ ${criticaltodos} + + + + + 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 - - - - - + + + + + - - - + + + + + @@ -162,7 +209,10 @@ ${criticaltodos} - + + + Unit tests passed successfully. + \ No newline at end of file