- May 11, 2022
-
-
zzz authored
to avoid conflict in applications linking to apache jars As requested by 'mesh' project Remove with-libhttpclient-java build option No known external uses other than obsolete i2pcontrol plugin
-
- Jan 23, 2021
-
- Jan 04, 2021
-
- Oct 07, 2020
-
-
zzz authored
Ant version 1.9.8 or higher now required Drop support for Xenial package build Fix up BOB build configuration Fix i2psnark standalone build
-
- May 28, 2020
-
-
zzz authored
-
- May 27, 2020
- May 20, 2019
-
-
zzz authored
Switch to izpack 5 for non-windows release installer
-
- Apr 22, 2019
-
-
zzz authored
- Switch to IzPack 5.1.3 for building releases (ticket #1864) - Use izpack2exe for Windows installer (ticket #2403)
-
- Mar 28, 2019
-
-
zab2 authored
-
- Mar 27, 2019
-
-
zab2 authored
-
- Jan 24, 2019
-
-
zzz authored
-
- Nov 19, 2018
-
-
zzz authored
-
- Oct 10, 2018
-
-
zzz authored
-
- Jul 10, 2018
-
-
zzz authored
fix typo in postinstall.sh
-
- Jun 28, 2018
-
-
zzz authored
remove timestamp from manifests and javadocs (ticket #2279)
-
- Jun 27, 2018
-
-
zzz authored
-
- Nov 25, 2017
-
-
zzz authored
Only for stretch and later, zesty and later Copy more files for previous stretch setup to xenial
-
- Jul 25, 2017
-
-
str4d authored
-
- May 10, 2017
-
-
zzz authored
-
- Mar 13, 2017
-
-
zzz authored
-
- Mar 04, 2017
-
-
zzz authored
Fix up LICENSES.txt Build.xml cleanup Debian: - Add support for with-libtomcat8-java but not with-libjetty9-java for wheezy/jessie - Fix wheezy/precise/trusty build files to use tomcat8 but not jetty9 packages - Remove build dependency on ant-optional, not required - Remove some remaining eclipse-ecj dependencies - Add short README files for wheezy and jessie
-
- Mar 03, 2017
-
-
zzz authored
- Remove with-libtomcat6-java and with-libtomcat7-java - Replace with-libjetty8-java with-libjetty9-java - Add libtomcat8-java dependency in debian builds - Change libservlet-3.0-java implicit dependency to libservlet-3.1-java - Initial mods for trusty build files, as it does not have jetty 9 - Initial xenial build files - Add link to jetty9-apache-jsp.jar - Add necessary util jars to jsp classpath Non-Debian builds: - Move tomcat runtime from javax.servlet.jar to jasper-runtime.jar, to be consistent with Jetty 8 - Switch from jetty (glassfish) to apache (tomcat) jsp implementation, to be consistent with Debian builds - Drop checked-in Tomcat 6 and Jetty 8 jars Code: - Force Jasper initialization in RouterConsoleRunner since we don't use the Jetty annotation scanner
-
- Dec 29, 2016
-
-
str4d authored
-
- Dec 03, 2016
-
-
zzz authored
-
- Nov 05, 2016
-
-
zzz authored
-
- Oct 26, 2016
-
-
zzz authored
embedders (esp. Android) targetting 1.6 must set javac.version=1.6 in override.properties and set both bootclasspath variables.
-
- May 07, 2016
-
-
zzz authored
Refresh package-lists
-
- May 01, 2016
-
-
zzz authored
requires 4.4 which is too recent for most distros
-
- Apr 30, 2016
-
-
zzz authored
link to /usr/share/java/httpclient.jar and httpcore.jar. This is 2 MB of dependencies to replace 20 KB of copied code, so may not be worth it, esp. for Tails.
-
- Apr 29, 2016
- Apr 07, 2016
-
-
zzz authored
Prep for dependency on libtomcat7 Doesn't work yet, breaks susidns. glassfish-javaee for jstl.jar and standard.jar version 1.2 won't work with tomcat7, it's ancient and not compatible with recent el libs. Add back option to depend on libjakarta-taglibs-standard and libjstl1.1-java which are version 1.1.2, but not clear if they will work with tomcat7 either, even though they are dependencies of libjetty8-extra-java. We switched from JSTL 1.1.2 to JSTL 1.2 when we went from Jetty 5 to Jetty 6 in 2012. 1.2 libs are not available anywhere except for Glassfish, and Debian only has the ancient Java EE 5 Glassfish 2.1. Not clear there's any way to get susidns (and bote) to work with both Tomcat 6 and 7. - Fix wrong jsp-api version - Fix other minor errors in install and links files. - Log stack trace for Jetty warnings if log level is WARN - SusiDNS: Move standard.jar and jstl.jar out of WEB-INF/lib, where Tomcat 7 build refuses to find them
-
- Apr 04, 2016
-
-
zzz authored
don't echo comments in debian/rules
-
- Apr 01, 2016
-
-
zzz authored
Add dependency on libjetty8-java and libservlet3.0-java packages Remove those binaries in debian builds Prep for dependency on libservlet2.5-java package Prep for dependency on libtomcat6-java package Prep for dependency on libtomcat7-java package Prep for dependency on libjakarta-taglibs-standard-java package Prep for dependency on libjstl1.1-java package Add build properties for building with packages Rework of apps/jetty/build.xml for building with packages Redefine debian/ as the files for the jessie build Make debian-alt directories for ubuntu builds Move debian/changelog to debian-alt/trusty/changelog Move debian-alt/jessie/changelog to debian/changelog Add apps/jetty/jettylib/jsp-api.jar to classpath for jsp builds
-
- Mar 31, 2016
-
-
zzz authored
Add build property to prevent bundling of geoip.txt and geoipv6.dat.gz
-
- Nov 19, 2015
-
-
zzz authored
separate option javac.compilerargs7 for Java 7
-
- Oct 15, 2015
-
-
zzz authored
-
- Jul 27, 2015
-
-
str4d authored
-
- Jul 26, 2015
-
-
str4d authored
-