google-code-export / wro4j

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

groupNameMappingFile and incremental eclipse builds #668

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using the wro4j maven plugin together with the m2e-wro4j connector 
(Eclipse).

To perform the mapping from a group to the actual (processed) file I wold like 
to use the groupNameMappingFile parameter.

The problem that I'm facing is that AbstractWro4jMojo#getTargetGroupsAsList 
contains an optimization for incremental eclipse builds. After an incremental 
build the mapping file only contains entries for the changed groups. All 
mapping information about un-changed groups is lost.

Not sure if this is a bug report or a change request. Either way it would be 
nice if the mapping file would always contain entries for all groups.

This issue was reported on github: https://github.com/alexo/wro4j/issues/97

Original issue reported on code.google.com by alex.obj...@gmail.com on 3 Feb 2013 at 9:01

GoogleCodeExporter commented 9 years ago
Fixed in branch 1.6.x

Original comment by alex.obj...@gmail.com on 4 Feb 2013 at 10:52