Re: using environment variables on Solaris

2001-08-16 Thread anna . englund
Thanks!It works perfectly now.//Anna "Conor MacNeill" <[EMAIL PROTECTED]>2001-08-15 00:14 ZE10Please respond to ant-user To: <[EMAIL PROTECTED]> cc: bcc: Subject: Re: using environment variables on Solaris This has been fixed in CVS. Try Ant 1.4 Beta 1.Conor- Orig

Re: using environment variables on Solaris

2001-08-14 Thread Peter Donald
You probably have an oddly formatted environment variable ... can you send us the results of executing "set" On Wed, 15 Aug 2001 00:02, Anna Englund wrote: > Hi, > > I'm trying to reach environment variables in my ant script for Solaris. > > The problem I'm having is that I get an StringIndexOut

RE: using environment variables on Solaris

2001-08-14 Thread Paul Mackles
nglund [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 14, 2001 10:03 AM > To: [EMAIL PROTECTED] > Subject: using environment variables on Solaris > > > Hi, > > I'm trying to reach environment variables in my ant script > for Solaris. >

Re: using environment variables on Solaris

2001-08-14 Thread Conor MacNeill
This has been fixed in CVS. Try Ant 1.4 Beta 1. Conor - Original Message - From: "Anna Englund" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 15, 2001 12:02 AM Subject: using environment variables on Solaris > Hi, > > I'm tryi

RE: using environment variables on Solaris

2001-08-14 Thread Bill . J . Fellows
No thoughts yet, but what's line 30 of your build.xml do? Who's throwin' the IOOBE? /bill -Original Message- From: anna.englund [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 9:03 AM To: ant-user Subject: using environment variables on Solaris Hi, I&#x

using environment variables on Solaris

2001-08-14 Thread Anna Englund
Hi, I'm trying to reach environment variables in my ant script for Solaris. The problem I'm having is that I get an StringIndexOutOfBoundsException when ant loads the environment variables. When I run the same script on Win2K the environment variables are loaded just fine. Any ideas? Would be