I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Mar 04, 2017
    • zzz's avatar
      Move setting of InstanceManager to WebAppConfiguration to avoid race · f38ee48c
      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
      f38ee48c
  2. Mar 03, 2017
    • zzz's avatar
      Debian builds: · b72085bc
      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
      b72085bc
  3. Dec 29, 2016
  4. Dec 03, 2016
  5. Nov 05, 2016
  6. Oct 26, 2016
  7. May 07, 2016
  8. May 01, 2016
  9. Apr 30, 2016
  10. Apr 29, 2016
  11. Apr 07, 2016
    • zzz's avatar
      Debian: · 094cf14d
      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
      094cf14d
  12. Apr 04, 2016
  13. Apr 01, 2016
    • zzz's avatar
      Debian: · e2f048b2
      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
      e2f048b2
  14. Mar 31, 2016
    • zzz's avatar
      Debian: · e69f39f6
      zzz authored
      Add build property to prevent bundling of geoip.txt and geoipv6.dat.gz
      e69f39f6
  15. Nov 19, 2015
  16. Oct 15, 2015
  17. Jul 27, 2015
  18. Jul 26, 2015
  19. Nov 22, 2014
  20. Aug 31, 2014
  21. Jul 31, 2014
  22. Feb 21, 2014
  23. Apr 12, 2013
  24. Jan 10, 2013
  25. Jan 03, 2013
  26. Dec 29, 2012
  27. Dec 23, 2012
    • kytv's avatar
      * new ant targets · 3396626a
      kytv authored
        - trimMtnRev: create a new property with the revision trimmed to  8 characters.
        - getExtendedVersion: create a new property that includes the full version with the shortened MTN revision tacked on
        - debchange:  automatically update debian/changelog with the I2P version. Called by the "debian" target unless the property noAutoDebchange is set.
        - debian-tarball: export i2p.i2p branch to a new directory, remove the binaries like jbigi and launch4j, and create a tarball.
      * move packages created by "ant debian" to ${basedir}
      * add debian/changelog to .mtn-ignore since it is now automatically updated (by default).
      * add *.deb to .mtn-ignore
      3396626a
  28. Dec 21, 2012
  29. Dec 14, 2012
  30. Sep 14, 2012
    • zzz's avatar
      typo · a41936af
      zzz authored
      a41936af
  31. Jul 27, 2012
  32. Apr 12, 2012
  33. Mar 09, 2012
  34. Mar 05, 2012
    • kytv's avatar
      Allow EXEs to be built on AMD64 · 224405d7
      kytv authored
      Enabling this should be safe since we will ship separate installers for
      Win/non-Win. Those that don't want to build the EXEs can set noEXE in build.properties,
      Even better might be to run one of
      * ant installer-freebsd
      * ant installer-linux
      * ant installer-nowindows
      * ant installer-osx
      224405d7
  35. Mar 01, 2012
  36. Jan 31, 2012
  37. Dec 23, 2011
    • zzz's avatar
      First cut at migrating to Jetty 6 and prep for using an external · 92b9d0a9
      zzz authored
      Jetty 6 package.
      
      - Add several jars from the Jetty 6 distribution
      - Update jetty.xml
      - Add context XML files
      - Update WorkingDir to migrate the content XML files
      - Update RouterConsoleRunner and LocaleWebAppHandler
      - Remove all old Jetty 5.1.15 local mods;
        this will break Seedless using a custom Server() constructor
      - Update I2PRequestLog to be a mod of NCSARequestLog from 6.1.26
      - Put I2PRequestLog in its own jar
      - Copy MultiPartRequest and other required classes from Jetty 5.1.15
        and add it to susimail, as the replacement MultiPartFilter in
        Jetty 6 is difficult to migrate to, and does not support content-type
      - Update i2psnark for Jetty 6
      - Disable i2psnark RunStandalone, unused and instantiated Jetty 5
      - Fix up all webapp build.xml to reference new jars
      
      Not yet working: Plugin/webapp run detection and stopping, eepsite CGI
      Not well tested: Plugins, classpaths, webapps
      92b9d0a9
  38. Dec 14, 2011
Loading