Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 GGTS 中设置 Grails 项目。我已经生成了项目和类路径文件,但在构建项目时无法克服这个错误:
容器“Grails Dependencies”引用了不存在的库“C:\myProjects\project\target\work\plugin-classes”
该文件夹存在于目标目录中。我不能在 GGTS 中运行任何东西,因为它不会在那里构建。而且我想不出办法来删除它。修复该类路径错误的任何方法。
我在 GGTS 3.6.4 上。Grails 2.5 和 Groovy 2.4
右键单击左侧树中的项目根节点,然后选择 Grails Tools | 刷新依赖。如果不可用,您可能需要切换到 Java 透视图。