Re: Programatically loading jars from the local maven repository

2009-05-18 Thread Alin Dreghiciu
Alan, We are implementing at OPS4J Pax URL a simple osgi url handler (that you could use also outside osgi) based on Mercury. I started implementing it a while ago but then I run into problems with Mercury so was on hold for a while. But I will be back on development soon. Once ready the only

Re: Programatically loading jars from the local maven repository

2009-05-18 Thread Jason van Zyl
If you want to use what is going to get expelled from the Maven 3.x core for all things to use then take a look here: http://svn.apache.org/repos/asf/maven/components/branches/MNG-2766/maven-repository/src/main/java/org/apache/maven/repository/RepositorySystem.java Right now in that branch it

Re: Programatically loading jars from the local maven repository

2009-05-18 Thread Oleg Gusakov
Jason van Zyl wrote: If you want Maven specific use the RepositorySystem in that branch (will go to trunk in a few days), and use Mercury directly if you want something Maven independent. In case you decided to try out Mercury - look at IT

Programatically loading jars from the local maven repository

2009-05-17 Thread Alan D. Cabrera
I need to programatically load jars from the local maven repository. While the format of the repository is pretty simple I would like to be relieved of the tedium of discovering where this local repository is and, as an added bonus, I would love to have jars automatically downloaded to my