wro4j / wro4j-runner

Command line runner for wro4j
Apache License 2.0
1 stars 5 forks source link

ClassNotFoundException: groovy.lang.GroovyShell #1

Open bardware opened 10 years ago

bardware commented 10 years ago

I downloaded wro4j-runner-1.7.6 from the google drive site and integrated it into my ant script. I keep getting error ClassNotFoundException: groovy.lang.GroovyShell when I run the script. This obviuosly happens because I didn't create a wro.xml file. When this file exists this error disappears. When no wro.properties file exists a warning is shown.

qasta commented 9 years ago

Also the same exception is thrown when wro.xml file found but it can not be parsed. For example, if it contains empty tags. In this case an error or warning should be displayed because the only way to see what happens to provide own log4 configuration with DEBUG level enabled.