The issue was in SecuredPrefixMappingTest.java around line 62 is should read
if (m.isAnnotationPresent(Test.class)) but it did read if ( ! m.isAnnotationPresent(Test.class)) On Sat, Oct 4, 2014 at 11:39 PM, Andy Seaborne <[email protected]> wrote: > On 04/10/14 19:29, Claude Warren wrote: > >> Andy, >> >> Have you attempted to build with the new tests I checked in? If so did >> it work? If it did I will close the open issue. >> > > Claude, > > Haven't tried (just kicking off a build now .. master builds for me with > Java8) but I'm not clear from the changes how it relates to my experience. > > But ... it was working for me from the git tag and master, just not > working from the source-release despite the files being identical (of > course, some things still differ like the file order in directories is > different leading to differences with looking at files). > > We're also not seeing problems on Jenkins. The spite of recent Jenkins > failures were (1) migrating to git then (2) the build servers are under a > lot of stress and they have just been rebuilt (ubuntu*) and new servers > made available to the general pool (H*) all of which caused some > configuration problems. > > What was the problem with jena-security? And would it induce > non-deterministic behaviour? > > Andy > > >> Thanks, >> Claude >> >> >> -- >> I like: Like Like - The likeliest place on the web >> <http://like-like.xenei.com> >> LinkedIn: http://www.linkedin.com/in/claudewarren >> > > -- I like: Like Like - The likeliest place on the web <http://like-like.xenei.com> LinkedIn: http://www.linkedin.com/in/claudewarren
