Matt,

something I overlooked on my first pass

On 2017-04-13, <mben...@apache.org> wrote:

> http://git-wip-us.apache.org/repos/asf/ant/blob/b7d1e9bd/src/main/org/apache/tools/ant/helper/ProjectHelper2.java
> @@ -256,7 +259,7 @@ public class ProjectHelper2 extends ProjectHelper {
>                      zf = new ZipFile(org.apache.tools.ant.launch.Locator
>                                       .fromJarURI(uri), "UTF-8");
>                      inputStream =
> -                        zf.getInputStream(zf.getEntry(uri.substring(pling + 
> 1)));
> +                        zf.getInputStream(zf.getEntry(uri.substring(pling + 
> 2)));

why did you change the offset from 1 to 2? Doesn't look right to me but
if it is we should probably change it for 1.9.x as well.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to