X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=build.xml;h=6262bc0da7d1423f4f43e4e4c2924807febb814f;hb=528a0a230b9de543a1900de0965cbd83b2ab67b7;hp=939d54b1f99f51714962b1984f9595162105b179;hpb=3385430092564b068c41b954635a99c21bc40b74;p=debian%2Fopenrocket diff --git a/build.xml b/build.xml index 939d54b1..6262bc0d 100644 --- a/build.xml +++ b/build.xml @@ -2,54 +2,67 @@ - - - + + + + + - - + + + + - - + + - - + + + + + + + + + + - + + - Compiling main classes - - Compiling startup classes - + Compiling main classes + + Copying build.properties + - + @@ -66,18 +79,20 @@ - + Building source distribution + - - + - - + + + + @@ -86,19 +101,20 @@ Testing source distribution - - - - - + + + + + + - Test successful + Source distribution test successful - + @@ -108,4 +124,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