7

I’m using Grails version 2.3 RC2.

When running grails> test-app Something, Grails says “running without daemon”.

How can I run test-app with a daemon (if it really has this option)?

lifeisfoo
  • 15,478
  • 6
  • 74
  • 115
no1of
  • 71
  • 2
  • 3
    Are you working on Windows OS? Daemon is "disabled" for windows in interactive mode. If OS other than windows is used then, you can set `grails.project.fork` for test to have a property as `daemon:true` in `BuildConfig`. – dmahapatro Sep 07 '13 at 02:53
  • yes, win xp exactly. thanks a lot for the help, cheers. – no1of Sep 24 '13 at 21:11
  • Why is daemon disabled for windows? Is there a way to activate it? – Kevin Wittek Nov 13 '14 at 13:00

0 Answers0