aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2005-05-11 08:31:50 +0000
committeraclement <aclement>2005-05-11 08:31:50 +0000
commit4423f4c7e276fdfa545dd9c61a9b6a3249c6234b (patch)
tree6c7ce2bd65f15c4ec420f9fed54f6d44e9d2a216
parente4367850e5f58dec35f4a6d7d3103a34e051487a (diff)
downloadaspectj-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/.classpath1
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>