在 Eclipse 中,如何对 Ivy 解析的 jar 进行排序

Jef*_*iao 5 eclipse ivy ivyde

我在 Eclipse 中使用 IvyDE;它可以解决依赖关系,但解决的 jars 没有顺序。

是否可以按字母顺序对罐子进行排序?

在此处输入图片说明

Jef*_*iao 4

默认选项是通过 ivy.xml 排序,但可以在以下位置更改:

Window -> Preference -> Ivy -> Classpath Container
Run Code Online (Sandbox Code Playgroud)

在 中Order of the classpath entries,将默认值更改From the ivy.xmlLexical

排序区分大小写,因此Z排在 之前a。但这对于我的目的来说已经足够了。

在此输入图像描述