diff options
author | wisberg <wisberg> | 2002-12-18 17:22:03 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-18 17:22:03 +0000 |
commit | 788b525882b504b578b4f5918af5e9b913743050 (patch) | |
tree | d06a81e686cec5c7c56daa9cfbbcedd7c5f3ed7b /build/scripts | |
parent | 32927b5ae4598cd2793deef988b828b3ac16b064 (diff) | |
download | aspectj-788b525882b504b578b4f5918af5e9b913743050.tar.gz aspectj-788b525882b504b578b4f5918af5e9b913743050.zip |
setting JAVA_HOME for new ant
Diffstat (limited to 'build/scripts')
-rw-r--r-- | build/scripts/quicklook.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/scripts/quicklook.bat b/build/scripts/quicklook.bat index 7ac007257..0fdff74e0 100644 --- a/build/scripts/quicklook.bat +++ b/build/scripts/quicklook.bat @@ -32,6 +32,7 @@ goto RUN rem build update.tree, quicklook
:RUN
+set JAVA_HOME=%JDKDIR%
if not "x" == "x%DEBUG%" set verbose=-verbose
chdir %buildDir% || goto ERR_CD
rem fyi, normal ant.bat script loses any internal "=", so we rely on a patched script |