X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=build.xml;h=58155ea3c03d3c715802230e5b92292619d59113;hb=e6fbcfff56a97467fe28978d856747f5324f39b5;hp=97f5a4e41c299b35b95b279870ba79b3288438aa;hpb=b3c3c1071dfdca4c6b3eb9935dc461201abdaf60;p=debian%2Fopenrocket diff --git a/build.xml b/build.xml index 97f5a4e4..58155ea3 100644 --- a/build.xml +++ b/build.xml @@ -33,9 +33,12 @@ + - + + + @@ -51,9 +54,9 @@ Compiling main classes - + Compiling startup classes - + @@ -88,7 +91,7 @@ - + @@ -113,7 +116,7 @@ - + @@ -124,7 +127,11 @@ + + + + Checking project for critical TODOs. @@ -132,6 +139,9 @@ + + + @@ -146,22 +156,50 @@ ${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 - + - + + + @@ -171,7 +209,10 @@ ${criticaltodos} - + + + Unit tests passed successfully. + \ No newline at end of file