google-code-export / wro4j

Automatically exported from code.google.com/p/wro4j
1 stars 1 forks source link

ignoreMissingResources doesn't work in maven plugin #848

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.set the ignoreMissingResources property to false
2.In the wro.xml add a missing javascript reference

What is the expected output? What do you see instead?

a build failed but everything run well

What version of the product are you using? On what operating system?

1.7.3

Please provide any additional information below.

Original issue reported on code.google.com by bali...@sfeir.com on 18 Feb 2014 at 5:04

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 20 Feb 2014 at 9:28

GoogleCodeExporter commented 9 years ago
I know it is confusing, but the current behavior is this:
when ConfigurableWroManagerFactory is used, the ignoreMissingResources flag is 
loaded from wro.properties configuration file. 
Please confirm that if changing this configuration works as expected so that I 
can close this issue.

Original comment by alex.obj...@gmail.com on 20 Feb 2014 at 11:22

GoogleCodeExporter commented 9 years ago
Ok i try and it's working. Except that you don't have warning if you set the 
flag to true and have missing resources. But for me it is good and you can 
close the issue

Original comment by bali...@sfeir.com on 20 Feb 2014 at 12:47