Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Eclipse, how do I sort the jars resolved by Ivy

Tags:

eclipse

ivy

ivyde

I'm using IvyDE in Eclipse; it can resolve dependencies, but the resolved jars are not in order.

Is it possible to sort the jars alphabetically?

enter image description here

like image 367
XoXo Avatar asked Sep 27 '22 20:09

XoXo


1 Answers

The default option is to order by 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 sorting is case sensitive, so Z goes before a. But it's good enough for my purpose.

enter image description here

like image 85
XoXo Avatar answered Oct 06 '22 00:10

XoXo