<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">commit 3b6350edbace1e84b5f196523f2f7ba1b00544fa
Author: tharvik &lt;tharvik@users.noreply.github.com&gt;
Date:   Sat Aug 17 13:56:51 2024 +0200

    add gentoo.classpath

diff --git a/apps/i2pcontrol/build.xml b/apps/i2pcontrol/build.xml
index d3e4883da..e1e59c498 100644
--- a/apps/i2pcontrol/build.xml
+++ b/apps/i2pcontrol/build.xml
@@ -24,6 +24,7 @@
         &lt;pathelement location="${wrapperlib}/wrapper.jar" /&gt;
         &lt;!-- following jar only present for debian builds --&gt;
         &lt;pathelement location="../../core/java/build/json-simple.jar" /&gt;
+        &lt;pathelement path="${gentoo.classpath}" /&gt;
     &lt;/path&gt;
 
     &lt;path id="cpSocket"&gt;
@@ -33,6 +34,7 @@
         &lt;pathelement location="${wrapperlib}/wrapper.jar" /&gt;
         &lt;!-- following jar only present for debian builds --&gt;
         &lt;pathelement location="../../core/java/build/json-simple.jar" /&gt;
+        &lt;pathelement path="${gentoo.classpath}" /&gt;
     &lt;/path&gt;
 
     &lt;target name="all" depends="clean, build" /&gt;
diff --git a/apps/i2psnark/java/build.xml b/apps/i2psnark/java/build.xml
index 3346039ad..b49381b6b 100644
--- a/apps/i2psnark/java/build.xml
+++ b/apps/i2psnark/java/build.xml
@@ -63,6 +63,7 @@
                 &lt;pathelement location="../../jetty/jettylib/org.mortbay.jetty.jar" /&gt;
                 &lt;pathelement location="../../jetty/jettylib/jetty-util.jar" /&gt;
                 &lt;pathelement location="../../desktopgui/dist/desktopgui.jar" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
         &lt;/javac&gt;
     &lt;/target&gt;
diff --git a/apps/i2ptunnel/java/build.xml b/apps/i2ptunnel/java/build.xml
index 9d35edadf..45ef995d9 100644
--- a/apps/i2ptunnel/java/build.xml
+++ b/apps/i2ptunnel/java/build.xml
@@ -45,7 +45,7 @@
             destdir="./build/obj" 
             includeAntRuntime="false"
             encoding="UTF-8"
-            classpath="../../../core/java/build/i2p.jar:../../../core/java/build/gnu-getopt.jar:../../ministreaming/java/build/mstreaming.jar" &gt;
+            classpath="../../../core/java/build/i2p.jar:../../../core/java/build/gnu-getopt.jar:../../ministreaming/java/build/mstreaming.jar:${gentoo.classpath}" &gt;
             &lt;compilerarg line="${javac.compilerargs}" /&gt;
         &lt;/javac&gt;
     &lt;/target&gt;
@@ -373,6 +373,7 @@
                 &lt;!-- required for multipart form handling in register.jsp --&gt;
                 &lt;pathelement location="../../jetty/jettylib/jetty-i2p.jar" /&gt;
                 &lt;pathelement location="../../jetty/jettylib/jspc.jar" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
             &lt;arg value="-d" /&gt;
             &lt;arg value="../jsp/WEB-INF/classes" /&gt;
@@ -410,6 +411,7 @@
                 &lt;pathelement location="../../../core/java/build/i2p.jar" /&gt;
                 &lt;!-- required for multipart form handling in register.jsp --&gt;
                 &lt;pathelement location="../../jetty/jettylib/jetty-i2p.jar" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
         &lt;/javac&gt;
         &lt;copy file="../jsp/web.xml" tofile="../jsp/web-out.xml" /&gt;
