Grails 2.3.2 GGTS 3.5无法在调试中工作

时间:2013-11-20 10:24:18

标签: grails

我用

创建了一个新项目
  • Grails 2.3.2
  • Java JDK 1.7.0_45
  • GGTS 3.4

these steps之后修复BuildConfig.groovy 之后尝试运行项目时,它运行正常。

但是,在尝试调试项目时,我收到以下错误:

  

加载BuildConfig:参数类型不匹配时出错(使用--stacktrace查看完整跟踪)

BuildConfig.groovy我有以下“已修复”部分:

grails.project.fork = [
    // configure settings for compilation JVM, note that if you alter the Groovy version forked compilation is required
    //  compile: [maxMemory: 256, minMemory: 64, debug: false, maxPerm: 256, daemon:true],

    // configure settings for the test-app JVM, uses the daemon by default
    //test: [maxMemory: 768, minMemory: 64, debug: false, maxPerm: 256, daemon:true],
    // configure settings for the run-app JVM
    //run: [maxMemory: 768, minMemory: 64, debug: false, maxPerm: 256, forkReserve:false],
    // configure settings for the run-war JVM
    //war: [maxMemory: 768, minMemory: 64, debug: false, maxPerm: 256, forkReserve:false],
    // configure settings for the Console UI JVM
    //console: [maxMemory: 768, minMemory: 64, debug: false, maxPerm: 256]
]

1 个答案:

答案 0 :(得分:0)

问题在grails版本2.3.4中得到解决。