Re: overwriting property specified in different files.

2008-07-09 Thread Tom Drynda
André Pilz <[EMAIL PROTECTED]> wrote: > ... > that is standard behaviour for ant. The first property definition wins. > A simple solution for this example is to load the second property file > first. > ... That's exactly how we do it. We have a default configuration held in a properties file.

RE: Create a task to deploy in a remote server

2008-04-17 Thread Tom Drynda
We use scp. Works well. Here's an example: ... And then we run a deployment script on the remote server as follows: - Original Message: From: Antoine POURCHEZ <[EMAIL PROTECTED]> To: 'Ant Users List' Cc: