it-crowd / pom-sorter

Plugin for IntelliJ Idea to sort pom.xml
4 stars 9 forks source link

NCDFE org.apache.commons.collections.comparators.NullComparator #2

Closed metyl closed 11 years ago

metyl commented 11 years ago

after instaling I get NoClassDefFoundError for org.apache.commons.collections.comparators.NullComparator

blabno commented 11 years ago

What idea version do you use?

blabno commented 11 years ago

NullComparator is part of commons-collection and I see that even Idea 9 does have it in "lib" directory.

metyl commented 11 years ago

12 EAP, I know how to fix it but maybe plugin itself should have all necessary libs.

blabno commented 11 years ago

As a temporary workaround you can copy commons-collections-3.1 jar to ideaHome/lib It looks like JetBrains have removed this library from 12 EAP. I'll talk with them and decide if they will add it back or whether we should bundle it with plugin. Thank you for report.

blabno commented 11 years ago

I've asked JetBrains here: http://devnet.jetbrains.net/message/5471136#5471136

blabno commented 11 years ago

Bundling plugin with commons-collections.

metyl commented 11 years ago

Then it will be released?

blabno commented 11 years ago

This week.