Griffon不会创建Eclipse .project和.classpath文件

时间:2010-12-26 13:21:47

标签: eclipse sts-springsourcetoolsuite griffon

Griffon 0.9.2-beta-3

在exec“griffon create-app DemoConsole”之后 无法找到.project,因此无法将其导入eclipse(sts)。

但是文档说“Griffon会自动为你创建Eclipse .project和.classpath文件”,

我是否错过了一些步骤?


解决方法:

  1. griffon integration-with --eclipse
  2. griffon install-plugin eclipse-support
  3. griffon eclipse-update
  4. eclipse - >导入现有项目

2 个答案:

答案 0 :(得分:4)

解决方法:

  • griffon integration-with --eclipse
  • griffon install-plugin eclipse-support
  • griffon eclipse-update
  • eclipse - >导入现有项目

答案 1 :(得分:1)

在STS 2.6(可能还有其他Eclipse版本)中还需要添加一个类路径变量。

如果您收到与'未绑定的classpath变量'相关的错误,并且相关文件以GRIFFON_HOME /....

开头
Select Eclipse/STS -> Preferences -> Java -> Build Path -> Classpath Variables
New ... -> Add 'GRIFFON_HOME' and navigate to location of your Griffon installation.

确认此&重建项目。应该清除错误。

如果您想在每个项目的基础上执行此操作 - 只需右键单击项目&按照构建路径下的相同步骤 - >库