Any way to generate ant build.xml file automatically from Eclipse?

后端 未结 7 1241
后悔当初
后悔当初 2020-11-30 23:33

From Eclipse, I found I can easily export an Ant build file for my project. It provides references to 3rd party libraries and some base targets. I\'m using

7条回答
  •  隐瞒了意图╮
    2020-11-30 23:55

    If all you need is the classpath entries, I do something like the following to use the eclipse build path.

    
    

    Then set that value in the path

    
        
    
    
    
    
    
        
            
        
    
    

提交回复
热议问题