@@ -477,6 +479,7 @@
                 &lt;pathelement location="../../ministreaming/java/build/mstreaming.jar" /&gt;
                 &lt;pathelement location="../../streaming/java/build/streaming.jar" /&gt;
                 &lt;pathelement location="${junit.home}/junit4.jar" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
             &lt;batchtest&gt;
                 &lt;fileset dir="./test/junit/"&gt;
diff --git a/apps/imagegen/imagegen/build.xml b/apps/imagegen/imagegen/build.xml
index 39252ef8b..6193ff129 100644
--- a/apps/imagegen/imagegen/build.xml
+++ b/apps/imagegen/imagegen/build.xml
@@ -9,6 +9,7 @@
         &lt;pathelement location="../zxing/build/zxing.jar" /&gt;
         &lt;pathelement location="../../../build/i2p.jar" /&gt;
         &lt;pathelement location="../../../build/jrobin.jar" /&gt;
+        &lt;pathelement path="${gentoo.classpath}" /&gt;
     &lt;/path&gt;
 
     &lt;target name="all" depends="war" /&gt;
diff --git a/apps/jetty/build.xml b/apps/jetty/build.xml
index 866bc1dd9..7c76ab341 100644
--- a/apps/jetty/build.xml
+++ b/apps/jetty/build.xml
@@ -418,6 +418,7 @@
                 &lt;pathelement location="./jettylib/org.mortbay.jetty.jar" /&gt;
                 &lt;!-- following jar only present for debian builds --&gt;
                 &lt;pathelement location="./jettylib/tomcat-api.jar" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
             &lt;compilerarg line="${javac.compilerargs}" /&gt;
         &lt;/javac&gt;
diff --git a/apps/ministreaming/java/build.xml b/apps/ministreaming/java/build.xml
index 72944b25c..74cfa9b96 100644
--- a/apps/ministreaming/java/build.xml
+++ b/apps/ministreaming/java/build.xml
@@ -262,6 +262,7 @@
                 &lt;pathelement location="${mockito.home}/byte-buddy.jar" /&gt;
                 &lt;pathelement location="${mockito.home}/objenesis.jar" /&gt;
                 &lt;pathelement location="${mockito.home}/mockito-core.jar" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
             &lt;compilerarg line="${javac.compilerargs}" /&gt;
         &lt;/javac&gt;
@@ -326,6 +327,7 @@
                 &lt;pathelement location="../../build/jbigi.jar" /&gt;
                 &lt;pathelement location="${with.clover}" /&gt;
                 &lt;pathelement location="${with.cobertura}" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
             &lt;batchtest todir="../../../reports/ministreaming/junit/"&gt;
                 &lt;fileset dir="./test/junit"&gt;
diff --git a/apps/routerconsole/java/build.xml b/apps/routerconsole/java/build.xml
index 37ab0403a..c22f0e986 100644
--- a/apps/routerconsole/java/build.xml
+++ b/apps/routerconsole/java/build.xml
@@ -88,6 +88,7 @@
                 &lt;!-- following jars only present for debian builds --&gt;
                 &lt;pathelement location="../../jetty/jettylib/tomcat-api.jar" /&gt;
                 &lt;pathelement location="../../../core/java/build/json-simple.jar" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
         &lt;/javac&gt;
     &lt;/target&gt;
@@ -499,6 +500,7 @@
                 &lt;pathelement location="build/obj/" /&gt;
                 &lt;pathelement location="../../../router/java/build/router.jar" /&gt;
                 &lt;pathelement location="../../../core/java/build/i2p.jar" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
             &lt;arg value="-d" /&gt;
             &lt;arg value="../jsp/WEB-INF/classes" /&gt;
@@ -539,6 +541,7 @@
                 &lt;pathelement location="build/obj/" /&gt;
                 &lt;pathelement location="../../../router/java/build/router.jar" /&gt;
                 &lt;pathelement location="../../../core/java/build/i2p.jar" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
         &lt;/javac&gt;
 
