Ok, I think I've found it. When the file gets copied, filtering was *enabled* and this
probably alters the binary content.
| <!-- Compile bin scripts -->
| <target name="compile-bin" depends="init">
| <mkdir dir="${build.bin}"/>
| <copy todir="${build.bin}" filtering="yes">
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217389#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...