Class TapestryRunnerConstants

    • 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 referencing local files. Outside of surefire, the "basedir" property will not be set, and the current working directory will be the default.