Grails command line redirection in windows -


i've been trying co-worker's linux build scripts set of large grails apps work in windows (via cygwin). uses lot of 'here documents' can reduce problem down simple question - how, in windows or cygwin, grails accept series of commands stdin -- i.e. 'grails < cmds'. every time try grails opens 'grails>' interactive prompt.

i have tried variations of -djline=jline.(windows linux unsupported)terminal -non-interactive , cygwin , cmd (windows 7 64 bit, grails 2.3.5 way) in seems ignore redirection of stdin. i've tried variation 'cat cmds | grails ..... '

i've looked through jiras haven't found definitive. there comments moving different windows consoles (e.g. conemu) didn't solve me.

moving off windows not option :(

anyone seen/solved problem before or have insights ?

what grails? mean, exactly started when run it?

look in task manager or process explorer command line. supposing, runs java.exe, need replicate full command line , use trailing redirector of yours < cmds.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -