From 077f60708435cd1125cd638e561bc742c7c9be39 Mon Sep 17 00:00:00 2001 From: Tony Germano Date: Sat, 15 Nov 2025 05:20:35 -0500 Subject: [PATCH] Suppress ant warning if missing extension lib dir Many of the extensions do not include external dependencies, but for consistency in the build file all extensions attempt to copy libs if they exist. The copy tasks were already to configured to not fail if there was an error copying the files (because the source dir does not exist in this case.) This change also sets the quiet option so that a warning is not produced in the build output on a copy error. Signed-off-by: Tony Germano --- server/build.xml | 80 ++++++++++++++++++++++++------------------------ 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/server/build.xml b/server/build.xml index 6fb6f316d..4608b2ec6 100644 --- a/server/build.xml +++ b/server/build.xml @@ -141,7 +141,7 @@ - + @@ -164,7 +164,7 @@ - + @@ -190,7 +190,7 @@ - + @@ -228,7 +228,7 @@ - + @@ -256,7 +256,7 @@ - + @@ -286,7 +286,7 @@ - + @@ -312,7 +312,7 @@ - + @@ -334,7 +334,7 @@ - + @@ -358,7 +358,7 @@ - + @@ -382,7 +382,7 @@ - + @@ -404,7 +404,7 @@ - + @@ -443,7 +443,7 @@ - + @@ -465,7 +465,7 @@ - + @@ -484,7 +484,7 @@ - + @@ -506,7 +506,7 @@ - + @@ -526,7 +526,7 @@ - + @@ -544,7 +544,7 @@ - + @@ -562,7 +562,7 @@ - + @@ -580,7 +580,7 @@ - + @@ -598,7 +598,7 @@ - + @@ -616,7 +616,7 @@ - + @@ -636,7 +636,7 @@ - + @@ -656,7 +656,7 @@ - + @@ -672,7 +672,7 @@ - + @@ -683,7 +683,7 @@ - + @@ -701,7 +701,7 @@ - + @@ -742,7 +742,7 @@ - + @@ -753,7 +753,7 @@ - + @@ -767,7 +767,7 @@ - + @@ -781,7 +781,7 @@ - + @@ -796,7 +796,7 @@ - + @@ -810,7 +810,7 @@ - + @@ -828,7 +828,7 @@ - + @@ -846,7 +846,7 @@ - + @@ -857,7 +857,7 @@ - + @@ -868,7 +868,7 @@ - + @@ -883,7 +883,7 @@ - + @@ -903,7 +903,7 @@ - + @@ -917,7 +917,7 @@ - + @@ -931,7 +931,7 @@ - +