Package com.instantiations.pde.build.util

Examples of com.instantiations.pde.build.util.BuildPropertiesException


      Collection<String> ignoredKeys = prop
          .getList("preprocessor.ignore.variables");
      try {
        return prop.resolve(line, eclipseTargetVersion, ignoredKeys);
      } catch (BuildPropertiesException e) {
        throw new BuildPropertiesException(
            e.getMessage()
                + "\n   used in "
                + getCurrentFile().getPath()
                + "\n   You can suppress replacement of this variable by adding this variable name"
                + " to the preprocessor.ignore.variables property defined in the product.properties file.",
View Full Code Here

TOP

Related Classes of com.instantiations.pde.build.util.BuildPropertiesException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.