Re: Utility to create upload bundles

2006-07-24 Thread Tim Kettler
Brett Porter schrieb: This sounds interesting. How do you analyse the dependencies? I initially experimented with JarJar Links and JarAnalyzer but they produced different results for the same set of jars. So I wrote my own scanner on top of ASM. I'd be interested in taking a look. I put

Re: Utility to create upload bundles

2006-07-24 Thread Tamás Cservenák
Hi, The same reason why you do it -- altough locally: to manage and initialize some repository (eg. extNonFree or extFree) with new, unmavenized artifacts. This could automate the repository fillup, no? Have fun ~t~ On 7/24/06, Tim Kettler [EMAIL PROTECTED] wrote: Hi, I don't use Proximity

Re: Utility to create upload bundles

2006-07-23 Thread Carlos Sanchez
I use jaranalyzer for discovering dependencies between jars. http://www.jroller.com/page/carlossg?entry=analyzing_jar_dependencies On 7/23/06, Brett Porter [EMAIL PROTECTED] wrote: This sounds interesting. How do you analyse the dependencies? I'd be interested in taking a look. - Brett On

Re: Utility to create upload bundles

2006-07-22 Thread Tamás Cservenák
Are you interested in sharing this code, and integrating it with Proximity? Thanx in advance, ~t~ On 7/22/06, Tim Kettler [EMAIL PROTECTED] wrote: Will see that I find a home for it. But this will probably take abaout a week or two. Ivo Limmen schrieb: Sounds like a very usefull tool. I

Re: Utility to create upload bundles

2006-07-22 Thread Brett Porter
This sounds interesting. How do you analyse the dependencies? I'd be interested in taking a look. - Brett On 22/07/06, Tim Kettler [EMAIL PROTECTED] wrote: Will see that I find a home for it. But this will probably take abaout a week or two. Ivo Limmen schrieb: Sounds like a very usefull

Re: Utility to create upload bundles

2006-07-21 Thread Ivo Limmen
Sounds like a very usefull tool. I recently had the same problem, this would have been a great help. On 7/20/06, Tim Kettler [EMAIL PROTECTED] wrote: Hi, I recently had to add a bunch of 3d-party artifacts to our repository and creating the poms with all the transitive dependencies by hand

Re: Utility to create upload bundles

2006-07-21 Thread Tim Kettler
Will see that I find a home for it. But this will probably take abaout a week or two. Ivo Limmen schrieb: Sounds like a very usefull tool. I recently had the same problem, this would have been a great help. On 7/20/06, Tim Kettler [EMAIL PROTECTED] wrote: Hi, I recently had to add a bunch

Utility to create upload bundles

2006-07-20 Thread Tim Kettler
Hi, I recently had to add a bunch of 3d-party artifacts to our repository and creating the poms with all the transitive dependencies by hand was a major pain in the a**. So I sat down and wrote a little tool that takes a couple of jars as its input, analyzes the dependencies, generates the