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
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
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
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}"/>
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
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
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
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
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