Package wycs.builders

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

Related Classes of wycs.builders.Wycs2WyalBuilder

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.