Test Grails app with daemon option
Asked Answered
A

0

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)?

Amador answered 6/9, 2013 at 22:31 Comment(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.Pyszka
yes, win xp exactly. thanks a lot for the help, cheers.Amador
Why is daemon disabled for windows? Is there a way to activate it?Kreutzer

© 2022 - 2024 — McMap. All rights reserved.