Refresh an Eclipse project with Ant

后端 未结 5 1892
一个人的身影
一个人的身影 2020-12-13 06:30

We have some Ant script fosr building the different jars we use, in several Eclipse projects. There is some interdependency

At the end of the build, we have to refr

5条回答
  •  一向
    一向 (楼主)
    2020-12-13 07:12

    Try this:

    
    

    There are option details at the Eclipse help system.

    Important: you have to choose "Run in the same JRE as workspace" at the Ant run configuration.

提交回复
热议问题