Re: and '$' symbol on Solaris 8

2005-11-25 Thread Dominique Devienne
On 11/25/05, Nadejda Rylova <[EMAIL PROTECTED]> wrote: > I executed > them not from command line but from other sh-file that just (as I really > believed) call all these scripts one by one with some echo-comment between > them. And it's the case excepted for three lines: > > export LANG=en_US.ISO88

RE: and '$' symbol on Solaris 8

2005-11-24 Thread Nadejda Rylova
. Nadejda -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 22, 2005 8:28 PM To: Ant Users List Subject: Re: and '$' symbol on Solaris 8 > FIXED!!! The point is the environment variable LANG. > > ProductIndexer connects to Oracle DB du

Re: and '$' symbol on Solaris 8

2005-11-22 Thread Dominique Devienne
> FIXED!!! The point is the environment variable LANG. > > ProductIndexer connects to Oracle DB during its work. For right work of > oracle database connection it is necessary to indicate language. New > property shall be added: > > > > Hmmm, AFAIK a child proce

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
-Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 8:53 PM To: Ant Users List Subject: Re: and '$' symbol on Solaris 8 so lets get this right 1. ProductIndexer is a shell script you exec/run on the command line 2. when it r

Re: and '$' symbol on Solaris 8

2005-11-21 Thread Steve Loughran
Nadejda Rylova wrote: Word 'output' was used in more common sense. Not output stream but files created during utility's work. ProductIndexer itself creates several files, not puts their contents to the output stream. So I believe hardly can help. As to encoding it seems like every other symbols

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 Steve Loughran
Nadejda Rylova wrote: Thank you for you answer, Antoine. But you don't understand me. EAHOME and DNAME are parameters for this build file (it's ok). BUILD SUCCESSFUL - so everything (almost) works. But utility ProductIndexer creates several files (some its output) which shall contain symbol '

RE: and '$' symbol on Solaris 8

2005-11-21 Thread Nadejda Rylova
contains rubbish instead of symbol '$'. Thanks, Nadejda -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 5:47 PM To: Ant Users List Subject: Re: and '$' symbol on Solaris 8 Hello Nadejda, remember that ant is n

Re: and '$' symbol on Solaris 8

2005-11-21 Thread Antoine Levy-Lambert
Hello Nadejda, remember that ant is not 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="${e

RE: and '$' symbol on Solaris 8

2005-11-21 Thread Nadejda Rylova
There is the snippet. But as you can see it just execution of command line utility ProductIndexer with single parameter - some path (${EAHOME}/sysiq2/temp/${DNAME}_temp/${DNAME}.dxp). Those (problematic) '$' is not among the parameters (it's generated by ProductIndexer utility), so