jamesfredley commented on PR #14162:
URL: https://github.com/apache/grails-core/pull/14162#issuecomment-2810924651

   currently if you run assemble twice (skipping over 
https://github.com/apache/grails-core/pull/14162#issuecomment-2810914875) you 
will get a grails distribution zip in /build/distributions/.  
   
   starting the grails-shell CLI fails with the following
   
   ```
   C:\Users\james\Downloads\testviews-consolidation\bin>grails
   Error: Unable to initialize main class org.grails.cli.GrailsCli
   Caused by: java.lang.NoClassDefFoundError: grails/util/Named
   ```
   
   The issue is 
   
   
`%APP_HOME%\lib\org.apache.grails.bootstrap\grails-bootstrap\jars\grails-bootstrap-7.0.0-SNAPSHOT.jar;`
   
`$APP_HOME/lib/org.apache.grails.bootstrap/grails-bootstrap/jars/grails-bootstrap-7.0.0-SNAPSHOT.jar:`
   
   should be 
   
   `%APP_HOME%\dist\grails-bootstrap-7.0.0-SNAPSHOT.jar;`
   `$APP_HOME/dist/grails-bootstrap-7.0.0-SNAPSHOT.jar;`
   
   in the classpath in `/bin/grails` and `/bin/grails.bat`
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to