Antwort: RE: RE: Environment variables

2005-01-11 Thread gjeiziner
[EMAIL PROTECTED] schrieb am 11.01.2005 17:42:40: > The behavior exhibited is not unique to Ant--it's how shells work. If you > open a shell (start->run->cmd) you'll get a shell. If you set env > variables in that shell, they don't persist to another shell that you > might open. > So the ta

RE: RE: Environment variables

2005-01-11 Thread Nick_Gianakas
ease respond to "Ant Users List" To: "Ant Users List" cc: Subject:RE: RE: Environment variables Thanks for your answers. Is there any particular reason why this is not possible? -- Gilbert Jeiziner "Erskine, Chris" <[EMAIL PR

RE: RE: Environment variables

2005-01-11 Thread gjeiziner
Thanks for your answers. Is there any particular reason why this is not possible? -- Gilbert Jeiziner "Erskine, Chris" <[EMAIL PROTECTED]> schrieb am 11.01.2005 17:15:49: > Or try calling a batch file which first calls your .Net setup and then calls > Visual Studio. > > Chris Erskine > > EDS

RE: Environment variables

2005-01-11 Thread Erskine, Chris
Or try calling a batch file which first calls your .Net setup and then calls Visual Studio. Chris Erskine EDS Consulting Services F5-EDS-001 2424 Garden of the Gods Rd Colorado Springs, CO 80919 Phone: 719-265-5962 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC

Re: Environment variables and mac osx

2004-12-15 Thread Joel
> Having issues with my ant build script finding > environment variables on the mac osx. We are running > 10.3, it works fine on Windows, but on Mac OSX, under > bash or t-shell, they show up when we shell and echo > them out, but they are not getting picked up by ant at > all. 

Re: Environment variables and mac osx

2004-12-15 Thread Erik Hatcher
Works for me JAVA_HOME = ${env.JAVA_HOME} java.vendor = ${java.vendor} os.name = ${os.name} os.version = ${os.version} [echo] [echo] JAVA_HOME = /Library/Java/Home [echo] java.vendor = Apple Computer, Inc. [echo] os.name = Mac OS X

Re: Environment variables and mac osx

2004-12-15 Thread Erik Hatcher
On Dec 15, 2004, at 3:56 PM, Kevin Duffey wrote: Hmm, so we set TOMCAT_HOME, and a few others, and we can't get to them. JAVA_HOME, java.vendor and those do work. It's the ones we set ourselves. Paths are valid, etc, we have checked all that. Is there a specific user level to put them in, such as r

Re: Environment variables and mac osx

2004-12-15 Thread Kevin Duffey
Hmm, so we set TOMCAT_HOME, and a few others, and we can't get to them. JAVA_HOME, java.vendor and those do work. It's the ones we set ourselves. Paths are valid, etc, we have checked all that. Is there a specific user level to put them in, such as root as opposed to our own user that we log in wit