X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=build.xml;h=30f62d25b5109c18b6956348dc39aa65dc75851f;hb=b9f83af3c80c2ecd795afd9d97efa44eb8026ded;hp=b77dd04ff00861074af6af99cdf6f43996891a61;hpb=d8776d61bfa934a68829d9971bb89311e55c67cf;p=debian%2Fopenrocket diff --git a/build.xml b/build.xml index b77dd04f..30f62d25 100644 --- a/build.xml +++ b/build.xml @@ -23,7 +23,6 @@ - @@ -36,8 +35,8 @@ - - + + @@ -52,10 +51,9 @@ - Compiling main classes - - Compiling startup classes - + Compiling main classes + + Copying build.properties @@ -64,7 +62,7 @@ - + @@ -75,6 +73,7 @@ + @@ -90,7 +89,7 @@ - + @@ -115,7 +114,7 @@ - + @@ -126,7 +125,11 @@ + + + + Checking project for critical TODOs. @@ -134,6 +137,9 @@ + + + @@ -148,6 +154,32 @@ ${criticaltodos} + + + + + Checking project for non-ASCII characters. + + + + + + + + + + + + + + + + Non-ASCII characters exist in project: +${nonascii} + No non-ASCII characters in project. + + + Building unit tests @@ -156,14 +188,16 @@ ${criticaltodos} Running unit tests - + - + + + @@ -173,7 +207,10 @@ ${criticaltodos} - + + + Unit tests passed successfully. + \ No newline at end of file