Re: [VOTE] Release Apache Marmotta 3.0.0-incubating (RC8)

2013-04-16 Thread Sergio Fernández

Hi,

as Sebastian pointed, from the Marmotta PMC we'd find quite interesting 
all your comments regarding this first incubating release. In the last 
weeks we have done an important effort to clarify many details, and 
finally I think we got something pretty close to what it should be; but 
we'd need to certify this is actually true.


Thanks for all your support.

Kind regards,


On 15/04/13 15:40, Sebastian Schaffert wrote:

Dear all,

Apache Marmotta is an implementation of the Linked Data Platform and
accompanying services. In the last months, we have migrated our old source
code to the Apache infrastructure and tried to adapt the Apache policies in
all parts of the project. In particular, we have fixed all remaining
licensing issues and spent much time on developing the appropriate NOTICE
and LICENSE files.

We have executed 8 voting cycles on release candidates throughout the last
weeks and we think we are now (finally) ready to really do the release.

The vote on release candidate RC8 has been open for more than 72 hours on
the developer mailinglist [1]. After closing the vote, we have the
following voting results:
- 2 binding votes (from the mentors Andy Seaborne and Nandana
Mihindukulasooriya)
- 6 non-binding votes (the remaining developers)

I'd therefore like to ask now the general incubator to check our release
candidate. Since this is our first release, please check thoroughly, I'd
like to be sure we did not miss anything. The release notes (fixed issues)
are available at the Jira Issue Tracker [2].


[1]
http://markmail.org/message/uncutapltb3mopgy?q=list:org%2Eapache%2Emarmotta%2Edev
[2]
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314321version=12323952


Please find attached below the concrete details on the release and on the
vote.

Greetings,

Sebastian


===
A candidate for the Marmotta 3.0.0-incubating release is available at:

https://dist.apache.org/repos/dist/dev/incubator/marmotta/3.0.0-incubating/

The release candidate is based on the sources tagged with 3.0.0-incubating
in:

https://git-wip-us.apache.org/repos/asf/incubator-marmotta.git

The release candidate consists of the following source distribution
archives:
- apache-marmotta-3.0.0-incubating-src.[zip|tar.gz]
   SHA1 of ZIP: ac0cc9aa641a37fea96adaf128e44b0d6a06cc8f
   SHA1 of TGZ: e176b0b7816e5c334a3d8dccb960cda0b64d4b4c

In addition, the following supplementary binary distributions are provided:
- apache-marmotta-3.0.0-incubating-installer.[zip|tar.gz]
   SHA1 of ZIP: 4e5bf3e5c59e04bea3776d76c37990fa1efd6995
   SHA1 of TGZ: a8736dd1700c7993762dea0446a23c2d314e03ec
- apache-marmotta-3.0.0-incubating-ldpath.[zip|tar.gz]
   SHA1 of ZIP: 3dab792c935bf0380c98fb2767ea75653df3b9b1
   SHA1 of TGZ: 237040387801aa6538fd07e3c75265b06e3d4ce3
- apache-marmotta-3.0.0-incubating-webapp.[zip|tar.gz]
   SHA1 of ZIP: 7784ee71b665782f1011a8d1333524c825b90c6d
   SHA1 of TGZ: 217e17709e6e84ffe755841ac69f850538e867f7

A staged Maven repository is available for review at:

https://repository.apache.org/content/repositories/orgapachemarmotta-093/

Please vote on releasing this package as Apache Marmotta 3.0.0-incubating.
The vote is open for the next 72 hours and passes if a majority of at
least three +1 Marmotta PMC votes are cast.

[ ] +1 Release this package as Apache Marmotta 3.0.0-incubating
[ ]  0 I don't feel strongly about it, but I'm okay with the release
[ ] -1 Do not release this package because...



--
Sergio Fernández
Salzburg Research
+43 662 2288 318
Jakob-Haringer Strasse 5/II
A-5020 Salzburg (Austria)
http://www.salzburgresearch.at

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Permission to add a page to the Incubator wiki

2013-04-16 Thread Rebecca Wood
Hello,

May I have permission to add and edit the jclouds proposal on the Incubator 
wiki?  My username is RebeccaWood.

Thanks!

Becca
-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: Permission to add a page to the Incubator wiki

2013-04-16 Thread Marvin Humphrey
On Tue, Apr 16, 2013 at 9:53 AM, Rebecca Wood silky...@gmail.com wrote:

 May I have permission to add and edit the jclouds proposal on the Incubator
 wiki?  My username is RebeccaWood.

Done.

Marvin Humphrey

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[PROPOSAL] jclouds Proposal for Incubator

2013-04-16 Thread Rebecca Wood
Dear ASF members,
We would like to propose the jclouds project to the Incubator.  The jclouds 
Proposal is available at: 

http://wiki.apache.org/incubator/jcloudsProposal

We welcome your feedback and suggestions.

Thanks!

Becca Wood




= jclouds Proposal for Apache Incubator =

== Abstract ==

