aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-10-01 13:39:29 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2018-10-01 13:39:29 +0200
commit651fed920546b68fc7a6fc0c9e917edbfdd47983 (patch)
tree96ebdd0fe8fb5908cb4bb09bbea655431ab04b2f /build.xml
parentaee4e76d864e01b5d453409e703ad54852fa57bb (diff)
downloadlombok-651fed920546b68fc7a6fc0c9e917edbfdd47983.tar.gz
lombok-651fed920546b68fc7a6fc0c9e917edbfdd47983.tar.bz2
lombok-651fed920546b68fc7a6fc0c9e917edbfdd47983.zip
[buildscript] Compiling the scaffolding for the test suite was failing due to an error in the build file.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 5c939f55..ce7736ab 100644
--- a/build.xml
+++ b/build.xml
@@ -543,6 +543,7 @@ ${sourceWarning}</echo>
<classpath refid="test.path" />
<classpath refid="build.path" />
<classpath path="build/lombok" />
+ <classpath path="build/tests" />
<src path="test/core/src" />
<src path="test/transform/src" />
<src path="test/bytecode/src" />