Jenkins and Git on Windows
We recently set up an old Windows XP machine as our Jenkins CI server. Here are the steps we took to make it work. 1. Download and install Jenkins. Here…
We recently set up an old Windows XP machine as our Jenkins CI server. Here are the steps we took to make it work. 1. Download and install Jenkins. Here…
Debugging Inside Eclipse The easiest way to debug your Java web application is to create a Server in the Eclipse Servers view and start the Server in Debug mode. For…
Here's an ivy.xml with a dependency on Spring MVC. Please fill in the organisation and module attributes. It excludes the Unified Expression Language library because it conflicts with Tomcat 7.…