changcheng / wro4j

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

Maven plugin should create mapping file as part of the build #380

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the "groupNameMappingFile" property of the maven plugin is specified, 
the plugin must create the file at the specified location if it doesn't exist 
already. 

The old behavior was: write to specified location if file exist, otherwise 
FileNotFoundException is thrown.

The only problem we can have with the new approach is that there is 
unsufficient rights to create the file. In this case, plugin will fail with 
useful message.

Original issue reported on code.google.com by alex.obj...@gmail.com on 17 Feb 2012 at 8:55

GoogleCodeExporter commented 9 years ago
It seems that the file is getting created even if it doesn't exist. The issue 
is invalid.

Original comment by alex.obj...@gmail.com on 18 Feb 2012 at 11:31

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 19 Feb 2012 at 7:49