I think you mean the failure is because the fix UIMA-2097 did for other cases of
URI creation wasn't done for this case, right?
For UIMA-2097 I did a code scan for "new URI" and for ".toURI" but didn't know
some code was using "URI.create", so I missed "fixing" this one.
(line 155 in SolrCASConsumer:
url = URI.create(new
StringBuilder(FILEPATH).append(getContext().getDataPath()).
append("/").append(path.replace(FILEPATH,
EMPTY_STRING)).toString()).
toURL(); // this supports relative file paths
)
I will reopen 2097 and fix this, and any other uses of URI.create I can find
:-).
-Marshall
On 3/27/2011 6:33 PM, Tommaso Teofili wrote:
> This is due now to UIMA-2097 since file path to solr.home is:
>
>
> file:///home/hudson/hudson-slave/workspace/UIMA
> Addons/Solrcas/src/test/resources/org/apache/uima/solrcas/
>
>
> which contains an unescaped whitespace.
> Tommaso
>
> 2011/3/28 Apache Hudson Server <[email protected]>
>
>> See <
>> https://hudson.apache.org/hudson/job/UIMA%20Addons/org.apache.uima$Tagger/4/
>>
>>