Re: Repository navigation

2006-03-26 Thread Laurie Harper
Brett Porter wrote: Laurie Harper wrote: As far as I could tell, m2eclipse uses the same Indexer code, but runs it against the local repo only. Are you saying that maven repositories will, at some point in the future, contain an index as generated by that code? I'm sure it has the ability to d

Re: Repository navigation

2006-03-26 Thread Brett Porter
Laurie Harper wrote: > As far as I could tell, m2eclipse uses the same Indexer code, but runs > it against the local repo only. Are you saying that maven repositories > will, at some point in the future, contain an index as generated by that > code? I'm sure it has the ability to download the inde

Re: Repository navigation

2006-03-26 Thread Mattias Olofsson
tml-parser here http://java-source.net/open-source/html-parsers to parse the m2 repo then you have a good start. _ From: Laurie Harper [mailto:[EMAIL PROTECTED] To: dev@maven.apache.org Sent: Sun, 26 Mar 2006 08:14:56 +0200 Subject: Re: Repository navigation Brett Po

Re: Repository navigation

2006-03-25 Thread Laurie Harper
mising, I hadn't come across that. How come it's in /maven, not /maven/components? Maybe that'll become clear once I finish checking it out and have a look at the code... What type of browser are you trying to build - a web client? Nope, an IDE plugin (Maven2 support for IDEA) :-) L.

Re: Repository navigation

2006-03-25 Thread Brett Porter
ager code in SVN, specifically >>>>> maven-repository-discovery. >>>> That sounds promising, I hadn't come across that. How come it's in >>>> /maven, not /maven/components? Maybe that'll become clear once I finish >>>> checki

Re: Repository navigation

2006-03-25 Thread Laurie Harper
cking it out and have a look at the code... What type of browser are you trying to build - a web client? Nope, an IDE plugin (Maven2 support for IDEA) :-) L. - Brett Laurie Harper wrote: Does M2 have any APIs for repository navigation and artifact discovery? I'm trying to create a repos

Re: Repository navigation

2006-03-25 Thread Kenney Westerhof
What type of browser are you trying to build - a web client? > > > > Nope, an IDE plugin (Maven2 support for IDEA) :-) > > > > L. > > > >> > >> - Brett > >> > >> Laurie Harper wrote: > >>> Does M2 have any APIs for repository navigati

Re: Repository navigation

2006-03-24 Thread Laurie Harper
pe, an IDE plugin (Maven2 support for IDEA) :-) L. - Brett Laurie Harper wrote: Does M2 have any APIs for repository navigation and artifact discovery? I'm trying to create a repository browser which presents a tree view, which is easy with M1's 'flat' layout, but with

Re: Repository navigation

2006-03-24 Thread Laurie Harper
e a look at the code... What type of browser are you trying to build - a web client? Nope, an IDE plugin (Maven2 support for IDEA) :-) L. - Brett Laurie Harper wrote: Does M2 have any APIs for repository navigation and artifact discovery? I'm trying to create a repository browser which

Re: Repository navigation

2006-03-24 Thread Brett Porter
Take a look at the repository-manager code in SVN, specifically maven-repository-discovery. What type of browser are you trying to build - a web client? - Brett Laurie Harper wrote: > Does M2 have any APIs for repository navigation and artifact discovery? > I'm trying to create a

Repository navigation

2006-03-24 Thread Laurie Harper
Does M2 have any APIs for repository navigation and artifact discovery? I'm trying to create a repository browser which presents a tree view, which is easy with M1's 'flat' layout, but with M2's hierarchical layout it's a bit trickier... Specifically, I don'