Re: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata

2012-04-16 Thread Honton, Charles
Matt, No commonality with meiyo. All code written by myself with no Intuit claim on IP. I've submitted a ICLA; working on getting the CCLA updated. Chas On 4/12/12 2:39 PM, Matt Benson gudnabr...@gmail.com wrote: Hi Chas, Thanks for getting the repo back into a nicer state. Does this

Re: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata

2012-04-13 Thread Matt Benson
I see your ICLA has now come through. ;) Matt On Thu, Apr 12, 2012 at 4:39 PM, Matt Benson gudnabr...@gmail.com wrote: Hi Chas,  Thanks for getting the repo back into a nicer state.  Does this codebase actually have any common pedigree with [meiyo] (seemingly no)?  The answer would dictate

Re: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata

2012-04-12 Thread Honton, Charles
Repository (https://github.com/chonton/meiyo-sandbox/) and Reports (http://chonton.github.com/meiyo-sandbox/) have been updated. Regards, Chas On 4/11/12 1:47 PM, Honton, Charles charles_hon...@intuit.com wrote: Mark, Please look at my implementation - http://chonton.github.com/meiyo-sandbox/

Re: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata

2012-04-12 Thread Matt Benson
Hi Chas, Thanks for getting the repo back into a nicer state. Does this codebase actually have any common pedigree with [meiyo] (seemingly no)? The answer would dictate how, if indeed, we move forward with it; personally I think there is value here especially in that you already account for

Re: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata

2012-04-11 Thread Simone Tripodi
Same here, as main Meiyo contributor I'm of course interested, but no available cycles ATM, hopefully during the weekend :( Anyway, just to speak about it, I am changing my mind about classpath scanning, that - even only when bootstrapping, of course - is a time consuming operation. I'd invite

RE: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata

2012-04-11 Thread Honton, Charles
: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata Same here, as main Meiyo contributor I'm of course interested, but no available cycles ATM, hopefully during the weekend :( Anyway, just to speak about it, I am changing my mind about classpath scanning

Re: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata

2012-04-11 Thread James Carman
second?  Ten seconds? Thanks, chas -Original Message- From: simone.trip...@gmail.com [mailto:simone.trip...@gmail.com] On Behalf Of Simone Tripodi Sent: Wednesday, April 11, 2012 12:17 AM To: Commons Developers List Subject: Re: [classscan],[meiyo],[sandbox] Sharing a concrete proposal

Re: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata

2012-04-11 Thread Matt Benson
[mailto:simone.trip...@gmail.com] On Behalf Of Simone Tripodi Sent: Wednesday, April 11, 2012 12:17 AM To: Commons Developers List Subject: Re: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata Same here, as main Meiyo contributor I'm of course

Re: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata

2012-04-11 Thread Mark Struberg
, chas -Original Message- From: simone.trip...@gmail.com [mailto:simone.trip...@gmail.com] On Behalf Of Simone Tripodi Sent: Wednesday, April 11, 2012 12:17 AM To: Commons Developers List Subject: Re: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning

Re: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata

2012-04-11 Thread Simone Tripodi
[mailto:simone.trip...@gmail.com] On Behalf Of Simone Tripodi Sent: Wednesday, April 11, 2012 12:17 AM To: Commons Developers List Subject: Re: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata Same here, as main Meiyo contributor I'm of course

RE: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata

2012-04-11 Thread Honton, Charles
Mark, Please look at my implementation - http://chonton.github.com/meiyo-sandbox/ (I've accidently trashed my source respository, which I'll clean up tomorrow.) You can see the code through the javadoc and jxr reports. The implementation tracks classes per location (jar or folder), with

Re: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata

2012-04-11 Thread Ralph Goers
Hmm, I will have to take a look at that. I'm using the ResolverUtil in Log4j2 that several other projects use. It works well but I discovered it was taking about .4 seconds to capture all my plugins. Instead, I am now running that step for all the plugins provided by Log4j2 during the build

[classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata

2012-04-09 Thread Honton, Charles
There's been sporadic talk on this newsgroup since September 2010 about providing a commons component which can scan a classpath and provide metadata about the classes. I have a clean (license-wsie) concrete interface and implementation to share. This code will support the following use

Re: [classscan],[meiyo],[sandbox] Sharing a concrete proposal for class path scanning / class metadata

2012-04-09 Thread James Carman
I am interested. I do want to keep it as simple as possible to set up and retrieve the information. I haven't had a chance to take a look at your stuff, yet, though. Perhaps I can get a few cycles this week. On Mon, Apr 9, 2012 at 5:29 PM, Honton, Charles charles_hon...@intuit.com wrote: