diff options
author | aclement <aclement> | 2005-05-11 08:31:50 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-05-11 08:31:50 +0000 |
commit | 4423f4c7e276fdfa545dd9c61a9b6a3249c6234b (patch) | |
tree | 6c7ce2bd65f15c4ec420f9fed54f6d44e9d2a216 | |
parent | e4367850e5f58dec35f4a6d7d3103a34e051487a (diff) | |
download | aspectj-4423f4c7e276fdfa545dd9c61a9b6a3249c6234b.tar.gz aspectj-4423f4c7e276fdfa545dd9c61a9b6a3249c6234b.zip |
Ensures we can find tools.jar (javac) when running the tests. Similar setup to ajdoc - you must define JAVA_HOME variable.
-rw-r--r-- | tests/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.classpath b/tests/.classpath index 148ca2229..db20e7332 100644 --- a/tests/.classpath +++ b/tests/.classpath @@ -10,6 +10,7 @@ <classpathentry kind="src" path="/bridge"/> <classpathentry kind="src" path="/ajde"/> <classpathentry kind="src" path="/asm"/> + <classpathentry kind="var" path="JAVA_HOME/lib/tools.jar"/> <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |