From 9029afc77b168028d0573a80ccc9a192d776a08a Mon Sep 17 00:00:00 2001 From: Stef Tervelde Date: Fri, 13 Dec 2024 12:18:07 +0100 Subject: [PATCH 1/3] Retry the failing ant download at least a few times Fixes #884 --- app/build.xml | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/app/build.xml b/app/build.xml index c48adeb02d..a687a08ef4 100644 --- a/app/build.xml +++ b/app/build.xml @@ -28,23 +28,27 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + From 88ee9f108b26ec9de721386079cd43eb73e09ae6 Mon Sep 17 00:00:00 2001 From: Stef Tervelde Date: Fri, 13 Dec 2024 12:20:00 +0100 Subject: [PATCH 2/3] Update todo.txt --- todo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.txt b/todo.txt index e23bdbcfe9..543c9dd198 100755 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,4 @@ -1294 (4.3.1) +1295 (4.3.2) ^^^^^^^^^^^^ NOTE: The first line in this file is the source for the current revision of Processing for the build system. From a6ef5eb5246892438023a637c403878739c3169e Mon Sep 17 00:00:00 2001 From: Stef Tervelde Date: Fri, 13 Dec 2024 12:33:17 +0100 Subject: [PATCH 3/3] Update build.xml --- app/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.xml b/app/build.xml index a687a08ef4..5ca75a8776 100644 --- a/app/build.xml +++ b/app/build.xml @@ -28,7 +28,7 @@ - +