Re: doe sn't pick up an environment variable

2009-01-15 Thread Kent Larsson
On Thu, Jan 15, 2009 at 5:45 PM, Anna Teittinen wrote: > > Hi Kent, > > Great! You found a solution! > > I had the same problem recently with a project at work. > In my build.xml, I have the following to make it work: > > path="${env.PATH}:${cto7.home}/Plugin/FacetTfm/carat_sharp/init"/> > > wher

Re: doe sn't pick up an environment variable

2009-01-15 Thread Anna Teittinen
ache.org Subject: Re: doe sn't pick up an environment variable > Hi again, > > It is solved now. I run Ubuntu and had defined CATALINA_HOME in > etc/environment to get a system wide environment variable. I then used . > /etc/environment to load the variable into the bash instance