X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=build.xml;h=58155ea3c03d3c715802230e5b92292619d59113;hb=1d309abc135d4f6062d3f2e257e259d05c743266;hp=c4892fa8bc3cb950f7b89e684467bd1a2eb15b51;hpb=02f3d96a74beac56396117f4c8ea3497134ad139;p=debian%2Fopenrocket diff --git a/build.xml b/build.xml index c4892fa8..58155ea3 100644 --- a/build.xml +++ b/build.xml @@ -1,46 +1,74 @@ - - + + + + + + - + + + + + + + + - + + + + + + + + + + + + + + - + Compiling main classes + + Compiling startup classes + + + - - - + + - + @@ -51,13 +79,140 @@ - - - - - - - + + + + + Building source distribution + + + + + + + + + + + + + + + + + + Testing source distribution + + + + + + + + + Source distribution test successful + + + + + + + + + + + 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