Skip to content

Instantly share code, notes, and snippets.

@quintesse
Created October 14, 2014 20:08
Show Gist options
  • Save quintesse/654443c58cc7f3559664 to your computer and use it in GitHub Desktop.
Save quintesse/654443c58cc7f3559664 to your computer and use it in GitHub Desktop.
final Options opts = new Options().addRepo("build/runtime").outRepo("build/test/proto");
final RepositoryManager repoman = CeylonUtils.repoManager()
.cwd(opts.getCwd())
.systemRepo(opts.getSystemRepo())
.userRepos(opts.getRepos())
.outRepo(opts.getOutRepo())
.buildManager();
JsModuleManagerFactory.setVerbose(true);
TypeCheckerBuilder tcb = new TypeCheckerBuilder().verbose(false)
.moduleManagerFactory(new JsModuleManagerFactory(null))
.usageWarnings(false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment