On Wed, Feb 2, 2011 at 12:14 PM, Guillaume Nodet <[email protected]> wrote:
> Go and try again the release. > I'm not 100% buying the "project lead" stuff as imho, the project lead > is fluctuant over time and it's mostly the one doing the work. > Agreed, put it this way if you tell no one before doing a release and you are not the team lead, then its not good. > But I agree we could use a short notice email about discussing a release. > > On Wed, Feb 2, 2011 at 10:04, Achim Nierbeck <[email protected]> > wrote: > > OK, my fault regarding pax-swissbox, was just to anxious to get > > pax-web released. > > Regarding pax-web I did already send a "notice" to the mailing list > > that I would like to release it. > > Starting with a 1.0.0.M1 which I dumped after some notes from different > people. > > Anyway consider this email then as a notice :) that I really really > > would like a release of > > pax-swiss, pax-url and pax-web. > > If a project lead of pax-swiss, pax-url would like to do it please do > > it, if not I can give it another try tonight. :) > > Regarding pax-web I would like to do the release, need to get some > > sort of experience with it :) > > > > regards, Achim > > > > 2011/2/2 Toni Menzel <[email protected]>: > >> > >> > >> On Wed, Feb 2, 2011 at 9:42 AM, Achim Nierbeck <[email protected] > > > >> wrote: > >>> > >>> OK, sorry didn't want to offend anybody in trying to somebody elses > work > >>> here. > >>> Right now I wan't to release pax-web, and as far as I can tell right > >>> now there is no real Project Lead for it, or is there? To get pax-web > >>> running smoothly I need a release of pax-url also this implies a > >>> release of pax-swissbox too. Now who is releasing this for me then? > >> > >> Project Lead: Jira mentions them. Presumably its Alin. > >> As i said, we are not on Apache here - so mostly driven by participation > and > >> people stepping up to do things. > >> Just wanted to point out that this level of freedom requires good > >> communication. > >> So, forget the Project Lead thing for now, its just about letting people > >> know about the intends on the Mailinglist beforehand. ;) > >> Toni > >>> > >>> > >>> > >>> Kind regards, Achim > >>> > >>> > >>> 2011/2/2 Andreas Pieber <[email protected]>: > >>> > On Wed, Feb 02, 2011 at 12:29:48AM +0100, Toni Menzel wrote: > >>> >> Umm, not quite sure about this particular problem, but: > >>> > > >>> > Well, I think I have an idea about the particular problem: You have > not > >>> > updated > >>> > the scm tag and the scm should be set to readonly already. Could be > at > >>> > least one > >>> > possible source for the error > >>> > > >>> >> > >>> >> Can we try to get into "normal" mode again when doing releases ? > >>> >> I know things went different in recent weeks, both with > >>> >> infrastructure > >>> >> availability & Github movement. > >>> > > >>> > BTW, is it possible again to create new accounts again? > >>> > > >>> >> But how can we do a release with two open issues [1] on Swissbox > >>> >> ? Either move those to "unknown release" or close them (?). > >>> >> Also, its cool that you all step up doing the releases, but > usually > >>> >> its > >>> >> up to the Project Lead to kick them off, i think. > >>> >> Of cause - open participation - once you have the Release Manager > >>> >> Karma, you can do it, but please give at least half a day after > >>> >> asking > >>> >> on the Mailinglist if there is any work ongoing at the project in > >>> >> question. (or did i miss a message today ?) > >>> > > >>> > +1 > >>> > > >>> >> Thats at least my view, and i also would will remind myself not > >>> >> rushing > >>> >> other people over with community changes again (.. SVN->Github > >>> >> Movement) > >>> > > >>> > kind regards, > >>> > andreas > >>> > > >>> >> Guys, WDYT ? > >>> >> For the particular issue, i will have a look tomorrow. > >>> >> [1] > >>> >> [1]http://issues.ops4j.org/secure/IssueNavigator.jspa?reset=true&mo > >>> >> > >>> >> > de=hide&sorter/order=DESC&sorter/field=priority&resolution=-1&pid=10145 > >>> >> &fixfor=10401 > >>> >> On Tue, Feb 1, 2011 at 11:34 PM, Achim Nierbeck > >>> >> <[2][email protected]> wrote: > >>> >> > >>> >> Hi, > >>> >> I just tried to release pax-swissbox to get pax-url released > and > >>> >> finally > >>> >> get pax-web released. > >>> >> Well what can I say, pax-swissbox is already failing on me > while > >>> >> calling: > >>> >> mvn -Prelease,repos.sonatype > >>> >> -Darguments="-Prelease,repos.sonatype" > >>> >> release:prepare > >>> >> with the following exception: > >>> >> java.lang.StringIndexOutOfBoundsException: String index out of > >>> >> range: -1 > >>> >> at java.lang.String.substring(String.java:1937) > >>> >> at > >>> >> > >>> >> > org.apache.maven.shared.release.util.ReleaseUtil.getCommonBasedir(Re > >>> >> leaseUtil.java:206) > >>> >> at > >>> >> > >>> >> > org.apache.maven.shared.release.util.ReleaseUtil.getCommonBasedir(Re > >>> >> leaseUtil.java:177) > >>> >> at > >>> >> > >>> >> > org.apache.maven.shared.release.phase.AbstractRewritePomsPhase.trans > >>> >> formDocument(AbstractRewritePomsPhase.java:303) > >>> >> at > >>> >> > >>> >> > org.apache.maven.shared.release.phase.AbstractRewritePomsPhase.trans > >>> >> formProject(AbstractRewritePomsPhase.java:208) > >>> >> at > >>> >> > >>> >> > org.apache.maven.shared.release.phase.AbstractRewritePomsPhase.trans > >>> >> form(AbstractRewritePomsPhase.java:114) > >>> >> at > >>> >> > >>> >> > org.apache.maven.shared.release.phase.AbstractRewritePomsPhase.execu > >>> >> te(AbstractRewritePomsPhase.java:97) > >>> >> at > >>> >> > >>> >> > org.apache.maven.shared.release.DefaultReleaseManager.prepare(Defaul > >>> >> tReleaseManager.java:203) > >>> >> at > >>> >> > >>> >> > org.apache.maven.shared.release.DefaultReleaseManager.prepare(Defaul > >>> >> tReleaseManager.java:140) > >>> >> at > >>> >> > >>> >> > org.apache.maven.shared.release.DefaultReleaseManager.prepare(Defaul > >>> >> tReleaseManager.java:103) > >>> >> at > >>> >> > >>> >> > org.apache.maven.plugins.release.PrepareReleaseMojo.prepareRelease(P > >>> >> repareReleaseMojo.java:211) > >>> >> at > >>> >> > >>> >> > org.apache.maven.plugins.release.PrepareReleaseMojo.execute(PrepareR > >>> >> eleaseMojo.java:181) > >>> >> at > >>> >> > >>> >> > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlug > >>> >> inManager.java:490) > >>> >> at > >>> >> > >>> >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Def > >>> >> aultLifecycleExecutor.java:694) > >>> >> at > >>> >> > >>> >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandalon > >>> >> eGoal(DefaultLifecycleExecutor.java:569) > >>> >> at > >>> >> > >>> >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defa > >>> >> ultLifecycleExecutor.java:539) > >>> >> at > >>> >> > >>> >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHa > >>> >> ndleFailures(DefaultLifecycleExecutor.java:387) > >>> >> at > >>> >> > >>> >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegme > >>> >> nts(DefaultLifecycleExecutor.java:284) > >>> >> at > >>> >> > >>> >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultL > >>> >> ifecycleExecutor.java:180) > >>> >> at > >>> >> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) > >>> >> at > >>> >> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) > >>> >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) > >>> >> at > >>> >> > >>> >> > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java: > >>> >> 60) > >>> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > >>> >> Method) > >>> >> at > >>> >> > >>> >> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl > >>> >> .java:39) > >>> >> at > >>> >> > >>> >> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce > >>> >> ssorImpl.java:25) > >>> >> at java.lang.reflect.Method.invoke(Method.java:597) > >>> >> at > >>> >> > >>> >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > >>> >> at > >>> >> org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > >>> >> at > >>> >> > >>> >> > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430 > >>> >> ) > >>> >> at > >>> >> org.codehaus.classworlds.Launcher.main(Launcher.java:375) > >>> >> can someone tell me pleas what am I doing wrong here? > >>> >> Thanx, Achim > >>> >> _______________________________________________ > >>> >> general mailing list > >>> >> [3][email protected] > >>> >> [4]http://lists.ops4j.org/mailman/listinfo/general > >>> >> > >>> >> -- > >>> >> Toni Menzel - [5]http://www.okidokiteam.com > >>> >> > >>> >> References > >>> >> > >>> >> 1. > >>> >> > http://issues.ops4j.org/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolution=-1&pid=10145&fixfor=10401 > >>> >> 2. mailto:[email protected] > >>> >> 3. mailto:[email protected] > >>> >> 4. http://lists.ops4j.org/mailman/listinfo/general > >>> >> 5. http://www.okidokiteam.com/ > >>> > > >>> >> _______________________________________________ > >>> >> general mailing list > >>> >> [email protected] > >>> >> http://lists.ops4j.org/mailman/listinfo/general > >>> > > >>> > > >>> > _______________________________________________ > >>> > general mailing list > >>> > [email protected] > >>> > http://lists.ops4j.org/mailman/listinfo/general > >>> > > >>> > > >>> > >>> _______________________________________________ > >>> general mailing list > >>> [email protected] > >>> http://lists.ops4j.org/mailman/listinfo/general > >> > >> > >> > >> -- > >> Toni Menzel - http://www.okidokiteam.com > >> > >> _______________________________________________ > >> general mailing list > >> [email protected] > >> http://lists.ops4j.org/mailman/listinfo/general > >> > >> > > > > _______________________________________________ > > general mailing list > > [email protected] > > http://lists.ops4j.org/mailman/listinfo/general > > > > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > ------------------------ > Open Source SOA > http://fusesource.com > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > -- *Toni Menzel - http://www.okidokiteam.com*
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
