qickrooms / flex-mojos

Automatically exported from code.google.com/p/flex-mojos
0 stars 0 forks source link

resource modules ignore finalName for output file #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compile resource modules (mergeResourceBundle = false)
2. set finalName on the project (i.e. Main)
3. perform a compile

What is the expected output? What do you see instead?
I expect there to be a Main.swf plus a resource module for each locale named 
Main-{locale}.swf, 
instead I see Main.swf and a resource module for each locale named 
myartifactid-{locale}.swf

I believe we just need to fix writeResourceBundle so that the output file uses 
build.getFinalName() 
instead of project.getArtifactId()

Original issue reported on code.google.com by RedB...@gmail.com on 4 Aug 2008 at 7:34

GoogleCodeExporter commented 9 years ago

Original comment by RedB...@gmail.com on 4 Aug 2008 at 7:36

GoogleCodeExporter commented 9 years ago
fixed in r671

Original comment by RedB...@gmail.com on 6 Aug 2008 at 2:57