[
https://issues.apache.org/jira/browse/BUILDR-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Toulme resolved BUILDR-723.
-----------------------------------
Resolution: Fixed
[master 0916a14] BUILDR-723: JavaTestFilter is unable to parse paths containing
%2F
4 files changed, 17 insertions(+), 1 deletion(-)
rewrite lib/buildr/java/org/apache/buildr/JavaTestFilter.class (85%)
> JavaTestFilter is unable to parse paths containing %2F
> ------------------------------------------------------
>
> Key: BUILDR-723
> URL: https://issues.apache.org/jira/browse/BUILDR-723
> Project: Buildr
> Issue Type: Bug
> Affects Versions: 1.4.24
> Reporter: Gerald Fiedler
> Assignee: Antoine Toulme
> Fix For: 1.5
>
>
> When the current working dir path contains special chars used for URL
> encoding like "%2F" then buildr test fails with
> gfiedler:~/workspace/foo%2Fbar> buildr test
> (in /home/gfiedler/workspace/foo%2Fbar, development)
> JavaTestFilter: Unable to load class dependency.InvocationTargetFieldMock to
> determine testing ability
> ClassNotFoundException: dependency.InvocationTargetFieldMock
> Buildr aborted!
> RuntimeError : java.lang.ClassNotFoundException:
> dependency.InvocationTargetFieldMock
> A fix would be to replace file.toURL() by file.toURI().toURL() in
> JavaTestFilter.java.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)