gpt4 book ai didi

gwt - 应用单脚本链接器时编译错误

转载 作者:行者123 更新时间:2023-12-04 02:48:09 25 4
gpt4 key购买 nike

因为我正在使用 GWT 项目创建 chrome 扩展,所以我想使用单脚本链接器来避免内联脚本限制(唉...)。我在网上找到了这个资源:http://tech-drum.blogspot.ch/2012/08/gwt-chrome-extension-using-version-2.html

这个单一的脚本链接器看起来很迷人,但是当我真正将它添加到我的 gwt.xml 文件并编译时,它出现了错误......(再次叹息)

错误信息如下:

[INFO] --- gwt-maven-plugin:2.5.1:compile (default) @ fake-app ---
[INFO] auto discovered modules [com.fake...]
[INFO] Compiling module com.fake.name.app
[INFO] Compiling 6 permutations
[INFO] Compiling permutation 0...
[INFO] Process output
[INFO] Compiling
[INFO] Compiling permutation 3...
[INFO] Process output
[INFO] Compiling
[INFO] Compiling permutation 1...
[INFO] Process output
[INFO] Compiling
[INFO] Compiling permutation 2...
[INFO] Compiling permutation 4...
[INFO] Compiling permutation 5...
[INFO] Compile of permutations succeeded
[INFO] Linking into /path/to/fake/app
[INFO] Invoking Linker Single Script
[INFO] [ERROR] The module must have exactly one distinct permutation when using the Single Script Linker; found 6
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------

这有什么问题?看起来排列数(假设为 js 文件?)比预期的要大,但链接器在创建排列时不应该设置大小限制吗?简而言之,如何解决这个问题?非常感谢!

最佳答案

只选择 Chrome 的用户代理应该可以解决您的问题。

您不需要更多的用户代理排列,因为您的扩展只适用于一种浏览器。

您使用的链接器是正确的链接器,它只用您的扩展代码生成一个 javascript 文件。

<set-property name="user.agent" value="safari" />   

关于gwt - 应用单脚本链接器时编译错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18392365/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com