You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "A B (JIRA)" <ji...@apache.org> on 2007/10/25 01:11:53 UTC

[jira] Updated: (DERBY-3148) IllegalArgumentException: Malformed \uxxxx encoding while trying to find Xalan version running tests via ant

     [ https://issues.apache.org/jira/browse/DERBY-3148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

A B updated DERBY-3148:
-----------------------

    Attachment: d3148_v1.patch

Attaching a simple patch which moves away from parsing the EnvironmentCheck output as Properties and instead just does a plain old string search for the line containing the target property.  This seems to have solved the problem...

Is this too naive of a solution?

> IllegalArgumentException: Malformed \uxxxx encoding while trying to find Xalan version running tests via ant
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3148
>                 URL: https://issues.apache.org/jira/browse/DERBY-3148
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.4.0.0
>         Environment: ant 1.7.0
> IBM JVM 1.5
> Windows XP
>            Reporter: Daniel John Debrunner
>         Attachments: d3148_v1.patch
>
>
> Following stack trace after executing:
> ant -propertyfile ant.properties junit-all-codeline-jars
>     [junit] Unexpected exception while trying to find Xalan version:
>     [junit] java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
>     [junit]     at java.util.Properties.loadConvert(Properties.java:531)
>     [junit]     at java.util.Properties.load(Properties.java:370)
>     [junit]     at org.apache.derbyTesting.junit.XML.checkXalanVersion(XML.java:
> 329)
>     [junit]     at org.apache.derbyTesting.junit.XML.<clinit>(XML.java:116)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.