you know.. my tomcat one does the same thing.. if you login as root and do a set | grep HOME they are not there... yet, everything runs???? -----Original Message----- From: Marcus Kazmierczak [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 2:11 PM To: '[EMAIL PROTECTED]' Subject: RE: classpath issue on Javadoc stuff!!!! 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/
RE: classpath issue on Javadoc stuff!!!!
Swart, James (Jim) ** CTR ** Mon, 04 Jun 2001 12:59:59 -0700
- Re: classpath issue on Javadoc stuff!!!! Pinar Bicioglu
- RE: classpath issue on Javadoc stuff!!!! Marcus Kazmierczak
- RE: classpath issue on Javadoc stuff!!!! Diane Holt
- RE: classpath issue on Javadoc stuff!!!! Russ Baker
- RE: classpath issue on Javadoc stuff!!!! Bill . J . Fellows
- RE: classpath issue on Javadoc stuff!!!! Pinar Bicioglu
- RE: classpath issue on Javadoc stuff!!!! Russ Baker
- RE: classpath issue on Javadoc stuff!!!! Pinar Bicioglu
- RE: classpath issue on Javadoc stuff!!!! Marcus Kazmierczak
- RE: classpath issue on Javadoc stuff!!!! Diane Holt
- RE: classpath issue on Javadoc stuff!!!! Swart, James (Jim) ** CTR **
- RE: classpath issue on Javadoc stuff!!!! Marcus Kazmierczak
- RE: classpath issue on Javadoc stuff!!!! Jim McLaughlin
