Examples of Wycs2WyalBuilder


Examples of wycs.builders.Wycs2WyalBuilder

  protected void addDecompileBuildRules(StdProject project) {
    if (wycsDir != null) {
      // whileydir can be null if a subclass of this task doesn't
      // necessarily require it.
      Wycs2WyalBuilder builder = new Wycs2WyalBuilder(project);

      if (verbose) {
        builder.setLogger(new Logger.Default(System.err));
      }
      builder.setDebug(debug);

      project.add(new StdBuildRule(builder, wycsDir, Content.filter("**",
          WycsFile.ContentType), null, wyalDir));
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.