Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-05-01 Thread Dennis Lundberg
Mark Hobson wrote: 2008/4/29 Wendy Smoak [EMAIL PROTECTED]: On Mon, Apr 28, 2008 at 5:40 PM, Mark Hobson [EMAIL PROTECTED] wrote: 4hrs to go.. anyone? Does it have docs? How would I test it? It has Javadoc but no site doc. I figured that since only a handful of shared components have

Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-05-01 Thread Mark Hobson
2008/5/1 Dennis Lundberg [EMAIL PROTECTED]: That might be the case, but it's something that we need to change. I've written docs for some of the shared components, and the shared parent now includes a site.xml including the necessary navigational and presentational aids. In my opinion we

Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-30 Thread Olivier Lamy
Hi, This component is very helpfull. But I can't build it with jdk 1.4 [INFO] Compilation failure /local/olamy/open-source/maven-svn/tags/maven-runtime-1.0-alpha-1/src/test/java/org/apache/maven/shared/runtime/MavenRuntimeVisitorUtilsTest.java:[29,-1] cannot access org.easymock.EasyMock bad class

Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-30 Thread Mark Hobson
Hi Olivier, 2008/4/30 Olivier Lamy [EMAIL PROTECTED]: Hi, This component is very helpfull. But I can't build it with jdk 1.4 [INFO] Compilation failure

Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-30 Thread Olivier Lamy
2008/4/30 Mark Hobson [EMAIL PROTECTED]: Hi Olivier, 2008/4/30 Olivier Lamy [EMAIL PROTECTED]: Hi, This component is very helpfull. But I can't build it with jdk 1.4 [INFO] Compilation failure

Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-29 Thread Mark Hobson
2008/4/29 Wendy Smoak [EMAIL PROTECTED]: On Mon, Apr 28, 2008 at 5:40 PM, Mark Hobson [EMAIL PROTECTED] wrote: 4hrs to go.. anyone? Does it have docs? How would I test it? It has Javadoc but no site doc. I figured that since only a handful of shared components have site doc and that

Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-29 Thread Mark Hobson
2008/4/29 Brian E. Fox [EMAIL PROTECTED]: I browsed the repo earlier and everything seemed in order, I have no idea what this does or how to test it, but given that it's a shared component that won't harm anyone, +1. Thanks. I tried to give a brief synopsis of maven-runtime at the start of

Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-28 Thread Mark Hobson
2008/4/25 Mark Hobson [EMAIL PROTECTED]: Right, thanks for clarifying Brian. Staging repo: http://people.apache.org/~markh/staging-repo/ Guide to testing staged releases: http://maven.apache.org/guides/development/guide-testing-releases.html Vote open for 72 hours. [ ] +1 [ ]

Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-28 Thread Wendy Smoak
On Mon, Apr 28, 2008 at 5:40 PM, Mark Hobson [EMAIL PROTECTED] wrote: 4hrs to go.. anyone? Does it have docs? How would I test it? -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-28 Thread Brian E. Fox
Developers List Subject: Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1 2008/4/25 Mark Hobson [EMAIL PROTECTED]: Right, thanks for clarifying Brian. Staging repo: http://people.apache.org/~markh/staging-repo/ Guide to testing staged releases: http

Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-25 Thread Mark Hobson
I'm assuming a lazy consensus and moving maven-runtime out of the sandbox for a first release. Cheers, Mark On 23/04/2008, Mark Hobson [EMAIL PROTECTED] wrote: Hi there, I'd like to move maven-runtime out of the sandbox and release 1.0-alpha-1:

Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-25 Thread Mark Hobson
I just want to check before performing the release: are regular committers allowed to release artifacts within the Maven project? Checking the committer settings [1], apache.releases seems to be reserved for PMC only. [1] http://maven.apache.org/developers/committer-settings.html Cheers, Mark

Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-25 Thread Wendy Smoak
On Fri, Apr 25, 2008 at 6:24 PM, Mark Hobson [EMAIL PROTECTED] wrote: I just want to check before performing the release: are regular committers allowed to release artifacts within the Maven project? Yes. Any committer can tag the svn repo and stage a release. The only time PMC membership

Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-25 Thread Mark Hobson
On 25/04/2008, Wendy Smoak [EMAIL PROTECTED] wrote: On Fri, Apr 25, 2008 at 6:24 PM, Mark Hobson [EMAIL PROTECTED] wrote: I just want to check before performing the release: are regular committers allowed to release artifacts within the Maven project? Yes. Any committer can tag the svn

RE: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-25 Thread Brian E. Fox
To: Maven Developers List Subject: Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1 On 25/04/2008, Wendy Smoak [EMAIL PROTECTED] wrote: On Fri, Apr 25, 2008 at 6:24 PM, Mark Hobson [EMAIL PROTECTED] wrote: I just want to check before performing the release: are regular

Re: [vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-25 Thread Mark Hobson
On 25/04/2008, Brian E. Fox [EMAIL PROTECTED] wrote: You always need three pmc. Go ahead and stage the release to your p.a.o folder and then call a vote. Once you get the 3 PMC + 72hrs, you can use the stage plugin to move it to central. Right, thanks for clarifying Brian. Staging repo:

[vote] Move maven-runtime out of the sandbox and release 1.0-alpha-1

2008-04-23 Thread Mark Hobson
Hi there, I'd like to move maven-runtime out of the sandbox and release 1.0-alpha-1: http://svn.apache.org/repos/asf/maven/sandbox/trunk/shared/maven-runtime/ Maven Runtime allows introspection of Maven project metadata at runtime. For example, MavenProject instances can be obtained for all