bodiam / grails-fitnesse

Fitnesse plugin for Grails
http://www.jworks.nl
Apache License 2.0
6 stars 1 forks source link

Grails 2.3.7 #6

Open guspower opened 10 years ago

guspower commented 10 years ago

I managed to install the plugin under grails 2.3.7 after excluding the servlet-api import:

compile (":fitnesse:2.0.4") {
    excludes "servlet-api" 
}

While 'grails run-fitnesse' does appear to run:

| Fitnesse server starting. Browse to http://localhost:9090

nothing is served up on localhost:9090 and no errors are logged.

Has anyone attempted to get this running under grails 2.x?

Cheers,

G

bodiam commented 10 years ago

Hi Gus, We haven't been actively working on the plugin for quite some time, and we never tried it with 2.x. It's no so hard to get it working for 2.x, but since I'm not doing much with Grails these days, I find it hard to work on this. However, if you'd be motivated to pick it up, I can guide you to the solution and release a new version, or you can takeover the plugin, which is also fine.

Erik