grails-plugins / grails-angular-scaffolding

9 stars 6 forks source link

Execution failed for task ':server:ngInstallTemplates' #9

Open gnaaromat opened 5 years ago

gnaaromat commented 5 years ago

I tried installing the templates but it failed with the error

:server:ngInstallTemplates                 
java.io.FileNotFoundException: jar:file:\C:\Users\myUser\.gradle\caches\modules-2\files-2.1\org.grails.plugins\angular-scaffolding\2.0.0\4935ee6767adc8cbfdf91dd6f51f6e28eb01068f\angular-scaffolding-2.0.0.jar!\angular\scaffolding\NgGenerateAllCommand.class (The fi
lename, directory name, or volume label syntax is incorrect)
:server:ngInstallTemplates FAILED          

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':server:ngInstallTemplates'.

I checked and the jar file exists in that location and also contains the class file. Probably not an issue of the plugin but then again... I just followed the documentation's instructions :)