Thanks Kevin

In took me a little while to reproduce the issue, but I see what the
problem is now.  Not a problem with the code as such, rather it's the
release procedures which I'm trying to simplify but I think simplified a
little bit too much.

So, I'll pull this RC1 and go round the loop with an RC2 in (hopefully) a
day or two's time.

Thx
Dan


On Mon, 23 Jul 2018 at 20:49 Kevin Meyer <ke...@kmz.co.za> wrote:

> Hi,
>
> The second command, copied below was a simple "mvn clean install".
>
> By the way, I was seeing a blend of versions being installed when
> installing the main Isis 2.0.0-M1.
>
> Sometimes it was 2.0.0-M1, sometimes it was -SNAPSHOT. The isis:core, for
> example, was installed as -SNAPSHOT.
>
> Cheers,
> Kevin
>
> -------
> @adell:myapps$ mvn clean install
>  [INFO] Scanning for projects...
>  Downloading from incode-cloud-maven:
>
>
> https://repo.incode.cloud/repository/maven/org/apache/isis/core/isis/2.0.0-M1/isis-2.0.0-M1.pom
>  [ERROR] [ERROR] Some problems were encountered while processing the POMs:
>  [ERROR] Non-resolvable import POM: Could not find artifact
>  org.apache.isis.core:isis:pom:2.0.0-M1 in incode-cloud-maven
>  (https://repo.incode.cloud/repository/maven/) @ line 91, column 19
>   @
>  [ERROR] The build could not read 1 project -> [Help 1]
>  [ERROR]
>  [ERROR]   The project com.mycompany:myapps:1.0-SNAPSHOT
>  (/home/kevin/isis/release/myapps/pom.xml) has 1 error
>  [ERROR]     Non-resolvable import POM: Could not find artifact
>  org.apache.isis.core:isis:pom:2.0.0-M1 in incode-cloud-maven
>  (https://repo.incode.cloud/repository/maven/) @ line 91, column 19 ->
>  [Help 2]
>
> On 23 July 2018 21:23:17 CEST, Dan Haywood <d...@haywood-associates.co.uk>
> wrote:
> >Hi Kevin,
> >The error says you ran in offline mode... what command did you use?
> >Cheers,
> >Dan.
> >
> >On Mon, 23 Jul 2018, 19:57 Kevin Meyer, <ke...@kmz.co.za> wrote:
> >
> >> Hi!
> >>
> >> Thank you Dan and Andi for putting this together!
> >>
> >> Unfortunately I have to vote a -1 because I can not test the release.
> >>
> >> I am unable to install either of the generated helloworld or
> >simpleapp,
> >> with the same failure, see below.
> >>
> >> Let me know if this is a configuration failure on my side and how to
> >fix
> >> it and I'll try again.
> >>
> >> Cheers,
> >> Kevin
> >>
> >>
> >> ------------------------------------------------------------
> >> [INFO] Scanning for projects...
> >> [ERROR] [ERROR] Some problems were encountered while processing the
> >POMs:
> >> [ERROR] Non-resolvable import POM: Cannot access incode-cloud-maven
> >> (https://repo.incode.cloud/repository/maven/) in offline mode and the
> >> artifact org.apache.isis.core:isis:pom:2.0.0-M1 has not been
> >downloaded
> >> from it before. @ line 91, column 19
> >>  @
> >> [ERROR] The build could not read 1 project -> [Help 1]
> >> [ERROR]
> >> [ERROR]   The project com.mycompany:myapps:1.0-SNAPSHOT
> >> (/home/kevin/isis/release/myapps/pom.xml) has 1 error
> >> [ERROR]     Non-resolvable import POM: Cannot access
> >incode-cloud-maven
> >> (https://repo.incode.cloud/repository/maven/) in offline mode and the
> >> artifact org.apache.isis.core:isis:pom:2.0.0-M1 has not been
> >downloaded
> >> from it before. @ line 91, column 19 -> [Help 2]
> >> [ERROR]
> >> [ERROR] To see the full stack trace of the errors, re-run Maven with
> >the
> >> -e switch.
> >> [ERROR] Re-run Maven using the -X switch to enable full debug
> >logging.
> >> [ERROR]
> >> [ERROR] For more information about the errors and possible solutions,
> >> please read the following articles:
> >> [ERROR] [Help 1]
> >>
> >http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> >> [ERROR] [Help 2]
> >>
> >
> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> >> kevin@adell:myapps$ mvn clean install
> >> [INFO] Scanning for projects...
> >> Downloading from incode-cloud-maven:
> >>
> >>
> >
> https://repo.incode.cloud/repository/maven/org/apache/isis/core/isis/2.0.0-M1/isis-2.0.0-M1.pom
> >> [ERROR] [ERROR] Some problems were encountered while processing the
> >POMs:
> >> [ERROR] Non-resolvable import POM: Could not find artifact
> >> org.apache.isis.core:isis:pom:2.0.0-M1 in incode-cloud-maven
> >> (https://repo.incode.cloud/repository/maven/) @ line 91, column 19
> >>  @
> >> [ERROR] The build could not read 1 project -> [Help 1]
> >> [ERROR]
> >> [ERROR]   The project com.mycompany:myapps:1.0-SNAPSHOT
> >> (/home/kevin/isis/release/myapps/pom.xml) has 1 error
> >> [ERROR]     Non-resolvable import POM: Could not find artifact
> >> org.apache.isis.core:isis:pom:2.0.0-M1 in incode-cloud-maven
> >> (https://repo.incode.cloud/repository/maven/) @ line 91, column 19 ->
> >> [Help 2]
> >> [
> >> ------------------------------------------------------------
> >>
> >> On Sat, July 21, 2018 16:17, Dan Haywood wrote:
> >> > Finally!
> >> >
> >> >
> >> > I've just cut a release for Apache Isis Core and the two
> >archetypes:
> >> >
> >> >
> >> > * Core 2.0.0-M1
> >> > * HelloWorld Archetype 2.0.0-M1
> >> > * SimpleApp Archetype 2.0.0-M1
> >> >
> >> >
> >> > You'll note the "M1" suffix - this is the first milestone of
> >several
> >> > towards an 2.0.0 release.  Already though, a lot has been
> >accomplished:
> >> >
> >> > - run on Java 8 only
> >> > - removal of many deprecated annotations and services  (some still
> >remain
> >> > in applib-legacy, a new module) - upgrade to DataNucleus 5.1.x (in
> >fact,
> >> > this is pluggable, so DN 4.1.x is also supported) - support for
> >> > meta-annotations (for both Isis annotations and DN 5.x) - upgrade
> >to
> >> > Wicket 8
> >> > - better support for JEE
> >> > - upgrade to RestEasy 3, provisional support for RestEasy 4 (again,
> >this
> >> > is pluggable) - support for JUnit 5 for unit and integ tests
> >> > - new WrapperFactory implementation based on bytebuddy, deprecating
> >use
> >> of
> >> >  javassist (again, this is pluggable) - new breadcrumbs support
> >> > - alpha support for table/tree views
> >> >
> >> >
> >> > A big shout-out to Andi Huber, our most recent new committer, who
> >has
> >> > done the vast majority of the above work.  Thanks, Andi !
> >> >
> >> > ~~~
> >> > The source code artifacts have been uploaded to staging
> >repositories on
> >> > repository.apache.org:
> >> >
> >> >
> >> > *
> >> >
> >>
> >
> http://repository.apache.org/content/repositories/orgapacheisis-1079/org/a
> >> > pache/isis/core/isis/2.0.0-M1/isis-2.0.0-M1-source-release.zip *
> >> >
> >>
> >
> http://repository.apache.org/content/repositories/orgapacheisis-1082/org/a
> >> >
> >pache/isis/archetype/helloworld-archetype/2.0.0-M1/helloworld-archetype-2
> >> > .0.0-M1-source-release.zip
> >> > *
> >> >
> >>
> >
> http://repository.apache.org/content/repositories/orgapacheisis-1082/org/a
> >> >
> >pache/isis/archetype/simpleapp-archetype/2.0.0-M1/simpleapp-archetype-2.0
> >> > .0-M1-source-release.zip
> >> >
> >> >
> >> > For each zip there is a corresponding signature file (append .asc
> >to the
> >> > zip's url).
> >> >
> >> > In the source code repo the code has been tagged as
> >isis-2.0.0-M1-RC1,
> >> > helloworld-archetype-2.0.0-M1-RC1 and
> >simpleapp-archetype-2.0.0-M1-RC1;
> >> > see https://github.com/apache/isis/tags
> >> >
> >> >
> >> > For instructions on how to verify the release (build from binaries
> >and/or
> >> >  use in Maven directly), see
> >> >
> >>
> >https://isis.apache.org/guides/cgcom/cgcom.html#_cgcom_verifying-releases
> >> >
> >> >
> >> > Please verify the release and cast your vote.  The vote will be
> >open for
> >> > a minimum of 72 hours.  In the meantime I'm going to try to update
> >some
> >> of
> >> >  the documentation that's not yet there.
> >> >
> >> > [ ] +1
> >> > [ ]  0
> >> > [ ] -1
> >> >
> >> >
> >>
> >>
> >> --
> >> Kevin Meyer
> >> Ljubljana, Slovenia
> >> Vice President Apache Isis (https://isis.apache.org)
> >> The Apache Software Foundation
> >>
> >> --
> >DISCLAIMER: This e-mail is from Haywood Associates Ltd (Registered
> >Number
> >3525455) and it and its attachments may be confidential and are
> >intended
> >solely for the use of the individual to whom it is addressed.  Any
> >unauthorised use or dissemination of this communication is strictly
> >prohibited. Any information provided to Haywood Associates Ltd shall be
> >retained and used in accordance with our Privacy Statement at
> >http://www.haywood-associates.co.uk/privacy.  If you have received this
> >communication in error, please immediately notify the sender by return
> >e-mail message and delete all copies of the original communication.
>
> --
> Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
DISCLAIMER: This e-mail is from Haywood Associates Ltd (Registered Number
3525455) and it and its attachments may be confidential and are intended
solely for the use of the individual to whom it is addressed.  Any
unauthorised use or dissemination of this communication is strictly
prohibited. Any information provided to Haywood Associates Ltd shall be
retained and used in accordance with our Privacy Statement at
http://www.haywood-associates.co.uk/privacy.  If you have received this
communication in error, please immediately notify the sender by return
e-mail message and delete all copies of the original communication.

Reply via email to