| 23 Nov 2024 |
Tomodachi94 (they/them) | In reply to@emilazy:matrix.org we really ought to just shim in our own local FS repository and build everything from source but 🙃 Can we assume anything about the build system the dependencies use? Or would we have to determine that first | 20:51:49 |
emily | I assume every dependency would build with whatever its build system is and spit out jars that we integrate in the maven repository format or such | 20:56:20 |
Tomodachi94 (they/them) | Interesting. Looks like one can specify a classpath through META-INF/MANIFEST.MF inside of JARs, to allow Java libraries to find their dependencies automatically... in theory | 22:12:05 |
Tomodachi94 (they/them) | Interesting. Looks like one can specify a Class-Path through META-INF/MANIFEST.MF inside of JARs, to allow Java libraries to find their dependencies automatically... in theory | 22:12:22 |
Tomodachi94 (they/them) | (ant-contrib is a 20-year-old beast) | 22:18:21 |
Tomodachi94 (they/them) | Yes, it has had no releases since 2006 | 22:27:48 |