aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/setup.ant.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-09-18 01:00:24 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-09-18 01:00:24 +0200
commit9d45a506b1026bdf9a3c76f97c9d4ec52dc92345 (patch)
treead5408db130af437f609ee70a0794dca6441df6e /buildScripts/setup.ant.xml
parent007c4e7cb2d64afedcd942ab788bc1b15191a309 (diff)
downloadlombok-9d45a506b1026bdf9a3c76f97c9d4ec52dc92345.tar.gz
lombok-9d45a506b1026bdf9a3c76f97c9d4ec52dc92345.tar.bz2
lombok-9d45a506b1026bdf9a3c76f97c9d4ec52dc92345.zip
[build] eclipse test target for Javac8 fixed
javac8 has a bizarre dependency situation: we need the stubs in src/stubs there to compile, but if they are there at runtime during a test run of javac8, they take precedence over the JDK's javac (because we include this as a separate cp entry, and thus it is not a bootclasspath item), and messes everything up. The fix is to tell eclipse to compile various src/X folders to different 'bin' targets, which required an update to ivyplusplus as well. also it was just broken in general, fixed that too :)
Diffstat (limited to 'buildScripts/setup.ant.xml')
-rw-r--r--buildScripts/setup.ant.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/setup.ant.xml b/buildScripts/setup.ant.xml
index 9b96240d..ed835960 100644
--- a/buildScripts/setup.ant.xml
+++ b/buildScripts/setup.ant.xml
@@ -106,7 +106,7 @@ This buildfile is part of projectlombok.org. It sets up the build itself.
<target name="-ipp.load" depends="-ipp.download">
<taskdef classpath="lib/ivyplusplus.jar" resource="com/zwitserloot/ivyplusplus/antlib.xml" uri="antlib:com.zwitserloot.ivyplusplus" />
- <ivy:ensureippversion version="1.36" property="ivyplusplus.minimumAvailable" />
+ <ivy:ensureippversion version="1.38" property="ivyplusplus.minimumAvailable" />
</target>
<target name="-ipp.redownload" unless="ivyplusplus.minimumAvailable">