« Return to Thread: Call for testing of Grails interactive mode

Re: Call for testing of Grails interactive mode

by Peter Ledbrook-2 :: Rate this Message:

Reply to Author | View in Thread

>  Anyway there are probably many bugs and oversights that we haven't
>  thought about so some user testing would be appreciated. As the
>  codehaus build server is down for a few days you will need to checkout
>  and build Grails from sources

Can't do:

  run-app -Dserver.port=9090

Works if you do:

  grails -Dserver.port=9090 interactive
  run-app

One option, I guess, would be to have interactive's script launcher
use System.setProperty() for any "-D*" parameters.

Cheers,

Peter

--
Software Engineer
G2One, Inc.
http://www.g2one.com/

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

    http://xircles.codehaus.org/manage_email


 « Return to Thread: Call for testing of Grails interactive mode