Re: loading plugin dependencies from ibiblio

2006-08-23 Thread Aaron Mulder
I'm able to use ibiblio to install the Directory plugin which has loads of dependencies. But maybe this has one more than that one. You could try putting a small delay between downloads in the PluginInstallerGBean if you think that would help. I did have trouble with ibiblio once when I

Re: loading plugin dependencies from ibiblio

2006-08-23 Thread Guillaume Nodet
Btw, the PluginInstallerGBean is unable to download snapshots artifacts.The problem is that when snapshots are deployed to a m2 repo,you don't have a jar named -SNAPSHOT, but rather timestamped jars,where the last one is given in the maven-metadata.xml in the -SNAPSHOTdirectory (not the one in

Re: loading plugin dependencies from ibiblio

2006-08-23 Thread Aaron Mulder
Oversight. The Maven guys have suggested that they have some code we could reuse to execute the downloads, but I've never been able to beat it out of them. It would be nice to switch over to theirs, but in the mean time, it should be easy enought o add the SNAPSHOT support to our download code.

Re: loading plugin dependencies from ibiblio

2006-08-23 Thread Guillaume Nodet
Done.http://issues.apache.org/jira/browse/GERONIMO-2351On 8/23/06, Aaron Mulder [EMAIL PROTECTED] wrote: Oversight.The Maven guys have suggested that they have some code wecould reuse to execute the downloads, but I've never been able to beatit out of them.It would be nice to switch over to

Re: loading plugin dependencies from ibiblio

2006-08-23 Thread Bruce Snyder
On 8/23/06, Guillaume Nodet [EMAIL PROTECTED] wrote: Done. http://issues.apache.org/jira/browse/GERONIMO-2351 Too bad none of the Maven guys are included in the Geronimo group for JIRA, we could just assign it to one of them. Bruce -- perl -e 'print unpack(u30,D0G)[EMAIL

Re: loading plugin dependencies from ibiblio

2006-08-23 Thread Jason Dillon
We can easily change that :-) --jason On Aug 23, 2006, at 3:05 PM, Bruce Snyder wrote: On 8/23/06, Guillaume Nodet [EMAIL PROTECTED] wrote: Done. http://issues.apache.org/jira/browse/GERONIMO-2351 Too bad none of the Maven guys are included in the Geronimo group for JIRA, we could just

Re: loading plugin dependencies from ibiblio

2006-08-23 Thread Jason Dillon
I think the code is related to the Maven embedder stuff... --jason On Aug 23, 2006, at 1:19 PM, Aaron Mulder wrote: Oversight. The Maven guys have suggested that they have some code we could reuse to execute the downloads, but I've never been able to beat it out of them. It would be nice