You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mp...@apache.org on 2007/05/10 02:35:19 UTC

svn commit: r536724 - /incubator/openjpa/trunk/openjpa-integration/examples/pom.xml

Author: mprudhom
Date: Wed May  9 17:35:18 2007
New Revision: 536724

URL: http://svn.apache.org/viewvc?view=rev&rev=536724
Log:
Make sure the examples directory exists when we run the integration-test.

Modified:
    incubator/openjpa/trunk/openjpa-integration/examples/pom.xml

Modified: incubator/openjpa/trunk/openjpa-integration/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-integration/examples/pom.xml?view=diff&rev=536724&r1=536723&r2=536724
==============================================================================
--- incubator/openjpa/trunk/openjpa-integration/examples/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-integration/examples/pom.xml Wed May  9 17:35:18 2007
@@ -58,6 +58,7 @@
 
                         <property name="examples.base"
                             value="${basedir}/target/examples"/>
+                        <mkdir dir="${examples.base}"/>
                         <unzip overwrite="false" dest="${examples.base}">
                         <fileset dir="../../openjpa-project/target/assembly">
                             <include name="openjpa-*${version}-binary.zip"/>