On Mon, Jul 28, 2008 at 6:02 PM, Xavier Hanin <
xavier...@gmail.com> wrote:
> On Mon, Jul 28, 2008 at 9:37 AM, Milos Kleint <
mkl...@gmail.com> wrote:
>>
>> hello
>>
>> how is the code completion created? I've got it for the org quite
>> fast, but the name and revision ones seemed to hang forever for me..
>> both in ui and editor..
>
> Org, module and revision completion relies on Ivy listing feature, which
> depends on the underlying settings, and how the repos responsiveness. For
> the org, Ivy maven 2 repo implementation does not provide org listing at
> all, so you only get org listing from your local resolvers, which works very
> fast. Then for module and revision listing, Ivy does an http GET on the
> server to get the listing of a directory, and depending on your internet
> connection and the server responsiveness, it can be very long. This could be
> improved with caching, and /or indexing (with nexus for instance). But I
> think Ivy is currently used most of the time with in house repositories
> which provide very good response time. So maybe we can delay this
> improvement for after the 1.0.
maven+nexus workspace and mevenide. As the maven modules are moving