有没有办法告诉IntelliJ IDEA哪个输出文件夹用于GWT编译器? [英] Is there way to tell IntelliJ IDEA which output folder to use for GWT compiler?

查看:904
本文介绍了有没有办法告诉IntelliJ IDEA哪个输出文件夹用于GWT编译器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法告诉IntelliJ IDEA哪个输出文件夹用于GWT编译器?我知道它将工件复制到项目文件夹,但它不复制使用-extra命令行参数gwt编译器设置的额外。

Is there way to tell IntelliJ IDEA which output folder to use for GWT compiler ? I know it copies artifacts to project folder but it doesn't copy extras which I set using "-extra" command line parameter of gwt compiler.

IntelliJ IDEA离开它USER_HOME / .IntelliJIdea10 / system / gwt / project_name_with_hash / module_name_with_hash / compile / www

IntelliJ IDEA leaves it in USER_HOME/.IntelliJIdea10/system/gwt/project_name_with_hash/module_name_with_hash/compile/www

UPDATE :奇怪在IntelliJ的网站上找不到可能的路径宏列表。但我发现他们在 idea.jar 。可能的宏是:

APPLICATION_HOME_DIR
PROJECT_DIR
MODULE_DIR
USER_HOME


推荐答案

截至2011年11月18日,不可能在项目设置中使用路径宏模块。 Jetbrain知道这一点,并在他们的JIRA有功能请求。

As of November 18, 2011 it is impossible to use path macroses in settings of project modules. Jetbrain is aware of this and there is feature request in their JIRA.

现在我有一个团队工作的解决方案是使用系统TEMP文件夹GWT编译器额外的输出和移动文件在post-build事件到文件夹我想它在。

My work-around for a team with multiple engineers for now is to use system TEMP folder for GWT compiler extra output and move files in post-build event to folder I want it to be at.

这篇关于有没有办法告诉IntelliJ IDEA哪个输出文件夹用于GWT编译器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