jdaugherty opened a new issue, #332:
URL: https://github.com/apache/grails-intellij-plugin/issues/332

   When I try to run the tests in my Grails 3.3.5 app from inside IntelliJ, I 
get the following error:
   ```
       FAILURE: Build failed with an exception.
       * What went wrong:
       Could not read initialization script 
'/private/var/folders/h4/lrdc182d29n70jp52pm12l_h0000gn/T/ijtestinit.gradle' as 
it does not exist.
       * Try:
       Run with --info or --debug option to get more log output.
       * Exception is:
       org.gradle.api.resources.MissingResourceException: Could not read 
initialization script 
'/private/var/folders/h4/lrdc182d29n70jp52pm12l_h0000gn/T/ijtestinit.gradle' as 
it does not exist.
        at 
org.gradle.internal.resource.UriTextResource.getAsReader(UriTextResource.java:110)
   ```
   I have no problem doing either of the following
   
    * Running the application from inside IntelliJ
    * Running the test from the command-line
   
   The problem was resolved by restarting IntelliJ, but I was asked to create 
this issue by a JetBrains employee because:
   
   > I can implement more stable fix recreating this file if it is missing.
   
   [Discussion of this issue in the Grails Slack 
channel](https://grails.slack.com/archives/C0NC33WQ0/p1524665244000142) with 
the aforementioned JetBrains employee (requires a Grails Slack account).
   
   ---
   
   *Imported from 
[IDEA-190998](https://youtrack.jetbrains.com/issue/IDEA-190998) · Type: Bug · 
Votes: 0*
   *Comments, attachments, dates and reporter are not part of the export — 
follow the link above for the full history.*
   


-- 
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