From b60541526c7047aff0f4b2a1aac37804913c61de Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 4 Sep 2018 01:59:22 +0200 Subject: running the edge-release task also sets the git tag now. --- buildScripts/website.ant.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'buildScripts') diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 5c996fc6..ddcb2219 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -209,6 +209,16 @@ such as applying the templates to produce the website, converting the changelog username="${ssh.username}" keyfile="${ssh.keyfile}" knownHosts="ssh.knownHosts" /> + + + + + + + + + + -- cgit From 8c28302705a027646c0ee0a83379b4084cb475ba Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 10 Sep 2018 22:23:42 +0200 Subject: Upgraded our objectweb ASM dep and moved API level up to 6, to avoid a ‘this feature requires ASM5’ error that occurs when patching recent eclipse releases. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ivy-repo/org.projectlombok-lombok.patcher-0.24.xml | 14 -------------- .../ivy-repo/org.projectlombok-lombok.patcher-0.26.xml | 14 -------------- .../ivy-repo/org.projectlombok-lombok.patcher-0.28.xml | 14 ++++++++++++++ buildScripts/ivy.xml | 2 +- 4 files changed, 15 insertions(+), 29 deletions(-) delete mode 100644 buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.24.xml delete mode 100644 buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.26.xml create mode 100644 buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.28.xml (limited to 'buildScripts') diff --git a/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.24.xml b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.24.xml deleted file mode 100644 index 87e1594f..00000000 --- a/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.24.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.26.xml b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.26.xml deleted file mode 100644 index 6525604f..00000000 --- a/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.26.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.28.xml b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.28.xml new file mode 100644 index 00000000..5ff77341 --- /dev/null +++ b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.28.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 4eed2fa6..15c03ed1 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -18,7 +18,7 @@ - + -- cgit From 7319256a37b1ca78d6ff736e3db2caaf59b55e68 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 10 Sep 2018 22:24:42 +0200 Subject: [website] some work on releasing edge and updating git. --- buildScripts/website.ant.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'buildScripts') diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index ddcb2219..f7a86fd4 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -209,15 +209,22 @@ such as applying the templates to produce the website, converting the changelog username="${ssh.username}" keyfile="${ssh.keyfile}" knownHosts="ssh.knownHosts" /> + + + + + + - + - + + - - + + -- cgit From db91eb8e9cec2686d3dc0a6e880985e070fc9430 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 10 Sep 2018 22:42:08 +0200 Subject: Fully integrating ‘ant edge-release’ to include updating the site, our mavenrepo on projectlombok.org, and the branch on git. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.xml | 72 +++++++++++++++++++++++--------------------- buildScripts/website.ant.xml | 4 ++- 2 files changed, 40 insertions(+), 36 deletions(-) (limited to 'buildScripts') diff --git a/build.xml b/build.xml index a33b31e3..02c1e343 100644 --- a/build.xml +++ b/build.xml @@ -32,7 +32,6 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - @@ -368,38 +367,6 @@ lombok.launch.AnnotationProcessorHider$ClaimingProcessor,isolating - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -929,7 +896,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The - @@ -991,7 +958,42 @@ You can also create your own by writing a 'testenvironment.properties' file. The - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index f7a86fd4..a799e7fe 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -185,9 +185,11 @@ such as applying the templates to produce the website, converting the changelog - + + + -- cgit