talios / coffee-maven-plugin

Apache Maven Plugin for Coffeescript
63 stars 17 forks source link

Added a check for null joinSets #7

Closed wpraet closed 13 years ago

wpraet commented 13 years ago

Hi, I added a check in the CoffeeScriptCompilerMojo at line 149 to see if the list of joinSets is null. When no joinSets configuration is specified, the plugin would crash with a NPE.

talios commented 13 years ago

Cheers for the patch ;-) Can't believe I missed that :) Nice to see I have some users other than coworkers as well..