Class TapestryRunnerConstants

java.lang.Object
org.apache.tapestry5.test.constants.TapestryRunnerConstants

public class TapestryRunnerConstants extends Object
Since:
5.4
  • Field Details

    • CURRENT_DIR_PATH

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

      public static final 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 referencing 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 File MODULE_BASE_DIR
  • Constructor Details