In Eclipse, how to sort jars allowed by Ivy
I am using IvyDE in Eclipse; it can resolve dependencies, but the allowed banks are not ok.
Can jars be sorted alphabetically?
+3
Jeff Xiao
source
to share
2 answers
The default option is to order using ivy.xml, however it can be changed in:
Window -> Preference -> Ivy -> Classpath Container
In Order of the classpath entries
change the default From the ivy.xml
to Lexical
.
The sort is case sensitive, so it Z
goes before a
. But that's good enough for my purpose.
+2
Jeff Xiao
source
to share
The order comes from Ivy, which I assume is the actual order in your ivy.xml.
0
nitind
source
to share