sshexec and rexec hung

2008-01-29 Thread Z W
Hi I've been trying to get my shell scripts to work with rexec and sshexec. My experience seems to indicate to me that both tasks don't seem to hang when executing shell scripts after exporting env variables with . ./profile. Is that everyone's experience or perhaps it's just me. I don't have muc

Re: AW: Unicode for Control-C

2008-01-29 Thread David Weintraub
Use the XML syntax: That is, you begin with an ampersand, octothorp, the letter "X", the hexadecimal representation, and finally a semicolon. See: http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references for more information On Jan 29, 2008 3:58 PM, Z W <[EMAIL PROTECTED]> wr

Re: AW: Unicode for Control-C

2008-01-29 Thread Z W
How do you insert unicode numbers to the Ant script ? I tried \u0024 for $ but I get u0024 returned. I'm trying to use this unicode to do 'echo $$'. Or am I doing something wrong here.

Stopping/Starting and Installing/Uninstalling Remotely....

2008-01-29 Thread Christopher Styles
Hi, I'm trying to deploy an application from Windows 2003 to Websphere 6.0.2.7on a remote Unix Server, and when I try to stop my Websphere server (server1) I get the following error: Unable to parse setupCmdLine: null\bin\setupCmdLine.bat (The system cannot find the path specified)... Can anyone t

Re: Ant and Subversion

2008-01-29 Thread David Weintraub
Just to make things clear here, you normally do not "tag" your daily builds in Subversion. Instead, you simply use the source archive's revision number to refer to the build. This is like an automatic tag. Now, getting back to Subversion and Ant. The Subversion tasks have been removed from Ant. In

Ant and Subversion

2008-01-29 Thread jpyork
Is it possible to create a task that creates a tag every time you do a build? -- View this message in context: http://www.nabble.com/Ant-and-Subversion-tp15162188p15162188.html Sent from the Ant - Users mailing list archive at Nabble.com. ---

Re: AW: Unicode for Control-C

2008-01-29 Thread Steve Loughran
Klaus Malorny wrote: Steve Loughran wrote: [EMAIL PROTECTED] wrote: 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 ...

Re: How to set a new property based on value of another property in Ant ?

2008-01-29 Thread Matt Benson
You might also see whether you get any use out of the props sandbox antlib, which requires a svn trunk (v1.8.x) build of Ant. -Matt --- Ravi Roy <[EMAIL PROTECTED]> wrote: > Thanks Jan, I created my own task and integrated > into my build > process, but initial reason to ask this to the group >

Re: Tutorial broken, need help resolving

2008-01-29 Thread Fiouz
Hi, On Jan 29, 2008 3:51 PM, Brown, Carlton <[EMAIL PROTECTED]> wrote: > [get] Error opening connection java.io.FileNotFoundException: > http://people.apache.org/~xavier/ivy/apache-ivy-2.0.0-beta1/ivy.jar > > > > > Clearly

Tutorial broken, need help resolving

2008-01-29 Thread Brown, Carlton
Hi all, I'm getting errors running the tutorial listed here: http://ant.apache.org/ivy/history/latest-milestone/tutorial.html which, per the instructions, "should not take more than 30 seconds if you already have ant and a jdk pr

Re: ivy:install download only artifacts?

2008-01-29 Thread Xavier Hanin
On Jan 29, 2008 2:55 PM, Per Hermansson <[EMAIL PROTECTED]> wrote: > Xavier Hanin wrote: > > On Jan 25, 2008 4:24 PM, Per Hermansson <[EMAIL PROTECTED]> > wrote: > > > > > >> Hi, > >> > >> I'm wondering if it's possible to make the ant task > >> run without downloading the module's ivy file, i.e.

Re: ivy:install download only artifacts?

2008-01-29 Thread Per Hermansson
Xavier Hanin wrote: On Jan 25, 2008 4:24 PM, Per Hermansson <[EMAIL PROTECTED]> wrote: Hi, I'm wondering if it's possible to make the ant task run without downloading the module's ivy file, i.e. only retrieve the artifacts? This is not supported currently. What you can do is use spe

RE: rexec and setting env variables on remote host

2008-01-29 Thread Vallon, Justin
It sounds like the remote process is not exiting, or holding onto the stdout/stderr. If you run your sample with a "real" rsh, does the rsh exit automatically? ie: rsh host ". ./.profile ; cd abc ; ... ; exit" Is "\u038" '&'? -Justin office 8-383-6725, 212-272-6725; cell 917-861-6042 -Origi

Re: How to set a new property based on value of another property in Ant ?

2008-01-29 Thread Ravi Roy
Thanks Jan, I created my own task and integrated into my build process, but initial reason to ask this to the group was that if Ant has a standard way to achieve this then why I should create seperate task, at last for my own task I have to maintain and document the same, which would not have been

Re: AW: Unicode for Control-C

2008-01-29 Thread Klaus Malorny
Steve Loughran wrote: [EMAIL PROTECTED] wrote: 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 no, XML doesnt a

AW: AW: Unicode for Control-C

2008-01-29 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

Re: AW: Unicode for Control-C

2008-01-29 Thread Steve Loughran
[EMAIL PROTECTED] wrote: 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

Re: AW: AW: For each jar in a fileset

2008-01-29 Thread James Abley
On 25/01/2008, Clifton <[EMAIL PROTECTED]> wrote: > > Thanx Jan. That works too but only on Ant-1.7+. I'm running the build > indirectly from a Maven pom via the ant-run plugin. Apparently Maven-ant-run > is only 1.6.5 compatible so I need more magic. I'm going to move my question > to the Maven ma

AW: How to set a new property based on value of another property in Ant ?

2008-01-29 Thread Jan.Materne
I dont know any task. Which means: implement your own ;) Jan ${out} > -Ursprüngliche Nachricht- > Von: Ravi Roy [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 29. Januar 2008 11:09 > An: Ant Users List >

Re: How to set a new property based on value of another property in Ant ?

2008-01-29 Thread Ravi Roy
On 1/29/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > You could load different property files according to a base property > > > And with AntContrib you could copy contents > > > > >${text} = Hello World > > see also http://ant.apache.org/faq.html#propertyvalue-as-name-

AW: How to set a new property based on value of another property in Ant ?

2008-01-29 Thread Jan.Materne
You could load different property files according to a base property And with AntContrib you could copy contents ${text} = Hello World see also http://ant.apache.org/faq.html#propertyvalue-as-name-for-property Jan > -Ursprüngliche Nachricht- > Von: Ravi Roy

How to set a new property based on value of another property in Ant ?

2008-01-29 Thread Ravi Roy
Hi All, I want to set a property based on a value of the other property in my build script : Already defined property in a build file : Want to set another property based on the value of this property like. Which means addding "." character after first character in the value of foo.1 pr