AW: Unicode for Control-C

2008-01-28 Thread Jan.Materne
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

Unicode for Control-C

2008-01-28 Thread Z W
Hi Is there a unicode for control-c, if any, where I could use in an Ant script ?

Re: rexec and setting env variables on remote host

2008-01-28 Thread Z W
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

Re: rexec and setting env variables on remote host

2008-01-28 Thread Z W
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

Re: rexec and setting env variables on remote host

2008-01-28 Thread Z W
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

RE: nohup and Ant question

2008-01-28 Thread Barry Pape
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

RE: rexec and setting env variables on remote host

2008-01-28 Thread Anderson, Rob (Global Trade)
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

Re: rexec and setting env variables on remote host

2008-01-28 Thread Z W
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

Re: nohup and Ant question

2008-01-28 Thread Z W
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

RE: nohup and Ant question

2008-01-28 Thread Barry Pape
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

Re: "extra" attributes lost when dependencies are placed into cache

2008-01-28 Thread Xavier Hanin
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 >

Re: rexec and setting env variables on remote host

2008-01-28 Thread Steve Loughran
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

AW: can we use an ANT property in the DOCTYPE settings?

2008-01-28 Thread Jan.Materne
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

Re: can we use an ANT property in the DOCTYPE settings?

2008-01-28 Thread Antti Luoma
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

can we use an ANT property in the DOCTYPE settings?

2008-01-28 Thread Nagender Kumar Mallik
Hey everyone, can we use an ANT property in the Doctype settings? I basically want to do: ]> regards, Nagender

Re: Publishing ivy files

2008-01-28 Thread Xavier Hanin
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

Re: Syncing very large directories

2008-01-28 Thread Antti Luoma
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