Hi All,
We are using Ant to build website deployment files from our Subversion
repository
(among other things). Our repository is available to our developers via the
web using
the Apache (httpd) web server, but is protected by client certificates and
username/password login. We use tortoise
Hi,
I've searched the archive for this but did not find a satisfactory answer.
I'm running an executable file through the task, but the output of the
executable does not show up. How do I redirect that output so that it shows up
on the console?
Thanks.
_
Is it possible to run without changing a file's modification time? Or perhaps a
way to use to restore the original modification time after the (on
a group of files)? I actually want to run fixcrlf in conjunction with copy (which has the
preservelastmodified attribute to retain the modificati
On Thu, 24 Feb 2005, Ronen Mashal <[EMAIL PROTECTED]> wrote:
>>Stefan Bodewig <[EMAIL PROTECTED]> wrote on 02/23/2005 04:22:05 PM:
>> Is there any valid option to disable debugging in sj or does it
>> simply mean don't pass -g at all?
>>
>> Stefan
>
> To specify no debugging -g has to be removed.
I'm trying to use the jython re module in ant from a script task.
I have added the jython.jar library to my classpath, and can use various
function of python.
But when I try to import re, I get the following:
check:
[script] Traceback (innermost last):
[script] File "", line 2, in ?
[s
Hi,
I am executing by means of task sql from a file:
use [centivaTest]
GO
However I get an error message:
[sql] SQL: use [centivaTest] GO
[sql] Failed to execute: use [centivaTest] GO
The statement should be executed in separate lines. How can I make ant
do it that way? Can you help?
Regard
Thanks, Jan. antcall is exactly what I needed!
- Michael
[EMAIL PROTECTED] wrote:
You can call other targets - simply with .
Just replace with and that should work.
Or another design:
Place the stuff from in a and
you could call that from
the target "foo" and from inside the macrodef.