This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch hermetic-tests in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit b3deffaf8c1e175ffb0e97bb19efe2c7593512b5 Author: Andreas Veithen <veit...@apache.org> AuthorDate: Mon Jan 16 18:16:12 2017 +0000 Create temporary folders under target. --- .../org/apache/axis2/schema/compile/AbstractSchemaCompilerTester.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/adb-codegen/test/org/apache/axis2/schema/compile/AbstractSchemaCompilerTester.java b/modules/adb-codegen/test/org/apache/axis2/schema/compile/AbstractSchemaCompilerTester.java index 0764c5d..4365e24 100644 --- a/modules/adb-codegen/test/org/apache/axis2/schema/compile/AbstractSchemaCompilerTester.java +++ b/modules/adb-codegen/test/org/apache/axis2/schema/compile/AbstractSchemaCompilerTester.java @@ -41,7 +41,7 @@ public abstract class AbstractSchemaCompilerTester extends TestCase { protected XmlSchema currentSchema; protected File outputFolder = null; - private static String TEMP_OUT_FOLDER="temp_compile"; + private static String TEMP_OUT_FOLDER="target/temp_compile"; protected void setUp() throws Exception { //load the current Schema through a file