From d2d97539d26f6023ffc4565286f08427c4e8b41c Mon Sep 17 00:00:00 2001 From: Rawi01 Date: Mon, 8 Nov 2021 14:39:53 +0100 Subject: Add support for eclipse feature tests --- buildScripts/ivy.xml | 2 +- buildScripts/setup.ant.xml | 142 +++++++++++++++++++++++++++++++++++++++++++++ buildScripts/tests.ant.xml | 50 ++++++++++++++++ 3 files changed, 193 insertions(+), 1 deletion(-) (limited to 'buildScripts') diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index afd799d0..db60f6f4 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -43,7 +43,7 @@ - + diff --git a/buildScripts/setup.ant.xml b/buildScripts/setup.ant.xml index 2a9104eb..87a3593a 100644 --- a/buildScripts/setup.ant.xml +++ b/buildScripts/setup.ant.xml @@ -34,8 +34,10 @@ This buildfile is part of projectlombok.org. It sets up the build itself. + + @@ -167,6 +169,12 @@ This buildfile is part of projectlombok.org. It sets up the build itself. + + To test in eclipse, we need a java runtime, which will now be downloaded... + + + + @@ -175,6 +183,14 @@ This buildfile is part of projectlombok.org. It sets up the build itself. + + + + + + + + @@ -195,6 +211,132 @@ This buildfile is part of projectlombok.org. It sets up the build itself. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index 0191d642..34d99527 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -55,6 +55,24 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn + + + + + + + + + + + + + + + + + + @@ -226,6 +244,38 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn + + + + + + + + + Running EclipseTests on eclipse-@{version} on JVM${ant.java.version} + + + + + + + + + + + + + + + + + + + + + + + -- cgit