You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by sc...@apache.org on 2005/03/30 00:07:54 UTC

svn commit: r159435 - incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/AbstractResourcePropertiesTestCase.java

Author: scamp
Date: Tue Mar 29 14:07:54 2005
New Revision: 159435

URL: http://svn.apache.org/viewcvs?view=rev&rev=159435
Log: (empty)


Modified:
    incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/AbstractResourcePropertiesTestCase.java

Modified: incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/AbstractResourcePropertiesTestCase.java
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/AbstractResourcePropertiesTestCase.java?view=diff&r1=159434&r2=159435
==============================================================================
--- incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/AbstractResourcePropertiesTestCase.java (original)
+++ incubator/apollo/trunk/src/test/org/apache/ws/resource/properties/AbstractResourcePropertiesTestCase.java Tue Mar 29 14:07:54 2005
@@ -71,6 +71,7 @@
    protected static void compileSushiPropsXsd() throws Exception
    {
       InputStream xsdInStream = ClassLoader.getSystemResourceAsStream( RESOURCE_PATH_SUSHI_PROPS_XSD );
+      BASE_TMP_DIR.mkdirs();
       File xsdFile = new File( BASE_TMP_DIR, "SushiProperties.xsd" );
       CopyUtils.copy( xsdInStream, new FileOutputStream( xsdFile ) );
       if ( ! compileSchema( xsdFile ) )



---------------------------------------------------------------------
To unsubscribe, e-mail: apollo-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: apollo-dev-help@ws.apache.org