Fast Google search: http://www.answers.com/topic/control-c
* ASCII and Unicode representation of "End Of Text":
Octal code: 3
Decimal code: 3
Hexadecimal code: 03, U+0003
Mnemonic symbol: ETX
I think you can use that in
What do you want to
Hi
Is there a unicode for control-c, if any, where I could use in an Ant script
?
Hi
In using with with timeout attribute, is there a way I could cause
the shell script to send EOF so that would not
fail ?
C:\start.xml:13: The following error occurred while executing this line:
C:\start.xml:57: Response timed-out waiting for EOF
at org.apache.tools.ant.Proje
Also within "try" shrell script, I have a nohup command
ie inside try.sh. I have
nohup ./start &
where "start" is another shell script
On Jan 28, 2008 8:03 PM, Z W <[EMAIL PROTECTED]> wrote:
> Rob
>
> Appreciate your response there.
> Your approach does allow the env variables read but
> I'm n
Rob
Appreciate your response there.
Your approach does allow the env variables read but
I'm not sure why rexec hangs when it reaches the end of command execution.
Output
[rexec] stty: : Invalid argument
[rexec] /root
[rexec] /mdm /opt
[rexec] Starting prstat.
[rexec
The post on CruiseControl's Confluence maybe easier to follow
(http://confluence.public.thoughtworks.org/display/CC/Running+Servertest
s+with+Ant), but basically you use the script as a wrapper to call
yours. I actually added the 'ANTRUN_OUTPUT' variable to the wrapper
script and just execute an s
You could also source the .profile in your ant script...
-Rob Anderson
-Original Message-
From: Steve Loughran [mailto:[EMAIL PROTECTED]
Sent: Monday, January 28, 2008 2:40 AM
To: Ant Users List
Subject: Re: rexec and setting env variables on remote host
Z W wrote:
> Hi
>
> I tried u
Steve,
I'm sorry that I need a little more help here.
Could you elaborate on
* I think its an SSH option to turn this back on. Otherwise run bash
-login to run bash as a login
What tasks are you thinking of that I should use for both options ?
Thanks
Barry
It's a little complicated for me in that solution.
Do you have a simpler one ?
Will it work for as opposed to ?
Thanks
Sounds similar to the issue I just had. The solution that worked for me
came from here: http://marc.info/?l=ant-user&m=100621497023872&w=2
-Original Message-
From: Z W [mailto:[EMAIL PROTECTED]
Sent: Friday, January 25, 2008 3:25 PM
To: Ant Users List
Subject: Re: nohup and Ant question
On Jan 23, 2008 11:51 PM, limbicsystem <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm making use of the "extra" attributes in in order to lay
> out
> staging directories for my artifacts. For example, I have a project that
> generates an ear file. It needs to place its dependencies in particular
>
Z W wrote:
Hi
I tried using rexec task to invoke a shell script.
The output is as follows:
[rexec] /af/gord
[echo]
But when I check the local host of this unix box, the variables are set in
.profile. When echoed, they are displayed.
How do I make sure the shell sets these variables
No you cant.
That section is processed while xml parsing and therefore before Ant can do
anything.
But have you had a look at ?
Jan
> -Ursprüngliche Nachricht-
> Von: Antti Luoma [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 28. Januar 2008 11:05
> An: Ant Users List
> Betreff: Re: c
I don't think it's possible. Maybe you should generate another ant file from
main build and call the subbuild from there. Maybe generating
subbuild.xmllike this:
After copying/filttering you can then call it via
subbuild-src.xml should contain something like this:
]>
Not tested this act
Hey everyone,
can we use an ANT property in the Doctype settings?
I basically want to do:
]>
regards,
Nagender
You need to provide an Ivy file for Ivy to publish it. But generating the
file on the fly is very easy with the module descriptor, you just have to
use XmlModuleDescriptorWriter.
Xavier
On Jan 23, 2008 10:20 PM, Hans Dockter <[EMAIL PROTECTED]> wrote:
> I would like to add that so far I use for
I agree that something isn't scaling too well. Sync works ok with
directories < 1 GB ( ~17 000 files, 1300 folders) less than a minute..
There are ~ 500 000 (half a million) files, and ~74 000 folders.
When I browsed the sync / copy code I found that there was a lot of
synchronized code blocks. I
17 matches
Mail list logo