Yes, Diane the AF_HOME variable is exported in my
shell script. In the shell script I echo the following 
environment variables and they are all set:

AFHOME = /usr/local/tomcat
AF_HOME = /usr/local/tomcat
TOMCAT_HOME = /usr/local/tomcat

when I call the same thing in my build.xml
test target using the following:

    <echo>
        env.AF_HOME = ${env.AF_HOME}
        env.AFHOME = ${env.AFHOME}
        env.TOMCAT_HOME = ${env.TOMCAT_HOME}
    </echo>

it returns the following:

test:
     [echo] 
        env.AF_HOME = ${env.AF_HOME}
        env.AFHOME = /usr/local/tomcat
        env.TOMCAT_HOME = /usr/local/tomcat





-----Original Message-----
From: Diane Holt [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 04, 2001 11:42 AM
To: [EMAIL PROTECTED]
Subject: RE: classpath issue on Javadoc stuff!!!!


It's hard too say for sure, since I don't know what your environment looks
like before you run your ant.sh wrapper-script, or what that script does,
but I still think the shell that's running the 'ant' script must not have
that env var exported to it. Have you checked that?

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to