-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


On Thu, Oct 1, 2009 at 01:11, Adam Murdoch  wrote:
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: Use GnuPG with Firefox : http://getfiregpg.org (Version: 0.7.9)

iEYEAREIAAYFAkrEtXUACgkQEEbDm5Jsz/WVuwCfW4NbjxIDfktFXrWvxxVvOXFQ
bX4AoIgMab7tqLdKODr63jOkD4mGvt0k
=WMA9
-----END PGP SIGNATURE-----

>
> Jason Porter wrote:
>>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA256
>>
>> I have the following in my build.gradle:
>>
>> [jettyRunWar,jettyRun,jettyStop]*.stopKey = 'foo'
>> [jettyRunWar,jettyRun,jettyStop]*.stopPort = 9451
>> [jettyRunWar,jettyRun,jettyStop]*.httpPort = 8163
>> [jettyRunWar,jettyRun,jettyStop]*.contextPath = 'r-and-d'
>> [jettyRunWar,jettyRun]*.daemon = true
>>
>> when I do a jettyRunWar or jettyRun I cannot access the server after
>> the build, and there are no processes still running.
>
> The daemon flag controls whether or not the task blocks waiting for the
> jetty server to finish running. Setting it to true means the task simply
> starts the server and returns. It doesn't fork the server in another
> process. So, when the build process exits, the server stops too.
>
> If you'd like some other behaviour, like a fork flag or something, could you
> add a JIRA issue?
>
>
> Adam
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>   http://xircles.codehaus.org/manage_email
>
>
>

http://jira.codehaus.org/browse/GRADLE-671

This doesn't seem like it's that difficult to do, I may be able to
handle this (yeah, I know I've said that a bunch, stupid time).  I'll
see what I can knock out over the weekend.

-- 
Jason Porter
Real Programmers think better when playing Adventure or Rogue.

PGP key id: 926CCFF5
PGP fingerprint: 64C2 C078 13A9 5B23 7738 F7E5 1046 C39B 926C CFF5
PGP key available at: keyserver.net, pgp.mit.edu

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to