Article:
 |
|
Ant and AppleScript
|
| Subject: |
|
bash shell |
| Date: |
|
2004-01-07 10:46:35 |
| From: |
|
anonymous2
|
|
|
|
All I know is that's what I appear to be using in the terminal on OS X 10.3.
Anyone know what the bash equivalent be so that ant can be launched by simply typing "ant"
tcshrc is only mentioned in the article as below:
setenv JAVA_HOME /Library/Java/Home
setenv ANT_HOME /usr/local/ant
setenv PATH /usr/local/ant/bin:$PATH
thanks... i'm stuck =)
- cb
|
Showing messages 1 through 2 of 2.
-
bash shell
2004-01-15 20:17:12
anonymous2
[View]
export ANT_HOME=/usr/local/ant
export PATH=/usr/local/bin:$PATH