org.apache.tapestry5.test
Class TapestryTestConstants

java.lang.Object
  extended by org.apache.tapestry5.test.TapestryTestConstants

public class TapestryTestConstants
extends java.lang.Object


Field Summary
static java.lang.String CURRENT_DIR_PATH
          The current working directory (i.e., property "user.dir").
static java.io.File MODULE_BASE_DIR
          MODULE_BASE_DIR_PATH as a file.
static java.lang.String MODULE_BASE_DIR_PATH
          The Surefire plugin sets basedir but DOES NOT change the current working directory.
 
Constructor Summary
TapestryTestConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CURRENT_DIR_PATH

public static final java.lang.String CURRENT_DIR_PATH
The current working directory (i.e., property "user.dir").


MODULE_BASE_DIR_PATH

public static final java.lang.String MODULE_BASE_DIR_PATH
The Surefire plugin sets basedir but DOES NOT change the current working directory. When building across modules, basedir changes for each module, but user.dir does not. This value should be used when referecing local files. Outside of surefire, the "basedir" property will not be set, and the current working directory will be the default.


MODULE_BASE_DIR

public static final java.io.File MODULE_BASE_DIR
MODULE_BASE_DIR_PATH as a file.

Constructor Detail

TapestryTestConstants

public TapestryTestConstants()


Copyright © 2007-2009 Apache Software Foundation. All Rights Reserved.