[[http://www.jclouds.org/|jclouds]] is an open source cloud agnostic library 
that enables developers to access a variety of supported cloud providers using 
one API.

== Proposal ==

[[http://www.jclouds.org/|jclouds]] provides two portable API abstractions for 
cloud computing and cloud storage in the form of Java or Clojure libraries. By 
abstracting away vendor-specific details, jclouds supplies a solution for users 
to avoid lock-in to a specific cloud vendor. It also provisions hooks to make 
it easy to take advantage of specific features from those vendors.

== Background ==

jclouds began in March of 2009 while Adrian Cole was working on the Amazon S3 
plugin for Infinispan. He discovered that existing S3 libraries would not pass 
the concurrent test suite needed for write behind persistence. When it became 
clear that a new library was needed, jclouds formed as an independent project 
founded by Cole under the mentorship of Manik Surtani. 

The fledgling jclouds team soon encountered two portability issues: runtime 
portability with Google App Engine and compatibility with the similar cloud 
files service from Rackspace.  

The legacy of Google App Engine is still present within jclouds and is 
expressed by the 'driver' design which doesn't require threads. Supporting 
Rackspace started a legacy of cloud portability which would soon extend to 
provisioning. As jclouds supports newer and cutting edge cloud technologies, it 
is in a constant state of evolution.

jclouds was founded in Shoreditch, London while Adrian Cole spent five months 
backpacking between European Java User Groups which accounts for the initial 
population of European developers and users within the community. The initial 
contributors to jclouds included Adrian Cole, James Murty, Andrew Newdigate, 
and Andrew Phillips. Manik Surtani served as a mentor, and there were a number 
of other advisers as well. 

== Rationale ==

There are many providers that offer IaaS clouds, but few APIs that can bridge 
the gap between cloud providers. jclouds supplies an abstraction layer for both 
compute and storage resources that makes it easy to work with many different 
cloud APIs using a simple and singular API. jclouds provides this abstraction 
layer for the Java and Clojure communities. It is a unique niche within the 
cloud community.

jclouds provides the write once, run anywhere concept when utilizing 
infrastructure cloud resources. 

== Initial Goals ==

 * Build a more centralized community pulling together jclouds developers, 
jclouds integrators, and service providers who use jclouds.
 * Although jclouds has a fairly collaborative community, the committers wish 
to further bridge the gap between developers and community by encouraging more 
community involvement in development processes.  
 * Break down from a monolithic release process into one that is more 
decentrilized.
 * Bring the jclouds core code base consisting of ComputeService and Blobstore 
into Apache.
 * jclouds will not move all existing provider code into Apache. The goal is to 
move the provider code for those clouds that have complete portability and are 
tried, tested, and true. This includes code for OpenStack, Amazon EC2, and 
Google Cloud.

== Current Status ==

=== Meritocracy ===

jclouds has an active community of contributors who are encouraged to become 
full-fledged jclouds committers. A jclouds committer understands the importance 
of seeking community feedback, actively listening to suggestions, and fostering 
relationships with community members who make contributions. The entirety of 
jclouds is built upon the relationships that have been built with community 
members. This camaraderie will continue to be promoted as jclouds is introduced 
into the Incubator and beyond.

jclouds encourages involvement from its community members, and the issues are 
open and available to any developers who wish to contribute to the project. The 
jclouds team currently seeks help and asks for suggestions utilizing the 
jclouds and jclouds-dev Google groups and IRC on irc.freenode.net#jclouds. Any 
and all submissions for changes are reviewed and taken into consideration.

=== Community ===

jclouds has a highly active and growing community of users and developers. The 
community is currently fostered at 
https://groups.google.com/forum/#!forum/jclouds-dev and 
https://groups.google.com/forum/#!forum/jclouds. The jclouds team also 
encourages community members to engage in discussions on irc in #jclouds.

There have been over 100 individuals who have contributed code to jclouds 
throughout the years, and this number has continued to increase at a rate of 1 
or 2 per month. 

May I please have permission to edit the wiki

2013-04-16 Thread Matt Stephenson
I'm helping out with the jclouds incubation.  My username is MattStephenson


Re: [PROPOSAL] jclouds Proposal for Incubator

2013-04-16 Thread David Nalley
On Tue, Apr 16, 2013 at 2:34 PM, Rebecca Wood silky...@gmail.com wrote:
 Dear ASF members,
 We would like to propose the jclouds project to the Incubator.  The jclouds 
 Proposal is available at:

 http://wiki.apache.org/incubator/jcloudsProposal

 We welcome your feedback and suggestions.

Excited to see jclouds proposal.
If you are looking for additional mentors, I'd be happy to step up.

--David

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [PROPOSAL] jclouds Proposal for Incubator

2013-04-16 Thread Jean-Baptiste Onofré

I'm very interested as well.

I'm also volunteer to be mentor on the project.

Regards
JB

On 04/16/2013 09:19 PM, David Nalley wrote:

On Tue, Apr 16, 2013 at 2:34 PM, Rebecca Wood silky...@gmail.com wrote:

Dear ASF members,
We would like to propose the jclouds project to the Incubator.  The jclouds 
Proposal is available at:

http://wiki.apache.org/incubator/jcloudsProposal

We welcome your feedback and suggestions.


Excited to see jclouds proposal.
If you are looking for additional mentors, I'd be happy to step up.

--David

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: May I please have permission to edit the wiki

2013-04-16 Thread Marvin Humphrey
On Tue, Apr 16, 2013 at 12:13 PM, Matt Stephenson matts...@mattstep.net wrote:
 I'm helping out with the jclouds incubation.  My username is MattStephenson

Done.

Marvin Humphrey

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org




Re: May I please have permission to edit the wiki

2013-04-16 Thread Adrian Cole
Thanks! Is adriancole also authorized now?

On Tuesday, April 16, 2013, Marvin Humphrey wrote:

 On Tue, Apr 16, 2013 at 12:13 PM, Matt Stephenson 
 matts...@mattstep.netjavascript:;
 wrote:
  I'm helping out with the jclouds incubation.  My username is
 MattStephenson

 Done.

 Marvin Humphrey

 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.orgjavascript:;
 For additional commands, e-mail: 
 general-h...@incubator.apache.orgjavascript:;




Re: [PROPOSAL] jclouds Proposal for Incubator

2013-04-16 Thread Mohammad Nour El-Din
Hi

Sent from my Samsung Galaxy S3
Apologies for any typos
On Apr 16, 2013 9:20 PM, David Nalley da...@gnsa.us wrote:

 On Tue, Apr 16, 2013 at 2:34 PM, Rebecca Wood silky...@gmail.com wrote:
  Dear ASF members,
  We would like to propose the jclouds project to the Incubator.  The
jclouds Proposal is available at:
 
  http://wiki.apache.org/incubator/jcloudsProposal
 
  We welcome your feedback and suggestions.

 Excited to see jclouds proposal.
 If you are looking for additional mentors, I'd be happy to step up.


Indeed, jclouds is a perfect fit to Apache Cloud ecosystem

I add my enthusiasm to David's about additional mentors

 --David

 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org



Re: May I please have permission to edit the wiki

2013-04-16 Thread Christian Grobmeier
On Tue, Apr 16, 2013 at 9:26 PM, Adrian Cole fernc...@gmail.com wrote:
 Thanks! Is adriancole also authorized now?

I just added you

Cheers



 On Tuesday, April 16, 2013, Marvin Humphrey wrote:

 On Tue, Apr 16, 2013 at 12:13 PM, Matt Stephenson 
 matts...@mattstep.netjavascript:;
 wrote:
  I'm helping out with the jclouds incubation.  My username is
 MattStephenson

 Done.

 Marvin Humphrey

 -
 To unsubscribe, e-mail: 
 general-unsubscr...@incubator.apache.orgjavascript:;
 For additional commands, e-mail: 
 general-h...@incubator.apache.orgjavascript:;





--
http://www.grobmeier.de
https://www.timeandbill.de

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: May I please have permission to edit the wiki

2013-04-16 Thread Adrian Cole
Thanks!

On Tuesday, April 16, 2013, Christian Grobmeier wrote:

 On Tue, Apr 16, 2013 at 9:26 PM, Adrian Cole 
 fernc...@gmail.comjavascript:;
 wrote:
  Thanks! Is adriancole also authorized now?

 I just added you

 Cheers



  On Tuesday, April 16, 2013, Marvin Humphrey wrote:
 
  On Tue, Apr 16, 2013 at 12:13 PM, Matt Stephenson 
 matts...@mattstep.net javascript:;javascript:;
  wrote:
   I'm helping out with the jclouds incubation.  My username is
  MattStephenson
 
  Done.
 
  Marvin Humphrey
 
  -
  To unsubscribe, e-mail: 
  general-unsubscr...@incubator.apache.orgjavascript:;
 javascript:;
  For additional commands, e-mail: 
  general-h...@incubator.apache.orgjavascript:;
 javascript:;
 
 



 --
 http://www.grobmeier.de
 https://www.timeandbill.de

 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.orgjavascript:;
 For additional commands, e-mail: 
 general-h...@incubator.apache.orgjavascript:;




Re: [VOTE] Release JSPWiki version 2.9.1-incubating

2013-04-16 Thread sebb
On 15 April 2013 22:56, Juan Pablo Santos Rodríguez 
juanpablo.san...@gmail.com wrote:

 Hi all,

 We've held a vote on jspwiki-dev to release 2.9.1-incubating [1].

 The vote on release candidate has been open for more than 72 hours on the
 developer mailing list. After the voting timeframe, we have the following
 voting results:
 - 1 binding vote (from Siegfried Goeschl -mentor-)
 - 4 non-binding votes (from jspwiki developers)

 I'd therefore like to ask now the general incubator to check our release
 candidate. The release notes (fixed issues) are available at the Jira Issue
 Tracker [2].


 [1] http://s.apache.org/iy
 [2]

 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732version=12321249

 Please find attached below the concrete details on the release and on the
 vote.

 thanks in advance,
 juan pablo


 ===
 Note that we are voting upon the source (subversion tag and signed
 artifacts). Binaries are provided for convenience only.


However binaries should still have the correct NL files, and the
DISCLAIMER (for Incubator podlings)


 The tag to be voted upon:

 http://svn.apache.org/repos/asf/incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1


There's no DISCLAIMER file

The NOTICE file has lots of extra content which is not relevant; the NOTICE
file must be a short as possible, but no smaller.
Like a good poem, it's finished when no more can be taken out.

Note in particular that the NOTICE file must only contain required notices
for bits that are actually included in the enclosing archive.

The year in the NOTICE file looks wrong.

IMO those must be fixed before a release can be signed off.

The LICENSE file is very clear; it's great to have the full jar names with
versions.

Probably not a good idea to include the Eclipse .classpath and .project
files in SVN as these files are host-specific. [Not a blocker]
If you want to provide sample versions as a starting point, this can be
done by providing copies with a different name and perhaps path.
For example, Tomcat puts their versions here:

http://svn.apache.org/repos/asf/tomcat/trunk/res/ide-support/eclipse/

Likewise, the .externalToolBuilders and .settings trees don't belong in SVN
as they are IDE and host-specific.


 Source and binary files, with RAT report:
 http://people.apache.org/~juanpablo/releases/2.9.1-incubating-0-rc1/


There are no signatures (.asc files).

There's not much point in including SHA512 hashes as well as SHA1.
Hashes are really only useful for checking whether the download  succeeded;
as such MD5 and SHA1 are sufficient


 Checksums:

 JSPWiki-2.9.1-incubating-bin.zip
 MD5:76bf79828fd709fc3dbf2c230dd546ff
 SHA1:   bec05e47b21cdacaa171323d2fe7e28fa2a99574
 SHA512:

 13b8f33137287a32a04737b7d2dbe3d32651d527983d88f3c89ebe3db1e6428ece93a1d541d9a2224dbd2a12f8a0bf866952d0b65bd0fb90ccd25f668653a954

 JSPWiki-2.9.1-incubating-src.zip
 MD5:daa25020abeed3762aa901fa6fd35f34
 SHA1:   44075855d753335688e1ea89c8dbf6054d4d506d
 SHA512:

 ecf8e90a9088ca27d0e302fe81b80b996bcf89d24ec816f475055250b7cc6b0e0e8b1ed5a6499a90285b7f8c8485c3cacd1b7985df9fef44b22e01f0035e95b8


Thanks - it's useful to have at least one hash in the vote email as that
helps tie the vote to the archives.


 JSPWiki's KEYS file containing PGP keys we use to sign the release:
 http://www.apache.org/dist/incubator/jspwiki/KEYS


Except that there are no signature files...


 [ ] +1 Release this package as Apache Marmotta 3.0.0-incubating
 [ ]  0 I don't feel strongly about it, but I'm okay with the release
 [ ] -1 Do not release this package because...


IMO, there are several blockers that need to be fixed before release.


Re: [VOTE] Release JSPWiki version 2.9.1-incubating

2013-04-16 Thread Juan Pablo Santos Rodríguez
Hi Sebb,

first of all, thanks for your time reviewing the RC and your comments

seems we'll have to cancel the vote. Hopefully, we'll have a new RC in a
few days with all these issues fixed.

Some notes, though:

- I'm especially worried about the NOTICE file, how short is short enough?
Could you provide a good example from any other project so we can take a
look at it? To take a grasp of how we should do it. We'd like to have it as
good as the LICENSE file (also, the incorrect year in NOTICE was also
pointed by Siegfried, but not as a blocker, so it's fixed in trunk).

- The signature files is big mistake on my side. Don't know how or what did
I did when doing the scp of the binaries. It's.. awkward.

- IDE specific files: right now our build tool is Ant so, in order to ease
the initial hop in, we provide Eclipse specific files with the project
configuration. We're working on moving to Maven, which will allow us to
delete those files from svn.


thanks  best regards,
juan pablo

On Tue, Apr 16, 2013 at 9:54 PM, sebb seb...@gmail.com wrote:

 On 15 April 2013 22:56, Juan Pablo Santos Rodríguez 
 juanpablo.san...@gmail.com wrote:

  Hi all,
 
  We've held a vote on jspwiki-dev to release 2.9.1-incubating [1].
 
  The vote on release candidate has been open for more than 72 hours on the
  developer mailing list. After the voting timeframe, we have the following
  voting results:
  - 1 binding vote (from Siegfried Goeschl -mentor-)
  - 4 non-binding votes (from jspwiki developers)
 
  I'd therefore like to ask now the general incubator to check our release
  candidate. The release notes (fixed issues) are available at the Jira
 Issue
  Tracker [2].
 
 
  [1] http://s.apache.org/iy
  [2]
 
 
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732version=12321249
 
  Please find attached below the concrete details on the release and on the
  vote.
 
  thanks in advance,
  juan pablo
 
 
  ===
  Note that we are voting upon the source (subversion tag and signed
  artifacts). Binaries are provided for convenience only.
 
 
 However binaries should still have the correct NL files, and the
 DISCLAIMER (for Incubator podlings)


  The tag to be voted upon:
 
 
 http://svn.apache.org/repos/asf/incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1
 
 
 There's no DISCLAIMER file

 The NOTICE file has lots of extra content which is not relevant; the NOTICE
 file must be a short as possible, but no smaller.
 Like a good poem, it's finished when no more can be taken out.

 Note in particular that the NOTICE file must only contain required notices
 for bits that are actually included in the enclosing archive.

 The year in the NOTICE file looks wrong.

 IMO those must be fixed before a release can be signed off.

 The LICENSE file is very clear; it's great to have the full jar names with
 versions.

 Probably not a good idea to include the Eclipse .classpath and .project
 files in SVN as these files are host-specific. [Not a blocker]
 If you want to provide sample versions as a starting point, this can be
 done by providing copies with a different name and perhaps path.
 For example, Tomcat puts their versions here:

 http://svn.apache.org/repos/asf/tomcat/trunk/res/ide-support/eclipse/

 Likewise, the .externalToolBuilders and .settings trees don't belong in SVN
 as they are IDE and host-specific.


  Source and binary files, with RAT report:
  http://people.apache.org/~juanpablo/releases/2.9.1-incubating-0-rc1/
 
 
 There are no signatures (.asc files).

 There's not much point in including SHA512 hashes as well as SHA1.
 Hashes are really only useful for checking whether the download  succeeded;
 as such MD5 and SHA1 are sufficient


  Checksums:
 
  JSPWiki-2.9.1-incubating-bin.zip
  MD5:76bf79828fd709fc3dbf2c230dd546ff
  SHA1:   bec05e47b21cdacaa171323d2fe7e28fa2a99574
  SHA512:
 
 
 13b8f33137287a32a04737b7d2dbe3d32651d527983d88f3c89ebe3db1e6428ece93a1d541d9a2224dbd2a12f8a0bf866952d0b65bd0fb90ccd25f668653a954
 
  JSPWiki-2.9.1-incubating-src.zip
  MD5:daa25020abeed3762aa901fa6fd35f34
  SHA1:   44075855d753335688e1ea89c8dbf6054d4d506d
  SHA512:
 
 
 ecf8e90a9088ca27d0e302fe81b80b996bcf89d24ec816f475055250b7cc6b0e0e8b1ed5a6499a90285b7f8c8485c3cacd1b7985df9fef44b22e01f0035e95b8
 
 
 Thanks - it's useful to have at least one hash in the vote email as that
 helps tie the vote to the archives.


  JSPWiki's KEYS file containing PGP keys we use to sign the release:
  http://www.apache.org/dist/incubator/jspwiki/KEYS
 
 
 Except that there are no signature files...


  [ ] +1 Release this package as Apache Marmotta 3.0.0-incubating
  [ ]  0 I don't feel strongly about it, but I'm okay with the release
  [ ] -1 Do not release this package because...
 

 IMO, there are several blockers that need to be fixed before release.



Re: [PROPOSAL] jclouds Proposal for Incubator

2013-04-16 Thread Adrian Cole
Thanks for the offers to mentor, folks.  I've noticed there's a new
Volunteer section below, so feel free to add in there :)

http://wiki.apache.org/incubator/jcloudsProposal

Thanks for the support and hope we get accepted!
-A


On Tue, Apr 16, 2013 at 12:27 PM, Mohammad Nour El-Din 
nour.moham...@gmail.com wrote:

 Hi

 Sent from my Samsung Galaxy S3
 Apologies for any typos
 On Apr 16, 2013 9:20 PM, David Nalley da...@gnsa.us wrote:
 
  On Tue, Apr 16, 2013 at 2:34 PM, Rebecca Wood silky...@gmail.com
 wrote:
   Dear ASF members,
   We would like to propose the jclouds project to the Incubator.  The
 jclouds Proposal is available at:
  
   http://wiki.apache.org/incubator/jcloudsProposal
  
   We welcome your feedback and suggestions.
 
  Excited to see jclouds proposal.
  If you are looking for additional mentors, I'd be happy to step up.
 

 Indeed, jclouds is a perfect fit to Apache Cloud ecosystem

 I add my enthusiasm to David's about additional mentors

  --David
 
  -
  To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
  For additional commands, e-mail: general-h...@incubator.apache.org
 



Re: [PROPOSAL] jclouds Proposal for Incubator

2013-04-16 Thread Adrian Cole
Thanks for the offers for help, folks.  I've added JB and Mohammad as
mentors, which pretty much fills the bench in the process area.
http://wiki.apache.org/incubator/jcloudsProposal

David, I'm sure we could use extra hands in other aspects of incubation.
 Hope to see you around as work together on the Apache Cloud ecosystem.

-A


On Tue, Apr 16, 2013 at 2:51 PM, Adrian Cole fernc...@gmail.com wrote:

 Thanks for the offers to mentor, folks.  I've noticed there's a new
 Volunteer section below, so feel free to add in there :)

 http://wiki.apache.org/incubator/jcloudsProposal

 Thanks for the support and hope we get accepted!
 -A


 On Tue, Apr 16, 2013 at 12:27 PM, Mohammad Nour El-Din 
 nour.moham...@gmail.com wrote:

 Hi

 Sent from my Samsung Galaxy S3
 Apologies for any typos
 On Apr 16, 2013 9:20 PM, David Nalley da...@gnsa.us wrote:
 
  On Tue, Apr 16, 2013 at 2:34 PM, Rebecca Wood silky...@gmail.com
 wrote:
   Dear ASF members,
   We would like to propose the jclouds project to the Incubator.  The
 jclouds Proposal is available at:
  
   http://wiki.apache.org/incubator/jcloudsProposal
  
   We welcome your feedback and suggestions.
 
  Excited to see jclouds proposal.
  If you are looking for additional mentors, I'd be happy to step up.
 

 Indeed, jclouds is a perfect fit to Apache Cloud ecosystem

 I add my enthusiasm to David's about additional mentors

  --David
 
  -
  To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
  For additional commands, e-mail: general-h...@incubator.apache.org
 





Re: [PROPOSAL] jclouds Proposal for Incubator

2013-04-16 Thread Olivier Lamy
Hi,
Very interesting !
If you need hands, I will be happy to be in the mentor list.


2013/4/17 Adrian Cole fernc...@gmail.com:
 Thanks for the offers for help, folks.  I've added JB and Mohammad as
 mentors, which pretty much fills the bench in the process area.
 http://wiki.apache.org/incubator/jcloudsProposal

 David, I'm sure we could use extra hands in other aspects of incubation.
  Hope to see you around as work together on the Apache Cloud ecosystem.

 -A


 On Tue, Apr 16, 2013 at 2:51 PM, Adrian Cole fernc...@gmail.com wrote:

 Thanks for the offers to mentor, folks.  I've noticed there's a new
 Volunteer section below, so feel free to add in there :)

 http://wiki.apache.org/incubator/jcloudsProposal

 Thanks for the support and hope we get accepted!
 -A


 On Tue, Apr 16, 2013 at 12:27 PM, Mohammad Nour El-Din 
 nour.moham...@gmail.com wrote:

 Hi

 Sent from my Samsung Galaxy S3
 Apologies for any typos
 On Apr 16, 2013 9:20 PM, David Nalley da...@gnsa.us wrote:
 
  On Tue, Apr 16, 2013 at 2:34 PM, Rebecca Wood silky...@gmail.com
 wrote:
   Dear ASF members,
   We would like to propose the jclouds project to the Incubator.  The
 jclouds Proposal is available at:
  
   http://wiki.apache.org/incubator/jcloudsProposal
  
   We welcome your feedback and suggestions.
 
  Excited to see jclouds proposal.
  If you are looking for additional mentors, I'd be happy to step up.
 

 Indeed, jclouds is a perfect fit to Apache Cloud ecosystem

 I add my enthusiasm to David's about additional mentors

  --David
 
  -
  To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
  For additional commands, e-mail: general-h...@incubator.apache.org
 






-- 
Olivier Lamy
Ecetera: http://ecetera.com.au
http://twitter.com/olamy | http://linkedin.com/in/olamy

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [PROPOSAL] jclouds Proposal for Incubator

2013-04-16 Thread Tomaz Muraus
Agreed and best of luck from the Apache Libcloud PMC :)

If you are looking for additional mentors I'm also more than happy to help.

(I would add myself under volunteer section on the wiki, but it looks
like I don't have the necessary permissions).

On Tue, Apr 16, 2013 at 12:19 PM, David Nalley da...@gnsa.us wrote:

 On Tue, Apr 16, 2013 at 2:34 PM, Rebecca Wood silky...@gmail.com wrote:
  Dear ASF members,
  We would like to propose the jclouds project to the Incubator.  The
 jclouds Proposal is available at:
 
  http://wiki.apache.org/incubator/jcloudsProposal
 
  We welcome your feedback and suggestions.

 Excited to see jclouds proposal.
 If you are looking for additional mentors, I'd be happy to step up.

 --David

 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org




Re: [PROPOSAL] jclouds Proposal for Incubator

2013-04-16 Thread Adrian Cole
Tomaz and Olivier (and David)

You guys are awesome to offer help.  I thought maybe 5 was the number of
mentors we needed, but I heard a sentiment of the more the merrier  So,
I'm adding any apache member with experience with incubation that offers to
help us.  Seems a better problem to have more advice than less, and now a
fleet of apache members can take holiday and we can still get enough votes
to release something :)

Cheers, thanks for the kind words, and lets do this!
-A


On Tue, Apr 16, 2013 at 4:45 PM, Tomaz Muraus to...@apache.org wrote:

 Agreed and best of luck from the Apache Libcloud PMC :)

 If you are looking for additional mentors I'm also more than happy to help.

 (I would add myself under volunteer section on the wiki, but it looks
 like I don't have the necessary permissions).

 On Tue, Apr 16, 2013 at 12:19 PM, David Nalley da...@gnsa.us wrote:

  On Tue, Apr 16, 2013 at 2:34 PM, Rebecca Wood silky...@gmail.com
 wrote:
   Dear ASF members,
   We would like to propose the jclouds project to the Incubator.  The
  jclouds Proposal is available at:
  
   http://wiki.apache.org/incubator/jcloudsProposal
  
   We welcome your feedback and suggestions.
 
  Excited to see jclouds proposal.
  If you are looking for additional mentors, I'd be happy to step up.
 
  --David
 
  -
  To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
  For additional commands, e-mail: general-h...@incubator.apache.org
 
 



Re: [PROPOSAL] jclouds Proposal for Incubator

2013-04-16 Thread Suresh Marru
Nice Proposal, looking forward to see jcloud flourish in Apache. Glad to see 
such a overwhelming mentor support.

I am interested to see this as an abstraction for Apache Airavata, I do not 
think you need more mentors, but I will be happy to help as needed as well 
(either onboard as mentor or on this list).

Cheers,
Suresh

On Apr 16, 2013, at 7:51 PM, Adrian Cole fernc...@gmail.com wrote:

 Tomaz and Olivier (and David)
 
 You guys are awesome to offer help.  I thought maybe 5 was the number of
 mentors we needed, but I heard a sentiment of the more the merrier  So,
 I'm adding any apache member with experience with incubation that offers to
 help us.  Seems a better problem to have more advice than less, and now a
 fleet of apache members can take holiday and we can still get enough votes
 to release something :)
 
 Cheers, thanks for the kind words, and lets do this!
 -A
 
 
 On Tue, Apr 16, 2013 at 4:45 PM, Tomaz Muraus to...@apache.org wrote:
 
 Agreed and best of luck from the Apache Libcloud PMC :)
 
 If you are looking for additional mentors I'm also more than happy to help.
 
 (I would add myself under volunteer section on the wiki, but it looks
 like I don't have the necessary permissions).
 
 On Tue, Apr 16, 2013 at 12:19 PM, David Nalley da...@gnsa.us wrote:
 
 On Tue, Apr 16, 2013 at 2:34 PM, Rebecca Wood silky...@gmail.com
 wrote:
 Dear ASF members,
 We would like to propose the jclouds project to the Incubator.  The
 jclouds Proposal is available at:
 
 http://wiki.apache.org/incubator/jcloudsProposal
 
 We welcome your feedback and suggestions.
 
 Excited to see jclouds proposal.
 If you are looking for additional mentors, I'd be happy to step up.
 
 --David
 
 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org
 
 
 


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release JSPWiki version 2.9.1-incubating

2013-04-16 Thread sebb
On 16 April 2013 22:24, Juan Pablo Santos Rodríguez 
juanpablo.san...@gmail.com wrote:

 Hi Sebb,

 first of all, thanks for your time reviewing the RC and your comments

 seems we'll have to cancel the vote. Hopefully, we'll have a new RC in a
 few days with all these issues fixed.

 Some notes, though:

 - I'm especially worried about the NOTICE file, how short is short enough?


http://www.apache.org/legal/src-headers.html#notice


 Could you provide a good example from any other project so we can take a
 look at it? To take a grasp of how we should do it. We'd like to have it as
 good as the LICENSE file (also, the incorrect year in NOTICE was also
 pointed by Siegfried, but not as a blocker, so it's fixed in trunk).

 - The signature files is big mistake on my side. Don't know how or what did
 I did when doing the scp of the binaries. It's.. awkward.


It also shows that there are problems with how others have checked the RC.


 - IDE specific files: right now our build tool is Ant so, in order to ease
 the initial hop in, we provide Eclipse specific files with the project
 configuration. We're working on moving to Maven, which will allow us to
 delete those files from svn.


The build tool is irrelevant here.
Both Ant and Maven can be used without Eclipse, and vice-versa.

If you want to help users to set up Eclipse, by all means provide sample
configuration files, but don't use the default names or you will cause
problems for Eclipse users that don't have the same setup as you. e.g.
different default JVM or different plugins.

thanks  best regards,
 juan pablo

 On Tue, Apr 16, 2013 at 9:54 PM, sebb seb...@gmail.com wrote:

  On 15 April 2013 22:56, Juan Pablo Santos Rodríguez 
  juanpablo.san...@gmail.com wrote:
 
   Hi all,
  
   We've held a vote on jspwiki-dev to release 2.9.1-incubating [1].
  
   The vote on release candidate has been open for more than 72 hours on
 the
   developer mailing list. After the voting timeframe, we have the
 following
   voting results:
   - 1 binding vote (from Siegfried Goeschl -mentor-)
   - 4 non-binding votes (from jspwiki developers)
  
   I'd therefore like to ask now the general incubator to check our
 release
   candidate. The release notes (fixed issues) are available at the Jira
  Issue
   Tracker [2].
  
  
   [1] http://s.apache.org/iy
   [2]
  
  
 
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732version=12321249
  
   Please find attached below the concrete details on the release and on
 the
   vote.
  
   thanks in advance,
   juan pablo
  
  
   ===
   Note that we are voting upon the source (subversion tag and signed
   artifacts). Binaries are provided for convenience only.
  
  
  However binaries should still have the correct NL files, and the
  DISCLAIMER (for Incubator podlings)
 
 
   The tag to be voted upon:
  
  
 
 http://svn.apache.org/repos/asf/incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1
  
  
  There's no DISCLAIMER file
 
  The NOTICE file has lots of extra content which is not relevant; the
 NOTICE
  file must be a short as possible, but no smaller.
  Like a good poem, it's finished when no more can be taken out.
 
  Note in particular that the NOTICE file must only contain required
 notices
  for bits that are actually included in the enclosing archive.
 
  The year in the NOTICE file looks wrong.
 
  IMO those must be fixed before a release can be signed off.
 
  The LICENSE file is very clear; it's great to have the full jar names
 with
  versions.
 
  Probably not a good idea to include the Eclipse .classpath and .project
  files in SVN as these files are host-specific. [Not a blocker]
  If you want to provide sample versions as a starting point, this can be
  done by providing copies with a different name and perhaps path.
  For example, Tomcat puts their versions here:
 
  http://svn.apache.org/repos/asf/tomcat/trunk/res/ide-support/eclipse/
 
  Likewise, the .externalToolBuilders and .settings trees don't belong in
 SVN
  as they are IDE and host-specific.
 
 
   Source and binary files, with RAT report:
   http://people.apache.org/~juanpablo/releases/2.9.1-incubating-0-rc1/
  
  
  There are no signatures (.asc files).
 
  There's not much point in including SHA512 hashes as well as SHA1.
  Hashes are really only useful for checking whether the download
  succeeded;
  as such MD5 and SHA1 are sufficient
 
 
   Checksums:
  
   JSPWiki-2.9.1-incubating-bin.zip
   MD5:76bf79828fd709fc3dbf2c230dd546ff
   SHA1:   bec05e47b21cdacaa171323d2fe7e28fa2a99574
   SHA512:
  
  
 
 13b8f33137287a32a04737b7d2dbe3d32651d527983d88f3c89ebe3db1e6428ece93a1d541d9a2224dbd2a12f8a0bf866952d0b65bd0fb90ccd25f668653a954
  
   JSPWiki-2.9.1-incubating-src.zip
   MD5:daa25020abeed3762aa901fa6fd35f34
   SHA1:   44075855d753335688e1ea89c8dbf6054d4d506d
   SHA512:
  
  
 
 

Re: [PROPOSAL] jclouds Proposal for Incubator

2013-04-16 Thread Adrian Cole
Thanks, Suresh.  Airavata looks like it has context for collaboration with
jclouds for sure.

WRT mentoring, I was going to warn you.. all mentors have implicitly signed
up for 2 hours/week on process guidance and 35 jumping jacks.

-A


On Tue, Apr 16, 2013 at 4:59 PM, Suresh Marru sma...@apache.org wrote:

 Nice Proposal, looking forward to see jcloud flourish in Apache. Glad to
 see such a overwhelming mentor support.

 I am interested to see this as an abstraction for Apache Airavata, I do
 not think you need more mentors, but I will be happy to help as needed as
 well (either onboard as mentor or on this list).

 Cheers,
 Suresh

 On Apr 16, 2013, at 7:51 PM, Adrian Cole fernc...@gmail.com wrote:

  Tomaz and Olivier (and David)
 
  You guys are awesome to offer help.  I thought maybe 5 was the number of
  mentors we needed, but I heard a sentiment of the more the merrier  So,
  I'm adding any apache member with experience with incubation that offers
 to
  help us.  Seems a better problem to have more advice than less, and now a
  fleet of apache members can take holiday and we can still get enough
 votes
  to release something :)
 
  Cheers, thanks for the kind words, and lets do this!
  -A
 
 
  On Tue, Apr 16, 2013 at 4:45 PM, Tomaz Muraus to...@apache.org wrote:
 
  Agreed and best of luck from the Apache Libcloud PMC :)
 
  If you are looking for additional mentors I'm also more than happy to
 help.
 
  (I would add myself under volunteer section on the wiki, but it looks
  like I don't have the necessary permissions).
 
  On Tue, Apr 16, 2013 at 12:19 PM, David Nalley da...@gnsa.us wrote:
 
  On Tue, Apr 16, 2013 at 2:34 PM, Rebecca Wood silky...@gmail.com
  wrote:
  Dear ASF members,
  We would like to propose the jclouds project to the Incubator.  The
  jclouds Proposal is available at:
 
  http://wiki.apache.org/incubator/jcloudsProposal
 
  We welcome your feedback and suggestions.
 
  Excited to see jclouds proposal.
  If you are looking for additional mentors, I'd be happy to step up.
 
  --David
 
  -
  To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
  For additional commands, e-mail: general-h...@incubator.apache.org
 
 
 


 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org




Re: [PROPOSAL] jclouds Proposal for Incubator

2013-04-16 Thread Matt Stephenson
Thanks to everyone stepping up to be a mentor!  I personally do 300 jumping
jacks in the name of jclouds on a weekly basis, so we're cutting our
mentors a great deal!

I really like our proposal, but I'm biased.  Obviously we wanna be a part
of Apache, so this kind of acceptance by the community is amazingly great
news!


Matt


On Tue, Apr 16, 2013 at 5:17 PM, Adrian Cole fernc...@gmail.com wrote:

 Thanks, Suresh.  Airavata looks like it has context for collaboration with
 jclouds for sure.

 WRT mentoring, I was going to warn you.. all mentors have implicitly signed
 up for 2 hours/week on process guidance and 35 jumping jacks.

 -A


 On Tue, Apr 16, 2013 at 4:59 PM, Suresh Marru sma...@apache.org wrote:

  Nice Proposal, looking forward to see jcloud flourish in Apache. Glad to
  see such a overwhelming mentor support.
 
  I am interested to see this as an abstraction for Apache Airavata, I do
  not think you need more mentors, but I will be happy to help as needed as
  well (either onboard as mentor or on this list).
 
  Cheers,
  Suresh
 
  On Apr 16, 2013, at 7:51 PM, Adrian Cole fernc...@gmail.com wrote:
 
   Tomaz and Olivier (and David)
  
   You guys are awesome to offer help.  I thought maybe 5 was the number
 of
   mentors we needed, but I heard a sentiment of the more the merrier
  So,
   I'm adding any apache member with experience with incubation that
 offers
  to
   help us.  Seems a better problem to have more advice than less, and
 now a
   fleet of apache members can take holiday and we can still get enough
  votes
   to release something :)
  
   Cheers, thanks for the kind words, and lets do this!
   -A
  
  
   On Tue, Apr 16, 2013 at 4:45 PM, Tomaz Muraus to...@apache.org
 wrote:
  
   Agreed and best of luck from the Apache Libcloud PMC :)
  
   If you are looking for additional mentors I'm also more than happy to
  help.
  
   (I would add myself under volunteer section on the wiki, but it
 looks
   like I don't have the necessary permissions).
  
   On Tue, Apr 16, 2013 at 12:19 PM, David Nalley da...@gnsa.us wrote:
  
   On Tue, Apr 16, 2013 at 2:34 PM, Rebecca Wood silky...@gmail.com
   wrote:
   Dear ASF members,
   We would like to propose the jclouds project to the Incubator.  The
   jclouds Proposal is available at:
  
   http://wiki.apache.org/incubator/jcloudsProposal
  
   We welcome your feedback and suggestions.
  
   Excited to see jclouds proposal.
   If you are looking for additional mentors, I'd be happy to step up.
  
   --David
  
   -
   To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
   For additional commands, e-mail: general-h...@incubator.apache.org
  
  
  
 
 
  -
  To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
  For additional commands, e-mail: general-h...@incubator.apache.org
 
 



Re: [PROPOSAL] jclouds Proposal for Incubator

2013-04-16 Thread Suresh Marru

On Apr 16, 2013, at 9:04 PM, Matt Stephenson jmstephen...@gmail.com wrote:

 Thanks to everyone stepping up to be a mentor!  I personally do 300 jumping
 jacks in the name of jclouds on a weekly basis, so we're cutting our
 mentors a great deal!

+ 1 the 2 hours/week mentor time is to make sure podling committers do the 
jumping jacks :). 

