Re: [VOTE] Apache Isis Core release 2.0.0-M2 RC1

2019-01-18 Thread Johan Doornenbal
On 2019/01/18 09:19:12, Dan Haywood wrote: > Hmm, I see: > > Failed to execute goal > org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli) > on project standalone-pom: The desired archetype does not exist > (org.apache.isis.archetype:simpleapp-archetype:1.16.0-SNAPSHOT)

Re: [VOTE] Apache Isis Core release 2.0.0-M2 RC1

2019-01-18 Thread Dan Haywood
Hmm, I see: Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli) on project standalone-pom: The desired archetype does not exist (org.apache.isis.archetype:simpleapp-archetype:1.16.0-SNAPSHOT) which suggests that the command: mvn archetype:generate

Re: [VOTE] Apache Isis Core release 2.0.0-M2 RC1

2019-01-18 Thread Johan Doornenbal
On 2019/01/12 14:28:24, Dan Haywood wrote: > Folks, > > I've cut a release for Apache Isis Core and the two archetypes: > > * Core 2.0.0-M2 > * HelloWorld Archetype 2.0.0-M2 > * SimpleApp Archetype 2.0.0-M2 > > The source code artifacts have been uploaded to staging repositories on >

Re: [VOTE] Apache Isis Core release 2.0.0-M2 RC1

2019-01-14 Thread Dan Haywood
Right you are. This vote is cancelled, I'll do a new RC2 shortly. On Mon, 14 Jan 2019 at 11:02, Andi Huber wrote: > I've applied a fix to the junit test that Kevin discovered to be failing. > I guess we need a new RC and hence a new vote. > > Cheers, Andi > > On 2019/01/12 14:28:24, Dan

Re: [VOTE] Apache Isis Core release 2.0.0-M2 RC1

2019-01-14 Thread Andi Huber
I've applied a fix to the junit test that Kevin discovered to be failing. I guess we need a new RC and hence a new vote. Cheers, Andi On 2019/01/12 14:28:24, Dan Haywood wrote: > Folks, > > I've cut a release for Apache Isis Core and the two archetypes: > > * Core 2.0.0-M2 > * HelloWorld

Re: [VOTE] Apache Isis Core release 2.0.0-M2 RC1

2019-01-13 Thread Andi Huber
Thx Kevin, it seems the particular test that fails is sensitive to what happened before. Root cause being that the configuration is not bootstrapped in a way that it should for testing. I'm looking into it ... On 2019/01/13 17:59:32, "Kevin Meyer" wrote: > > On Sun, January 13, 2019 17:24,

Re: [VOTE] Apache Isis Core release 2.0.0-M2 RC1

2019-01-13 Thread Kevin Meyer
On Sun, January 13, 2019 17:24, Dan Haywood wrote: > What are you building on, Kevin? OS? JDK? maven? > Sorry, yes. I should have specified.. Ubuntu 18.04.1 LTS (Bionic Beaver) $ java -version openjdk version "1.8.0_191" OpenJDK Runtime Environment (build

Re: [VOTE] Apache Isis Core release 2.0.0-M2 RC1

2019-01-13 Thread Dan Haywood
What are you building on, Kevin? OS? JDK? maven? On Sun, 13 Jan 2019 at 15:51, Kevin Meyer wrote: > I get a test failure and the build fails: > > > --- > Test set: > >

Re: [VOTE] Apache Isis Core release 2.0.0-M2 RC1

2019-01-13 Thread Kevin Meyer
I get a test failure and the build fails: --- Test set: org.apache.isis.core.metamodel.services.ServicesInjectorDefaultTest_validateServices$ValidateServicesTestValidateServices

Re: [VOTE] Apache Isis Core release 2.0.0-M2 RC1

2019-01-12 Thread Andi Huber
+1 debian 9, maven 3.6.0, Oracle JDK8 build 191 Verification process is very smooth now, thx Dan! Cheers Andi! On 2019/01/12 14:28:24, Dan Haywood wrote: > Folks, > > I've cut a release for Apache Isis Core and the two archetypes: > > * Core 2.0.0-M2 > * HelloWorld Archetype 2.0.0-M2 > *