Re: cannot open ant 1.6.5 zip file

2008-12-18 Thread André Pilz
Thanks for this OMG moment, really ;) Attack of the Giga Ants... BTT: The apache-ant-1.6.5-bin.zip should be 9.835 KB big (say 10 MB), so the download is just not complete and the archive is corrupted. I tried this too with Firefox today, it's corrupt too (downloaded size around 4.8 MB), so t

Re: Iterating through the build script

2008-09-24 Thread André Pilz
Hi, I use the task for this, most often with parameters, example: ... ... ... Regards, AP Patrick Luebbecke schrieb: Hi Folks, i'm currently writing a build script which will to the following tasks: 1. unpack file a 2. unpack file b (both

Re: Detecting modified times and exiting a target

2008-07-28 Thread André Pilz
Already tested the task? Shug Boabby schrieb: Hi all, I am utterly failing at attempting to implement some logic in an ant script, I was hoping somebody here could help. I have a target which calls an external (non-standard) compiler. The compiler takes a directory as a parameter and recursiv

Re: Checking existence of a set of files

2008-07-21 Thread André Pilz
Hello, in old days I wrote a target which checks for the file, and then call this target with antcall for single or ant-contrib:foreach for lists of files. Example with the normal path (customize to your needs): filepath="${path}"/>

Re: Trouble executing python script in Unix

2008-07-16 Thread André Pilz
and for providing feedback André. And sorry for calling you Luis by accident last time.. Got my emails mixed up :P Take care, Keith On Wed, Jul 16, 2008 at 9:47 AM, André Pilz <[EMAIL PROTECTED]> wrote: Seems like python doesn't find the script (because there is no error message). Possib

Re: Trouble executing python script in Unix

2008-07-16 Thread André Pilz
x27;install/tools/jsmin.py' '' '/var/www/hv/lib/proj//build/proj-all-min.js' The ' characters around the executable and arguments are not part of the command. BUILD SUCCESSFUL Total time: 0 seconds =END OUTPUT=== Any ideas? Thanks, Keith On W

Re: Trouble executing python script in Unix

2008-07-16 Thread André Pilz
Hi, need more info to help you. Use "ant -d" to get the command line and the arguments how python is called. How exactly does it not work? Any error message? Cheers, André Keith Hughitt schrieb: Hi all, I've just recently started using Ant on Linux, and so far it has been really amazing. I

Re: How to have Dynamic Propert in ant

2008-07-10 Thread André Pilz
Hello, interesting problem. No dynamic properties. Following works: ${NOW} waiting 5 seconds ${THEN} Cheers, André sukanya schrieb: Hi, Here is the problem I am now fac

Re: overwriting property specified in different files.

2008-07-09 Thread André Pilz
Hello, 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. Also see the Task in ant-contrib, but I never needed it. Cheers, Andre wizshah schrieb: I have two following lines added to my build