Thanks Dan. With your updated script, it is getting better. However, I still have one remaining issue: $ grep ERROR verifyresults.txt [ERROR] Error fetching link: C:\temp\verifyRelease\mytempdirectory\164-unzips\org.apache.aries.util-parent-1.1.0\util-r42\target\apidocs/package-list. Ignored it.
$ grep FAIL verifyresults.txt mytempdirectory verify_staged_release.sh verifyresults.txt All done! Grep for FAIL in the output to see any issues mytempdirectory verify_staged_release.sh verifyresults.txt Thoughts? Thanks Emily On Fri, Jan 25, 2013 at 2:54 PM, Daniel Kulp <[email protected]> wrote: > > On Jan 25, 2013, at 9:34 AM, Daniel Kulp <[email protected]> wrote: > > > > > On Jan 25, 2013, at 7:47 AM, Daniel Kulp <[email protected]> wrote: > > > >> It doesn't seem to be trying to resolve any of the artifacts from the > staging area. I see it attempting to download from eclipse link (no idea > why) but not the staging areas. > > > > Basically, during the "build" part of the script, it does not take into > account any required ordering of the -source-release.zip things. For > example, it doesn't know that it would need to build blueprint-core prior > to building the blueprint bundle. Or proxy-impl before the proxy bundle. > Thus, the failures you are seeing are likely due to it not building in the > order that would be required. > > > > Two options: > > 1) Update the script to allow passing in some sort of list of projects > to denote the order to build them > > > > 2) Update the script to create a simple maven settings.xml file that > would add the staging repo to the builds so if built out of order, it would > grab the pre-built stuff from that repo. > > > > (2) is likely easier, but getting it to also work if you require a > corporate repo manager or something for the non-staged stuff may be tricky. > > I just updated the verify script to do a simple version of #2. Can you > take a look at that and see if that helps you? > > Dan > > > > > > > > > Dan > > > > > > > > > >> > >> Dan > >> > >> > >> On Jan 25, 2013, at 6:18 AM, Emily Jiang <[email protected]> > wrote: > >> > >>> I ran the verify release scripts against the release no. 164. I got the > >>> following info: > >>> > >>> $ grep ERROR verifyresults.txt > >>> [ERROR] Failed to execute goal on project org.apache.aries.blueprint: > Could > >>> not resolve dependencies for project > >>> org.apache.aries.blueprint:org.apache.aries.blueprint:bundle:1.1.0: The > >>> following artif > >>> acts could not be resolved: > >>> org.apache.aries.blueprint:org.apache.aries.blueprint.core:jar:1.1.0, > >>> org.apache.aries.blueprint:org.apache.aries.blueprint.cm:jar:1.0.1: > Could > >>> not find artifact org.apache > >>> .aries.blueprint:org.apache.aries.blueprint.core:jar:1.1.0 in > EclipseLink > >>> Repo (http://download.eclipse.org/rt/eclipselink/maven.repo/) -> > [Help 1] > >>> [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/DependencyResolutionException > >>> [ERROR] Error fetching link: > >>> > C:\temp\verifyRelease\mytempdirectory\164-unzips\org.apache.aries.util-parent-1.1.0\util-r42\target\apidocs/package-list. > >>> Ignored it. > >>> [ERROR] Failed to execute goal on project org.apache.aries.proxy: > Could not > >>> resolve dependencies for project > >>> org.apache.aries.proxy:org.apache.aries.proxy:bundle:1.0.1: Could not > find > >>> artifact org.apa > >>> che.aries.proxy:org.apache.aries.proxy.impl:jar:1.0.1 in EclipseLink > Repo ( > >>> http://download.eclipse.org/rt/eclipselink/maven.repo/) -> [Help 1] > >>> [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/DependencyResolutionException > >>> > >>> When verifying 165, I got the following error: > >>> > >>> $ grep ERROR verifyresults.txt > >>> [ERROR] Failed to execute goal on project > >>> org.apache.aries.blueprint.itests: Could not resolve dependencies for > >>> project > >>> org.apache.aries.blueprint:org.apache.aries.blueprint.itests:jar:1.0.1: > >>> Could no > >>> t find artifact > >>> > org.apache.aries.blueprint:org.apache.aries.blueprint.testbundleb:jar:1.0.1 > >>> in EclipseLink Repo ( > http://download.eclipse.org/rt/eclipselink/maven.repo/) > >>> -> [Help 1] > >>> [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/DependencyResolutionException > >>> > >>> $ grep FAIL verifyresults.txt > >>> [INFO] BUILD FAILURE > >>> RAT FAILURE:????? src/main/resources/OSGI-INF/blueprint/schema.map > >>> mytempdirectory verify_staged_release.sh verifyresults.txt All done! > Grep > >>> for FAIL in the output to see any issues mytempdirectory > >>> verify_staged_release.sh verifyresults.txt > >>> I will be interested in knowing whether it is to do with my setup or > >>> something is not quite right. > >>> > >>> Regards > >>> Emily > >>> On Fri, Jan 25, 2013 at 7:59 AM, Charles Moulliard <[email protected]> > wrote: > >>> > >>>> +1 > >>>> > >>>> > >>>> On Fri, Jan 25, 2013 at 8:29 AM, Christoph Gritschenberger < > >>>> [email protected]> wrote: > >>>> > >>>>> +1 (non binding) > >>>>> > >>>>> kind regards, > >>>>> christoph > >>>>> > >>>>> > >>>>> On 2013-01-24 15:36, Achim Nierbeck wrote: > >>>>> > >>>>>> +1 (non binding) > >>>>>> > >>>>>> regards, Achim > >>>>>> > >>>>>> > >>>>>> 2013/1/24 Andreas Pieber <[email protected]> > >>>>>> > >>>>>> +1 (non binding) > >>>>>>> > >>>>>>> Kind regards, > >>>>>>> Andreas > >>>>>>> > >>>>>>> > >>>>>>> On Thu, Jan 24, 2013 at 9:05 AM, David Bosschaert < > >>>>>>> [email protected]> wrote: > >>>>>>> > >>>>>>> Thanks Dan, +1 from me. > >>>>>>>> > >>>>>>>> David > >>>>>>>> > >>>>>>>> > >>>>>>>> On 23 January 2013 16:18, Daniel Kulp <[email protected]> wrote: > >>>>>>>> > >>>>>>>> > >>>>>>>>> This is a vote for some of the updated bundles needed by some of > the > >>>>>>>>> downstream projects like Karaf. This vote includes util-1.1.0, > >>>>>>>>> proxy-impl/bundle-1.0.1, blueprint-core/bundle-1.1.0, > >>>>>>>>> > >>>>>>>> blueprint-cm-1.0.1, > >>>>>>> > >>>>>>>> transaction-blueprint-1.0.1, jpa-blueprint-arieas-1.0.1, and the > >>>>>>>>> blueprint-testbundleb and blueprint-itests to match. > >>>>>>>>> > >>>>>>>>> This vote does NOT contain the JMX bundles as I need some > >>>> clarification > >>>>>>>>> > >>>>>>>> on > >>>>>>>> > >>>>>>>>> the version numbers and such to use there. When that is > resolved, > >>>>>>>>> > >>>>>>>> I'll > >>>>>>> > >>>>>>>> do > >>>>>>>> > >>>>>>>>> a separate release for those. > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> Tags: > >>>>>>>>> util- > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>> http://svn.apache.org/repos/**asf/aries/tags/org.apache.** > >>>>>>> aries.util-parent-1.1.0/< > >>>> > http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.util-parent-1.1.0/ > >>>>> > >>>>>>> > >>>>>>>> proxy-impl: > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>> http://svn.apache.org/repos/**asf/aries/tags/org.apache.** > >>>>>>> aries.proxy.impl-1.0.1/< > >>>> > http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy.impl-1.0.1/ > >>>>> > >>>>>>> > >>>>>>>> proxy-bundle: > >>>>>>>>> > >>>>>>>>> http://svn.apache.org/repos/**asf/aries/tags/org.apache.** > >>>>>>> aries.proxy-1.0.1/< > >>>> > http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy-1.0.1/> > >>>>>>> > >>>>>>>> blueprint-core: > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>> http://svn.apache.org/repos/**asf/aries/tags/org.apache.** > >>>>>>> aries.blueprint.core-1.1.0/< > >>>> > http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.core-1.1.0/ > >>>>> > >>>>>>> > >>>>>>>> blueprint-cm: > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>> http://svn.apache.org/repos/**asf/aries/tags/org.apache.** > >>>>>>> aries.blueprint.cm-1.0.1/< > >>>> > http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.cm-1.0.1/ > >>>>> > >>>>>>> > >>>>>>>> blueprint-bundle: > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>> http://svn.apache.org/repos/**asf/aries/tags/org.apache.** > >>>>>>> aries.blueprint-1.1.0/< > >>>> > http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint-1.1.0/ > >>>>> > >>>>>>> > >>>>>>>> transaction-blueprint: > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>> http://svn.apache.org/repos/**asf/aries/tags/org.apache.** > >>>>>>> aries.transaction.blueprint-1.**0.1/< > >>>> > http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.transaction.blueprint-1.0.1/ > >>>>> > >>>>>>> > >>>>>>>> blueprint-testbundleb: > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>> http://svn.apache.org/repos/**asf/aries/tags/org.apache.** > >>>>>>> aries.blueprint.testbundleb-1.**0.1/< > >>>> > http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.testbundleb-1.0.1/ > >>>>> > >>>>>>> > >>>>>>>> blueprint-itests: > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>> http://svn.apache.org/repos/**asf/aries/tags/org.apache.** > >>>>>>> aries.blueprint.itests-1.0.1/< > >>>> > http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.itests-1.0.1/ > >>>>> > >>>>>>> > >>>>>>>> jpa-blueprint-aries: > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>> http://svn.apache.org/repos/**asf/aries/tags/org.apache.** > >>>>>>> aries.jpa.blueprint.aries-1.0.**1/< > >>>> > http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.blueprint.aries-1.0.1/ > >>>>> > >>>>>>> > >>>>>>>> > >>>>>>>>> Staging areas: > >>>>>>>>> https://repository.apache.org/**content/repositories/** > >>>>>>>>> orgapachearies-164/< > >>>> > https://repository.apache.org/content/repositories/orgapachearies-164/> > >>>>>>>>> https://repository.apache.org/**content/repositories/** > >>>>>>>>> orgapachearies-165/< > >>>> > https://repository.apache.org/content/repositories/orgapachearies-165/> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> Here is my +1. Vote will remain open for at least 72h, likely > till > >>>>>>>>> Monday. > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> -- > >>>>>>>>> Daniel Kulp > >>>>>>>>> [email protected] - http://dankulp.com/blog > >>>>>>>>> Talend Community Coder - http://coders.talend.com > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>> > >>>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>> > >>>>> > >>>> > >>>> > >>>> -- > >>>> Charles Moulliard > >>>> Apache Committer / Sr. Enterprise Architect (RedHat) > >>>> Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com > >>>> > >>> > >>> > >>> > >>> -- > >>> Thanks > >>> Emily > >>> ================= > >>> Emily Jiang > >>> [email protected] > >> > >> -- > >> Daniel Kulp > >> [email protected] - http://dankulp.com/blog > >> Talend Community Coder - http://coders.talend.com > >> > > > > -- > > Daniel Kulp > > [email protected] - http://dankulp.com/blog > > Talend Community Coder - http://coders.talend.com > > > > -- > Daniel Kulp > [email protected] - http://dankulp.com/blog > Talend Community Coder - http://coders.talend.com > > -- Thanks Emily ================= Emily Jiang [email protected]
