X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=build.xml;h=58155ea3c03d3c715802230e5b92292619d59113;hb=1d309abc135d4f6062d3f2e257e259d05c743266;hp=939d54b1f99f51714962b1984f9595162105b179;hpb=3385430092564b068c41b954635a99c21bc40b74;p=debian%2Fopenrocket diff --git a/build.xml b/build.xml index 939d54b1..58155ea3 100644 --- a/build.xml +++ b/build.xml @@ -2,37 +2,51 @@ - - - + + + + + - - + + + + - - + + - + + + + + + + + + + - + + @@ -40,16 +54,17 @@ Compiling main classes - + Compiling startup classes - + + - + @@ -66,18 +81,20 @@ - + Building source distribution + - - + - - + + + + @@ -86,19 +103,20 @@ Testing source distribution - - - - - + + + + + + - Test successful + Source distribution test successful - + @@ -108,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