Debian package creator task

2007-05-27 Thread Marius Scurtescu
Hi all, I started working on a task that allows you to create Debian packages, pure Java implementation. You should be able to create deb packages in your build scripts running on Windows. The code is at: http://code.google.com/p/ant-deb-task/ You will have to check out the source and build. Th

how to set a property to the latest file

2007-05-27 Thread Derek Haskin
Hi, How do you set a property to using a wild card to a particular file in a directory. Example: I want to set a property to the first occurence of the following command:- ls -r /tmp/test/des.*.zip The directory /tmp/test will contain mutliple files that match des.*.zip Using ant how to I set