使用 maven 自定义编译器

发布于 2024-09-27 07:59:34 字数 127 浏览 1 评论 0原文

我正在尝试让 Maven2 将 Coffeescript 编译为 JavaScript。就我而言,没有提供编译coffeescript 的插件。

是否有一个可以使用编译器参数化的 maven 编译器插件(对于任何编程语言)?

I'm trying to make Maven2 to compile coffeescript to javascript. As far as I'm concerned there is no plugin which provides compiling coffeescript.

Is there a compiler-plugin for maven which can be parameterized with a compiler (for any programming language)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我是有多爱你 2024-10-04 07:59:34

maven 是否有一个编译器插件,可以使用编译器进行参数化(适用于任何编程语言)?

这实际上是 Maven Compiler Plugin 的情况,请参见 使用非 Javac 编译器。因此,人们可以想象提供一个可插入的编译器实现来编译coffeescript。

Is there a compiler-plugin for maven which can be parameterized with a compiler (for any programming language)?

This is actually the case of the Maven Compiler Plugin, see Using Non-Javac Compilers. So one could imagine providing a pluggable compiler implementation to compile coffeescript.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文