Guys, can you check; 1. You have re-pointed your working copies to GitHub, and the 'develop' branch?? 2. Clean out the ~/.m2/repository/org/qi4j/ just in case. 3. Build all from beginning (for instance like below), 4. Report back ?
niclas:qi4j niclas$ cat build-all.sh #!/bin/sh cd qi4j-core && mvn clean && mvn install && cd ../qi4j-libraries && mvn clean && mvn install && cd ../qi4j-extensions && mvn clean && mvn install && cd ../qi4j-tests && mvn clean && mvn install && cd ../qi4j-tools && mvn clean && mvn install && cd ../qi4j-samples && mvn clean && mvn install && cd ../qi4j-tutorials && mvn clean && mvn install && cd .. On Fri, Nov 26, 2010 at 10:34 PM, Stanislav Muhametsin <[email protected]> wrote: > Quoting Edward Yakop <[email protected]>: > >> Hi, >> >> I thought that the push was incomplete, hence, no additional info >> provided. >> >> Anyway, here are the details: >> http://pastebin.com/198teFiQ >> >> I tried to run debugger for rdf indexing sprint01. >> For some odd reason, the second entity is "null". >> The executed query is "Find all org.qi4j.test.indexing.model.Person" >> When I executed results.count(), the returned value is 125, the expected >> values are 3. >> >> I double checked my git status, git branch etcs. >> They all seems to be in order. >> >> Regards, >> Edward Yakop > > I get the same errors on that specific test class as well. > > > _______________________________________________ > qi4j-dev mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/qi4j-dev > -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

