X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=build.xml;h=394aea4ee87ea6393cdcb1b7f97cf8291b098f6b;hb=7896da145966c9e3acf5322189db57888df1c544;hp=f56396575ca7fd9d5bf7f4c7d8d35f340b93ed00;hpb=720d4935bc6bec453e6478ad5227356c626610a2;p=debian%2Fopenrocket diff --git a/build.xml b/build.xml index f5639657..394aea4e 100644 --- a/build.xml +++ b/build.xml @@ -1,46 +1,73 @@ - - + + + + + + - + + + + + + + - + + - + + + + + + + + + + + + + - + Compiling main classes + + Compiling startup classes + + + - - - + + - + @@ -51,13 +78,139 @@ - - - - - - - + + + + + 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