diff --git a/apps/sam/java/build.xml b/apps/sam/java/build.xml
index 89233a415..24c84ab08 100644
--- a/apps/sam/java/build.xml
+++ b/apps/sam/java/build.xml
@@ -18,6 +18,7 @@
                 &lt;pathelement location="../../../core/java/build/obj" /&gt;
                 &lt;pathelement location="../../../core/java/build/gnu-getopt.jar" /&gt;
                 &lt;pathelement location="../../ministreaming/java/build/obj" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
         &lt;/depend&gt;
     &lt;/target&gt;
@@ -38,7 +38,7 @@
             includeAntRuntime="false"
             encoding="UTF-8"
             destdir="./build/obj" 
-            classpath="../../../core/java/build/i2p.jar:../../../core/java/build/gnu-getopt.jar:../../ministreaming/java/build/mstreaming.jar" &gt;
+            classpath="../../../core/java/build/i2p.jar:../../../core/java/build/gnu-getopt.jar:../../ministreaming/java/build/mstreaming.jar:${gentoo.classpath}" &gt;
             &lt;compilerarg line="${javac.compilerargs}" /&gt;
         &lt;/javac&gt;
     &lt;/target&gt;
diff --git a/apps/streaming/java/build.xml b/apps/streaming/java/build.xml
index ecfa0ebfd..690b456de 100644
--- a/apps/streaming/java/build.xml
+++ b/apps/streaming/java/build.xml
@@ -76,6 +76,7 @@
                 &lt;pathelement location="${mockito.home}/byte-buddy.jar" /&gt;
                 &lt;pathelement location="${mockito.home}/objenesis.jar" /&gt;
                 &lt;pathelement location="${mockito.home}/mockito-core.jar" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
             &lt;compilerarg line="${javac.compilerargs}" /&gt;
         &lt;/javac&gt;
@@ -143,6 +144,7 @@
                 &lt;pathelement location="../../build/jbigi.jar" /&gt;
                 &lt;pathelement location="${with.clover}" /&gt;
                 &lt;pathelement location="${with.cobertura}" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
             &lt;batchtest todir="../../../reports/streaming/junit/"&gt;
                 &lt;fileset dir="./test/junit"&gt;
diff --git a/apps/susidns/src/build.xml b/apps/susidns/src/build.xml
index b89a51b20..af68f5cda 100644
--- a/apps/susidns/src/build.xml
+++ b/apps/susidns/src/build.xml
@@ -35,6 +35,7 @@
 		&lt;pathelement location="${ant.home}/lib/ant.jar" /&gt;
 		&lt;pathelement location="../../../core/java/build/i2p.jar" /&gt;
 		&lt;pathelement location="../../addressbook/dist/addressbook.jar" /&gt;
+		&lt;pathelement path="${gentoo.classpath}" /&gt;
  	&lt;/path&gt;
 
 	&lt;property name="javac.compilerargs" value="" /&gt;
diff --git a/apps/susimail/build.xml b/apps/susimail/build.xml
index e88fb3f27..4ab1a8736 100644
--- a/apps/susimail/build.xml
+++ b/apps/susimail/build.xml
@@ -53,6 +53,7 @@
                 &lt;!-- tomcat-api.jar only present for debian builds --&gt;
                 &lt;pathelement location="../jetty/jettylib/tomcat-api.jar" /&gt;
                 &lt;pathelement location="../jetty/jettylib/jetty-i2p.jar" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
         &lt;/javac&gt;
     &lt;/target&gt;
diff --git a/core/java/build.xml b/core/java/build.xml
index 8b36ce5f0..53e4b9453 100644
--- a/core/java/build.xml
+++ b/core/java/build.xml
@@ -72,7 +72,7 @@
                debuglevel="lines,vars,source"
                includeAntRuntime="false"
                encoding="UTF-8"
-               destdir="./build/obj" classpath="${javac.classpath.mod}" &gt;
+               destdir="./build/obj" classpath="${javac.classpath.mod}:${gentoo.classpath}" &gt;
             &lt;compilerarg line="${javac.compilerargs}" /&gt;
             &lt;include name="**/*.java" /&gt;
             &lt;exclude name="${source.exclude1}" /&gt;
