Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [iam-dev] IAM talk at ApacheCon Europe

I replaced all deprecated classes and methods in BuiltInRepositorySearchProvider class. It's all lucene related classes and I found out that it's not compatible with the previous lucene version. It returns 0 results. However, when you delete ${user_home}/.m2index so that it will be reindexed, searching works fine now.

Anyway, I managed to fixed it an minutes ago. It removes .m2index and reindex your localrepository under the following conditions.

1. first time you run/install iam.
2. your localrepository has changed
3. your localrepository has been modified
4. no .m2index is present.

Carlos, kindly remove your .m2index and see if it works again. It's currently working in my end. Make sure that it has finished re-indexing your local repository prior to testing it.

Abel Muiño Vizcaino wrote:

El 20/03/2009, a las 15:35, Carlos Sanchez escribió:

On Fri, Mar 20, 2009 at 2:05 AM, Abel Muiño Vizcaino <amuino@xxxxxxxxx> wrote:
You might want to show things that improve usability/workflow (if there is
enough time) like:
 - dependency auto-complete on pom xml editor

wasn't able to see this one. I already have the WTP xml editor ut
doesnt autocomplete

Then this is a regression. It was working (at least) before the switch to Eclipse. It uses the common search, so you need to already have downloaded a repository index.





 - artifact search and add as dependency
- import third party jars as artifacts into local or remote repositories


El 20/03/2009, a las 5:46, Carlos Sanchez escribió:

If you want to take a look at the draft slides for next week' talk and
suggest anything that I'm missing (specially latest changes and
aditions)

http://www.slideshare.net/secret/Aj7yExq1BGLPeH
_______________________________________________
iam-dev mailing list
iam-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/iam-dev

_______________________________________________
iam-dev mailing list
iam-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/iam-dev

_______________________________________________
iam-dev mailing list
iam-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/iam-dev

_______________________________________________
iam-dev mailing list
iam-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/iam-dev




Back to the top