How do I set the Eclipse build path and class path from an Ant build file?

前端 未结 5 782
一个人的身影
一个人的身影 2021-02-09 05:25

There\'s a lot of discussion about Ant and Eclipse, but no previously answered seems to help me.

Here\'s the deal: I am trying to build a Java program that compiles succ

5条回答
  •  借酒劲吻你
    2021-02-09 05:58

    I use the ivy to manage my ANT classpaths, I highly recommend learning how it works.

    There is an eclipse plugin that will manage the eclipse classpath from the same ivy.xml file that ANT uses to define it's dependencies.

提交回复
热议问题