@@ -284,6 +284,7 @@
                 &lt;pathelement location="${scalactic.jar}" /&gt;
                 &lt;pathelement location="${scalatest.jar}" /&gt;
                 &lt;pathelement location="./build/obj" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
         &lt;/scalac&gt;
     &lt;/target&gt;
@@ -319,6 +320,7 @@
                 &lt;pathelement location="${mockito.home}/objenesis.jar" /&gt;
                 &lt;pathelement location="${mockito.home}/mockito-core.jar" /&gt;
                 &lt;pathelement location="${junit.home}/junit4.jar" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
             &lt;compilerarg line="${javac.compilerargs}" /&gt;
         &lt;/javac&gt;
@@ -485,6 +487,7 @@
                 &lt;pathelement location="../../build/jbigi.jar" /&gt;
                 &lt;pathelement location="${with.clover}" /&gt;
                 &lt;pathelement location="${with.cobertura}" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
             &lt;batchtest todir="../../reports/core/junit/"&gt;
                 &lt;fileset dir="./test/junit/"&gt;
diff --git a/installer/tools/java/build.xml b/installer/tools/java/build.xml
index 51c45cebf..81b0f6f26 100644
--- a/installer/tools/java/build.xml
+++ b/installer/tools/java/build.xml
@@ -29,7 +29,7 @@
             release="${javac.release}"
             includeAntRuntime="false"
             encoding="UTF-8"
-            destdir="./build/obj" classpath="${javac.classpath}:../../../build/i2p.jar:../../../core/java/build/gnu-getopt.jar:../../../build/router.jar" &gt;
+            destdir="./build/obj" classpath="${javac.classpath}:../../../build/i2p.jar:../../../core/java/build/gnu-getopt.jar:../../../build/router.jar:${gentoo.classpath}" &gt;
             &lt;compilerarg line="${javac.compilerargs}" /&gt;
         &lt;/javac&gt;
     &lt;/target&gt;
diff --git a/router/java/build.xml b/router/java/build.xml
index 4b0cedf2b..68f857214 100644
--- a/router/java/build.xml
+++ b/router/java/build.xml
@@ -48,7 +48,7 @@
                debuglevel="lines,vars,source"
                includeAntRuntime="false"
                encoding="UTF-8"
-               destdir="./build/obj" classpath="../../core/java/build/obj:../../core/java/build/i2p.jar:../../core/java/build/gnu-getopt.jar:../../core/java/build/httpclient.jar:../../core/java/build/httpcore.jar" &gt;
+               destdir="./build/obj" classpath="../../core/java/build/obj:../../core/java/build/i2p.jar:../../core/java/build/gnu-getopt.jar:../../core/java/build/httpclient.jar:../../core/java/build/httpcore.jar:${gentoo.classpath}" &gt;
             &lt;compilerarg line="${javac.compilerargs}" /&gt;
         &lt;/javac&gt;
     &lt;/target&gt;
@@ -285,6 +285,7 @@
                 &lt;pathelement location="${hamcrest.home}/hamcrest-all.jar" /&gt;
                 &lt;pathelement location="${junit.home}/junit4.jar" /&gt;
                 &lt;pathelement location="../../core/java/build/i2ptest.jar" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
             &lt;compilerarg line="${javac.compilerargs}" /&gt;
         &lt;/javac&gt;
@@ -431,6 +432,7 @@
                 &lt;pathelement location="../../build/jbigi.jar" /&gt;
                 &lt;pathelement location="${with.clover}" /&gt;
                 &lt;pathelement location="${with.cobertura}" /&gt;
+                &lt;pathelement path="${gentoo.classpath}" /&gt;
             &lt;/classpath&gt;
             &lt;batchtest todir="../../reports/router/junit/"&gt;
                 &lt;fileset dir="./test/junit"&gt;
</pre></body></html>