Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2006-09-26 09:41:10 +0000
committermtaal2006-09-26 09:41:10 +0000
commit7e17cb41e5bd28c12bd491b9cc9c44da95dfddea (patch)
treed295672529312008cb943f96ba82979bc050be71
parent5ba9c4fd10d2c6f736e061e24db853562efdf32f (diff)
downloadorg.eclipse.emf.teneo-build_200609260545.tar.gz
org.eclipse.emf.teneo-build_200609260545.tar.xz
org.eclipse.emf.teneo-build_200609260545.zip
Added println to see why emft build failsbuild_200609260545
-rw-r--r--tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/JPOXTestbed.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/JPOXTestbed.java b/tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/JPOXTestbed.java
index 648795b17..508bdce8f 100644
--- a/tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/JPOXTestbed.java
+++ b/tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/JPOXTestbed.java
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: JPOXTestbed.java,v 1.24 2006/09/14 03:47:01 mtaal Exp $
+ * $Id: JPOXTestbed.java,v 1.25 2006/09/26 09:41:10 mtaal Exp $
*/
package org.eclipse.emf.teneo.jpox.test;
@@ -40,7 +40,7 @@ import org.jpox.enhancer.JPOXEnhancer;
* The jpox test bed controls the creation of the store and the generation of the mapping file.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.24 $
+ * @version $Revision: 1.25 $
*/
public class JPOXTestbed extends Testbed {
@@ -74,6 +74,7 @@ public class JPOXTestbed extends Testbed {
/** Test the rundir */
static {
try {
+ System.err.println("rundir: " + RUN_BASE_DIR);
if (RUN_BASE_DIR.indexOf("www-data") != -1) { // UGLY, replace with smarter solution!
runningOnEMFTServer = true;
log.debug("Path to jdo file directory does not exist: " + RUN_BASE_DIR);

Back to the top