My favorites | Sign in
Project Home Downloads Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 158 attachment: patch.txt (712 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
Index: org/mxunit/ant/MXUnitAntTask.java
===================================================================
--- org/mxunit/ant/MXUnitAntTask.java (revision 1209)
+++ org/mxunit/ant/MXUnitAntTask.java (working copy)
@@ -329,7 +329,7 @@
}
}
catch(java.io.IOException ioe){
- System.out.println("[mxunit error] Error trying to write to : " + outputdir + ". Please make sure this output dircetory exists.");
+ System.out.println("[mxunit error] Error trying to write to : " + outputdir + ". Please make sure this output directory exists.");
System.out.println("[mxunit error] Exiting ... see stacktrace for details.");
ioe.printStackTrace();
System.exit(-1);
Powered by Google Project Hosting