[
https://jira.jboss.org/jira/browse/JBTM-537?page=com.atlassian.jira.plugi...
]
Ivo Studensky commented on JBTM-537:
------------------------------------
Proposed solution:
$ diff old/trunk/ArjunaJTS/build.xml new/trunk/ArjunaJTS/build.xml
314a315,316
<exclude name="bin/**" />
<exclude name="lib/**" />
321a324,330
<copy
todir="${com.hp.mwlabs.installationdirectory}/services">
<fileset dir="services">
<include name="bin/**"/>
<include name="lib/**"/>
</fileset>
</copy>
JTS compilation with IBM jdk1.5 fails due to "Failed to copy ...
due to MalformedInputException"
------------------------------------------------------------------------------------------------
Key: JBTM-537
URL:
https://jira.jboss.org/jira/browse/JBTM-537
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: JTS
Environment: IBM JDK 1.5, Apache Ant 1.6.5, Linux
Reporter: Ivo Studensky
Fix For: 4.6.1
The copying of binary files in combination with filtering failed in case of IBM jdk 1.5.
See the snippet of compilation output:
...
[java]
/mnt/hudson_workspace/workspace/jbossts-test-rhel4-ibm15-temp/trunk/ArjunaJTS/build.xml:312:
Failed to copy
/mnt/hudson_workspace/workspace/jbossts-test-rhel4-ibm15-temp/trunk/ArjunaJTS/services/bin/hpux/wrapper
to
/mnt/hudson_workspace/workspace/jbossts-test-rhel4-ibm15-temp/trunk/install/services/bin/hpux/wrapper
due to sun.io.MalformedInputException
[java] This is normally due to the input file containing invalid
[java] bytes for the character encoding used : UTF8
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira