One of the issues in the current development of my plug-in is better testing. If you have many different tests to run manual testing becomes difficult. Here comes automated testing into play. If you want to further the quality of your code you have to test after every change. Manually this is not possible. So I decided to use an integration server. Hudson springs to mind. The installation is easy: download the Hudson.war and then start it up with java -jar Hudson.war
then you can access it over the browser at http://localhost:8080. The setting up of a project is a bit more complex. „Setting Hudson up“ weiterlesen
Schlagwort: ant
Ant FTP Task mit Eclipse
Aus meinem build file in Eclipse wollte ich die Dokumentation gleich online auf den Server deployen, doch der FTP Task ist optional
und benötigt zusätzliche Libraries. Was zu tun ist ist im Blog von thecrumb.com beschrieben.