Re: 'develop' --> Java 8

2015-07-31 Thread Niclas Hedhman
Ahhh. Yes, of course. Forgot that strange setup. Thanks On Fri, Jul 31, 2015 at 11:03 PM, Paul Merlin wrote: > Niclas Hedhman a écrit : > > But things are a bit broken, especially the devstatus Python script is > now > > very unhappy. Could have been a search/replease error in the > devstatus.x

Re: 'develop' --> Java 8

2015-07-31 Thread Paul Merlin
Niclas Hedhman a écrit : > But things are a bit broken, especially the devstatus Python script is now > very unhappy. Could have been a search/replease error in the devstatus.xml > files. I fixed the error with: rm -rf ~/.asciidoc/filters This fix the error because our build install devstatus/snipp

Re: 'develop' --> Java 8

2015-07-31 Thread Kent Sølvsten
git checkout develop git pull gradlew clean test BUILD SUCCESSFUL Good job Den 31-07-2015 kl. 05:00 skrev Niclas Hedhman: > Well, tiredness creates problems. So I manage to commit it to 'master'. > > ASF doesn't allow 'git push --force', so 'git revert' has been applied to > remove those 4 commi

Re: 'develop' --> Java 8

2015-07-30 Thread Niclas Hedhman
Well, tiredness creates problems. So I manage to commit it to 'master'. ASF doesn't allow 'git push --force', so 'git revert' has been applied to remove those 4 commits from 'master', and then cherry-picked them into 'develop'. So it should(!) be fine now. Niclas On Fri, Jul 31, 2015 at 3:56 AM,

Re: 'develop' --> Java 8

2015-07-30 Thread Kent Sølvsten
have you pushed the changes so far? Den 30-07-2015 kl. 21:50 skrev Niclas Hedhman: > A massive refactoring... And I have been on it for hours by now, and need > to sleep. But I am pushing the progress so far. > > All packages have been changed. > All "Qi4j" in class and file names has been changed

Re: 'develop' --> Java 8

2015-07-30 Thread Niclas Hedhman
A massive refactoring... And I have been on it for hours by now, and need to sleep. But I am pushing the progress so far. All packages have been changed. All "Qi4j" in class and file names has been changed. All documentation has been changed. All variables using "qi4j" has been changed. All host n

Re: 'develop' --> Java 8

2015-07-30 Thread Paul Merlin
Hey Niclas, Go ahead! I'm happy you start with the package renaming, I think it's a good idea do to it upfront. I can help with the build. I spent last weeks tuning it for the release so I have a clear view of what changes are needed. Tell me. /Paul Niclas Hedhman a écrit : > NOTE!!! I am doing

Re: 'develop' --> Java 8

2015-07-30 Thread Niclas Hedhman
NOTE!!! I am doing the main package renaming right now, so please don't try to do work until a bit later. It will break badly either for you or for me. On Thu, Jul 30, 2015 at 12:08 PM, Niclas Hedhman wrote: > > Since the RC1 is likely to be released, and that 'master' is updated to > that RC1,