Adrian, Matt, I am vary of the time commitment and onboard with it.

Cheers,
Suresh

 
 I really like our proposal, but I'm biased.  Obviously we wanna be a part
 of Apache, so this kind of acceptance by the community is amazingly great
 news!
 
 
 Matt
 
 
 On Tue, Apr 16, 2013 at 5:17 PM, Adrian Cole fernc...@gmail.com wrote:
 
 Thanks, Suresh.  Airavata looks like it has context for collaboration with
 jclouds for sure.
 
 WRT mentoring, I was going to warn you.. all mentors have implicitly signed
 up for 2 hours/week on process guidance and 35 jumping jacks.
 
 -A
 
 
 On Tue, Apr 16, 2013 at 4:59 PM, Suresh Marru sma...@apache.org wrote:
 
 Nice Proposal, looking forward to see jcloud flourish in Apache. Glad to
 see such a overwhelming mentor support.
 
 I am interested to see this as an abstraction for Apache Airavata, I do
 not think you need more mentors, but I will be happy to help as needed as
 well (either onboard as mentor or on this list).
 
 Cheers,
 Suresh
 
 On Apr 16, 2013, at 7:51 PM, Adrian Cole fernc...@gmail.com wrote:
 
 Tomaz and Olivier (and David)
 
 You guys are awesome to offer help.  I thought maybe 5 was the number
 of
 mentors we needed, but I heard a sentiment of the more the merrier
 So,
 I'm adding any apache member with experience with incubation that
 offers
 to
 help us.  Seems a better problem to have more advice than less, and
 now a
 fleet of apache members can take holiday and we can still get enough
 votes
 to release something :)
 
 Cheers, thanks for the kind words, and lets do this!
 -A
 
 
 On Tue, Apr 16, 2013 at 4:45 PM, Tomaz Muraus to...@apache.org
 wrote:
 
 Agreed and best of luck from the Apache Libcloud PMC :)
 
 If you are looking for additional mentors I'm also more than happy to
 help.
 
 (I would add myself under volunteer section on the wiki, but it
 looks
 like I don't have the necessary permissions).
 
 On Tue, Apr 16, 2013 at 12:19 PM, David Nalley da...@gnsa.us wrote:
 
 On Tue, Apr 16, 2013 at 2:34 PM, Rebecca Wood silky...@gmail.com
 wrote:
 Dear ASF members,
 We would like to propose the jclouds project to the Incubator.  The
 jclouds Proposal is available at:
 
 http://wiki.apache.org/incubator/jcloudsProposal
 
 We welcome your feedback and suggestions.
 
 Excited to see jclouds proposal.
 If you are looking for additional mentors, I'd be happy to step up.
 
 --David
 
 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org
 
 
 
 
 
 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org
 
 
 


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [REQUEST FOR MENTORS] Request for mentors to help bring MetaModel into ASF incubator

2013-04-16 Thread Henry Saputra
Thanks Christian, really appreciate the interest and potential
contributions in the future


- Henry


On Fri, Apr 12, 2013 at 1:36 PM, Christian Grobmeier grobme...@gmail.comwrote:

 On Fri, Apr 12, 2013 at 9:37 PM, Arvind Prabhakar arv...@apache.org
 wrote:
  Done - added my name to the mentor list on the proposal.
 
  Question for the broader IPMC: are there any specific concerns about this
  proposal that is making it less attractive for other mentors to step up?
 If
  so, it will be great if you could bring them up for discussion to help
  educate the project team and maybe even find a way to address them.

 Actually I think MetaModel is looks great and I know at least from
 another guy who thinks similar. I cannot step up because i have
 already a lot of commitments and I am out of time (unfortunately). If
 I would need MetaModel in near future, I would step up. Or if I would
 have a special interest in the topic. For now I have just the interest
 of a user and zero time. :-(

 Anyway, hope MetaModel makes it!

 Cheers
 Christian




  Regards,
  Arvind
 
  On Thu, Apr 11, 2013 at 11:23 PM, Henry Saputra henry.sapu...@gmail.com
 wrote:
 
  Thanks Arvind, really appreciate it. Your help is greatly appreciate it.
 
  Please do add your name to the MetaModel proposal wiki page.
 
  - Henry
 
 
  On Thu, Apr 11, 2013 at 4:03 PM, Arvind Prabhakar arv...@apache.org
  wrote:
 
   Hi Henry and Kasper,
  
   I have seen the request for soliciting mentors for MetaModel come up a
  few
   times on the general list and apologize for not stepping up earlier.
 Part
   of my hesitation is that I have not been a mentor to other projects
  before
   and hence am not sure if I can do justice to this request. That said,
 I
  am
   happy to volunteer myself as a mentor if you don't mind bearing the
 cost
  of
   my learning curve.
  
   It would be great if more experienced mentors out there can find
 sometime
   to help guide this project to successful incorporation within Apache.
  
   Regards,
   Arvind Prabhakar
  
   On Thu, Apr 11, 2013 at 12:21 AM, Kasper Sørensen 
   kasper.soren...@humaninference.com wrote:
  
Hi Ross,
   
I think MetaModel could potentially have an oData module as well,
  making
it possible to use an oData source just like any other data source.
 I
   think
the main difference between oData and MetaModel, if you look at it
  from a
helicopter view, is that oData attempts to standardize the server
 side
  of
things by building a uniform protocol. MetaModel attempts to
  standardize
the client side of things, by having a common abstraction layer.
 Thus,
MetaModel does not have any specific protocol, just an API. There's
  pros
and cons of that of course, but in deed both client side and server
  side
standardization is attractive to have. So a MetaModel-oData module
  would
   be
cool, making it possible to work with your sharepoint or netflix
  systems,
just like you would work with your JDBC database or CSV file :)
   
Kasper Sørensen
   
   
-Original Message-
From: Ross Gardler [mailto:rgard...@opendirective.com]
Sent: 11. april 2013 09:09
To: general
Subject: Re: [REQUEST FOR MENTORS] Request for mentors to help bring
MetaModel into ASF incubator
   
MetaModel looks to overlap somewhat with the oData initiative [1].
 Is a
relationship worth exploring?
   
Ross
   
[1] http://www.odata.org
   
Sent from a mobile device, please excuse mistakes and brevity On 10
 Apr
2013 22:35, Henry Saputra henry.sapu...@gmail.com wrote:
   
 Hi All,

 I am soliciting for help from ASF IPMCs to mentor and/or champion
 the
 proposed MetaModel incubator project:
 http://wiki.apache.org/incubator/MetaModelProposal

 We are still working on the proposal but would like to get help
 from
 experienced IPMC to drive this project during incubation.

 Any IPMC that are interested and have bandwidth to help is greatly
 appreciated.


 Thanks,

 - Henry

   
   
 -
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org
   
   
  
 



 --
 http://www.grobmeier.de
 https://www.timeandbill.de

 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org




Re: [PROPOSAL] jclouds Proposal for Incubator

2013-04-16 Thread Adrian Cole
Mind you, my previous physical trainers gave up after they saw how buff I
am.


On Tue, Apr 16, 2013 at 6:34 PM, Suresh Marru sma...@apache.org wrote:


 On Apr 16, 2013, at 9:04 PM, Matt Stephenson jmstephen...@gmail.com
 wrote:

  Thanks to everyone stepping up to be a mentor!  I personally do 300
 jumping
  jacks in the name of jclouds on a weekly basis, so we're cutting our
  mentors a great deal!

 + 1 the 2 hours/week mentor time is to make sure podling committers do the
 jumping jacks :).

 Adrian, Matt, I am vary of the time commitment and onboard with it.

 Cheers,
 Suresh

 
  I really like our proposal, but I'm biased.  Obviously we wanna be a part
  of Apache, so this kind of acceptance by the community is amazingly great
  news!
 
 
  Matt
 
 
  On Tue, Apr 16, 2013 at 5:17 PM, Adrian Cole fernc...@gmail.com wrote:
 
  Thanks, Suresh.  Airavata looks like it has context for collaboration
 with
  jclouds for sure.
 
  WRT mentoring, I was going to warn you.. all mentors have implicitly
 signed
  up for 2 hours/week on process guidance and 35 jumping jacks.
 
  -A
 
 
  On Tue, Apr 16, 2013 at 4:59 PM, Suresh Marru sma...@apache.org
 wrote:
 
  Nice Proposal, looking forward to see jcloud flourish in Apache. Glad
 to
  see such a overwhelming mentor support.
 
  I am interested to see this as an abstraction for Apache Airavata, I do
  not think you need more mentors, but I will be happy to help as needed
 as
  well (either onboard as mentor or on this list).
 
  Cheers,
  Suresh
 
  On Apr 16, 2013, at 7:51 PM, Adrian Cole fernc...@gmail.com wrote:
 
  Tomaz and Olivier (and David)
 
  You guys are awesome to offer help.  I thought maybe 5 was the number
  of
  mentors we needed, but I heard a sentiment of the more the merrier
  So,
  I'm adding any apache member with experience with incubation that
  offers
  to
  help us.  Seems a better problem to have more advice than less, and
  now a
  fleet of apache members can take holiday and we can still get enough
  votes
  to release something :)
 
  Cheers, thanks for the kind words, and lets do this!
  -A
 
 
  On Tue, Apr 16, 2013 at 4:45 PM, Tomaz Muraus to...@apache.org
  wrote:
 
  Agreed and best of luck from the Apache Libcloud PMC :)
 
  If you are looking for additional mentors I'm also more than happy to
  help.
 
  (I would add myself under volunteer section on the wiki, but it
  looks
  like I don't have the necessary permissions).
 
  On Tue, Apr 16, 2013 at 12:19 PM, David Nalley da...@gnsa.us
 wrote:
 
  On Tue, Apr 16, 2013 at 2:34 PM, Rebecca Wood silky...@gmail.com
  wrote:
  Dear ASF members,
  We would like to propose the jclouds project to the Incubator.  The
  jclouds Proposal is available at:
 
  http://wiki.apache.org/incubator/jcloudsProposal
 
  We welcome your feedback and suggestions.
 
  Excited to see jclouds proposal.
  If you are looking for additional mentors, I'd be happy to step up.
 
  --David
 
 
 -
  To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
  For additional commands, e-mail: general-h...@incubator.apache.org
 
 
 
 
 
  -
  To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
  For additional commands, e-mail: general-h...@incubator.apache.org
 
 
 


 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org




fix entry and exit documentation etc.

2013-04-16 Thread David Crossley
Daniel Shahaf wrote:

 Reviewing this, the document you added a link to contains bugs.

Yes, there are many issues with Incubator documentation.
Thanks for detecting some of them.

Procedures have been changed, so documentation needs to
catch up.

Every committer has access to these documents.

I will continue to fix things bit-by-bit and still encourage
people who have been through the process to help fix this
documentation to make the path better for those who follow.

At the moment i do not have time, and i am expecting others
to do this.

See also the following message regarding r1465544.

-David

 Specifically,
 http://incubator.apache.org/guides/mentor.html#Set+Up+Repository is
 wrong (it contradicts 
 http://www.apache.org/dev/infra-contact#requesting-podling)
 and http://incubator.apache.org/guides/mentor.html#request-mailing-lists
 is bitrotted (list addresses in the example are wrong).
 
 I didn't check whether there are other bugs besides these two.
 
 -- 
 Not subscribed
 
 cross...@apache.org wrote on Mon, Apr 08, 2013 at 06:51:26 -:
  Author: crossley
  Date: Mon Apr  8 06:51:26 2013
  New Revision: 1465541
  
  URL: http://svn.apache.org/r1465541
  Log:
  Link to explanation of first steps for new podlings and the metadata 
  summary file.
  
  Modified:
  infrastructure/site/trunk/content/dev/infra-contact.mdtext
  
  Modified: infrastructure/site/trunk/content/dev/infra-contact.mdtext
  URL: 
  http://svn.apache.org/viewvc/infrastructure/site/trunk/content/dev/infra-contact.mdtext?rev=1465541r1=1465540r2=1465541view=diff
  ==
  --- infrastructure/site/trunk/content/dev/infra-contact.mdtext (original)
  +++ infrastructure/site/trunk/content/dev/infra-contact.mdtext Mon Apr  8 
  06:51:26 2013
  @@ -85,7 +85,8 @@ The podling creation process is as follo
   
   1. The IPMC vote passes.
   
  -1. The podling is added to the IPMC's `podlings.xml` file with 
  `status=current`.
  +1. The podling is added to the IPMC's `podlings.xml` summary file with 
  `status=current`.
  +(See [notes][6] about that, and other initial tasks.)
   
   1. An ASF Member or PMC chair files [mailing list creation requests][2].
   
  @@ -257,3 +258,4 @@ Reminder: this facility is for emergency
   [3]: https://infra.apache.org/officers/webreq
   [4]: 
  http://people.apache.org/committers-by-project.html#infrastructure-root
   [5]: 
  https://svn.apache.org/repos/private/committers/board/committee-info.txt
  +[6]: http://incubator.apache.org/guides/mentor.html#Overview
  
  
 
 -
 To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
 For additional commands, e-mail: general-h...@incubator.apache.org
 

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org