From: acolyer Date: Thu, 5 Aug 2004 13:31:46 +0000 (+0000) Subject: if I will insist on having my own directory.... X-Git-Tag: for_ajdt1_1_12~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=487f62952e93074f4bf43c3890afa49f618ef313;p=aspectj.git if I will insist on having my own directory.... --- diff --git a/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/Ajc.java b/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/Ajc.java index 5df4feae5..443ea7da7 100644 --- a/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/Ajc.java +++ b/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/Ajc.java @@ -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"); }