Re: problem with Grails CLI and web plugin

2025-07-09 Thread Carl Marcum
Hi James, Thanks for the detailed explanation. Yes 'grails -t forge' using an installed Grails M4 and './grailsw -t forge' in a 7.0.0-SNAPSHOT project both provide a forge interactive CLI. I see a M5 vote has begun with many fixes so I'll test again. Best regards, Carl On 7/8/25 11:04 AM, Ja

Re: problem with Grails CLI and web plugin

2025-07-08 Thread James Daugherty
Thanks Carl. So in 7, we've been reworking our CLIs and are experiencing some growing pains. `grailsw` is the wrapper file that downloads `grails` to ~/.grails/ - it's meant to be small so that it can be checked in as a convenience. I would expect the same error since it should just be a passthr

Re: problem with Grails CLI and web plugin

2025-07-07 Thread Carl Marcum
Hi James, grails and ./grailsw Best regards, Carl On 7/6/25 11:54 AM, James Daugherty wrote: Hi Carl, Can you provide the exact command you're using? Regards, James On 2025/07/04 15:24:41 Carl Marcum wrote: Hi All, When I create a 7.0.0-M4 web plugin and try to get a Grails CLI with the

Re: problem with Grails CLI and web plugin

2025-07-06 Thread James Daugherty
Hi Carl, Can you provide the exact command you're using? Regards, James On 2025/07/04 15:24:41 Carl Marcum wrote: > Hi All, > > When I create a 7.0.0-M4 web plugin and try to get a Grails CLI with the > Grails installed with sdkman or using the Grails wrapper I get: > | Error Error initializ