Clean and build an Eclipse java project with one click

后端 未结 5 1892
孤街浪徒
孤街浪徒 2021-02-05 18:55

Is it possible to clean and build a java project in Eclipse with one click? I don\'t want to go to Project -> clean -> OK and than to project menu \'Build project\'

5条回答
  •  悲哀的现实
    2021-02-05 19:20

    If you need something more powerful than clean and deploy, I suggest to learn Ant build tool. http://ant.apache.org/

    Just configure it for your project and prepare the build script, than configure the build script for the clean and build target. If you need, also to deploy it on your server (glassfish, weblogic or whatever you want). With Ant you can configure more situation (test, production..)

提交回复
热议问题