]> source.dussan.org Git - aspectj.git/commitdiff
if I will insist on having my own directory....
authoracolyer <acolyer>
Thu, 5 Aug 2004 13:31:46 +0000 (13:31 +0000)
committeracolyer <acolyer>
Thu, 5 Aug 2004 13:31:46 +0000 (13:31 +0000)
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/Ajc.java

index 5df4feae565b0ef220c48d36b5f1139cb7ac5de4..443ea7da71985ada6eb2484c9822ef5a1e121e8c 100644 (file)
@@ -241,6 +241,7 @@ public class Ajc {
                // in c:\documents and settings\......... for the results of a failed test.
                if (os.startsWith("Windows")) {
                        tempDir = new File("C:\\temp");
+                       if (!tempDir.exists()) {tempDir.mkdir();}
                } else {
                        tempDir = new File("/tmp");
                }