MattCheely / requirejs-maven-plugin

Maven plugin for RequireJS optimization
GNU Lesser General Public License v2.1
66 stars 21 forks source link

Missing build file error is not detected by Maven #27

Closed ouadi closed 10 years ago

ouadi commented 11 years ago

When the build file is missing, the plugin detect it and prints an error message. However, the build continue with the next step.

Hereinafter a sample of Maven output: ... [INFO] --- requirejs-maven-plugin:1.0.4:optimize (default) @ SaphirJS.utils --- Error: Error: ERROR: build file does not exist: builds.js [INFO] [INFO] --- exec-maven-plugin:1.1:exec (Unit Testing) @ SaphirJS.utils --- ...

akoskm commented 11 years ago

This isn't happening in 2.0.0

ouadi commented 10 years ago

Yes indeed. Thank you for the help.