RE: and '$' symbol on Solaris 8

2005-11-24 Thread Nadejda Rylova
Dominique, I tried to simplify the task description (and as you can see this reductive variant of the task had to be explained with several letters). Actually there were several ssh-scripts (not only ProductIndexer) and... I executed them not from command line but from other sh-file that just (as

RE: and '$' symbol on Solaris 8

2005-11-22 Thread Nadejda Rylova
s all :) -Original Message- From: Nadejda Rylova [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 22, 2005 11:19 AM To: 'Ant Users List' Subject: RE: and '$' symbol on Solaris 8 -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Monda

RE: and '$' symbol on Solaris 8

2005-11-21 Thread Nadejda Rylova
ry passing that to the program from your shell, and see if it has the problem "bad arguments" NR> No, it is not the problem "bad arguments" -if it aint that, it is probably some environmental thing. But what, I dont know NR&

RE: and '$' symbol on Solaris 8

2005-11-21 Thread Nadejda Rylova
n the files are normal. Though I'm not sure about other special symbols. Thank you in any case, Nadejda -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 6:57 PM To: Ant Users List Subject: Re: and '$' symbol on Solaris 8 Nad

RE: and '$' symbol on Solaris 8

2005-11-21 Thread Nadejda Rylova
ot a scripting langage and does not know directly about environment variables. If you are dealing with environment variables, you need to add a line in your build.xml saying you can then access EAHOME or DNAME (supposing these are env vars) like this dir="${env.EAHOME}/sysiq2/temp/${env.DNAM

RE: and '$' symbol on Solaris 8

2005-11-21 Thread Nadejda Rylova
ithout understanding your problem): do you have to mask the dollar sign? E.g. if you want to pass the STRING ${foo} you have to mask the dollar $${foo}. Jan >-Ursprüngliche Nachricht- >Von: Nadejda Rylova [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 18. November 2005 15:35

and '$' symbol on Solaris 8

2005-11-18 Thread Nadejda Rylova
Hello - I created some ant build file and used to launch a shell script. This script has quite complex scheme and forms several files as result. Everything works properly except one. After building these result files contain rot instead of symbol '$'. However if I launch same sh-file out of (