This bug is
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=975

It claims to be fixed but it's not.
I checked the May 15th java sources,
http://jakarta.apache.org/builds/jakarta-ant/nightly/2001-05-15/

The problem file is
 src/main/org/apache/tools/ant/taskdefs/Property.java

The problem is with parsing of cygwin bash environment
variables containing new lines, such as
PS1=\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$

In the mean time, I'll add the fix to my own version of ant.

-mark



> -----Original Message-----
> From: Stephane Bailliez [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 16, 2001 1:54 AM
> To: [EMAIL PROTECTED]
> Subject: RE: System Environment variables don't work
>
>
>
> To be more precise, it works for me calling 'bash' but doesnt work when
> doing a 'bash --login -i'
> If I do the latest I have the out of range exception.
>
> I'm using bash version 2.05.0(6)
>
> I will check with the latest ant sources if it fixes the problem (assuming
> CVS works today, which does not seem to be the case since yesterday at
> least, it's incredibly slow from here)
>
> --
>  Stéphane Bailliez
>  Software Engineer, Paris - France
>  iMediation - http://www.imediation.com
>  Disclaimer: All the opinions expressed above are mine and not
> those from my
> company.
>
>
>
> > -----Original Message-----
> > From: Diane Holt [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, May 16, 2001 9:55 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: System Environment variables don't work
> >
> >
> > --- Stephane Bailliez <[EMAIL PROTECTED]> wrote:
> > > it works on cygwin sh but not on cygwin bash. (at least
> > with Ant 1.3)
> >
> > I run 1.3 and bash, and things work fine for me.
> >
> > Diane
> >
> > =====
> > ([EMAIL PROTECTED])
> > > >

Reply via email to