You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/04/22 19:25:04 UTC

[17/35] git commit: [flex-falcon] [refs/heads/feature/maven-migration-test] - use new folder structure for temp files

use new folder structure for temp files


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/598ed9d8
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/598ed9d8
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/598ed9d8

Branch: refs/heads/feature/maven-migration-test
Commit: 598ed9d8c1b6ef420a2c66cf4ad1818938cebe9a
Parents: dbba6dd
Author: Alex Harui <ah...@apache.org>
Authored: Thu Apr 21 08:19:40 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Apr 22 09:02:57 2016 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/flex/utils/AntTestAdapter.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/598ed9d8/compiler-build-tools/src/main/java/org/apache/flex/utils/AntTestAdapter.java
----------------------------------------------------------------------
diff --git a/compiler-build-tools/src/main/java/org/apache/flex/utils/AntTestAdapter.java b/compiler-build-tools/src/main/java/org/apache/flex/utils/AntTestAdapter.java
index cd3cb4f..f88e208 100644
--- a/compiler-build-tools/src/main/java/org/apache/flex/utils/AntTestAdapter.java
+++ b/compiler-build-tools/src/main/java/org/apache/flex/utils/AntTestAdapter.java
@@ -41,7 +41,7 @@ public class AntTestAdapter implements ITestAdapter {
 
     @Override
     public String getTempDir() {
-        return FilenameNormalization.normalize("temp"); // ensure this exists
+        return FilenameNormalization.normalize("../../target/junit-temp"); // ensure this exists
     }
 
     @Override