Am 01/04/17 um 20:16 schrieb Stephen Connolly:
> https://builds.apache.org/view/Maven/job/maven-jenkinsfile/job/post-reset-master/6/testReport/junit/org.apache.maven.it/MavenITmng3599useHttpProxyForWebDAVTest/testitUseHttpProxyForWebDAV_2/
> 
> Seems to fail at random on Windows...
> 

It may be a classpath ordering issue. It's only happening on Windows.
Maybe on Linux the file name order is preserved whereas on Windows it's
random. The last comment in here

<https://issues.apache.org/jira/browse/MNG-3599>

links to

<https://issues.apache.org/jira/browse/MNG-3805>

"Ordering of extension class path is indeterministic"

If you take a look at the changes done to fix it, you'll notice that
there are changes in the core having to do with extension classpath
construction (maybe due to the addition of support for extenion.xml
files). So maybe the extension class path again is indeterministic due
to those changes and there really is an issue in the core.

Regards,
-- 
Christian


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

Reply via email to