str4d
8a32aad6c3
Shuffled build targets around to group together ones related to unit tests
2012-02-16 00:08:27 +00:00
45ba9e1bd4
fixup after prop
2012-02-04 15:45:03 +00:00
6107e38e56
propagate from branch 'i2p.i2p' (head 0f4af64e64536c467b623286bce659dd2dfe9342)
...
to branch 'i2p.i2p.zzz.jetty6' (head d525108d8e9ecb842a99bb81c1138c43b5e39653)
2012-02-04 15:42:23 +00:00
482a63c996
unit test javadocs
2012-01-31 14:03:20 +00:00
65504e8660
* Build: Repack release jars with pack200 -r, saves about 1% and
...
might save a little memory at runtime too
2012-01-27 18:53:52 +00:00
c902d4c219
remove SAM client classes from sam.jar
2012-01-27 13:33:41 +00:00
221499c1a8
propagate from branch 'i2p.i2p' (head 156f8e6137be3c25aa70176fe0a78218b898a684)
...
to branch 'i2p.i2p.zzz.jetty6' (head 960f416b20e26662b1b5b30468a85dbb25f09ffd)
2012-01-22 18:30:41 +00:00
256b05531e
* Build: Fix Windows build, version checking for release
2012-01-21 15:28:24 +00:00
6198739f7a
propagate from branch 'i2p.i2p' (head 899a1923586f3d7d622bd02e03c87717566617c4)
...
to branch 'i2p.i2p.zzz.jetty6' (head cb3e33be282b6002f6790609f4a3eef7f42069d3)
2012-01-16 14:10:32 +00:00
557cb30feb
echo tweak
2012-01-15 16:46:11 +00:00
7213ff0c76
* Build: Put Implementation-Version in manifests
2012-01-15 16:36:17 +00:00
404578515b
bundle jmx
2012-01-14 22:20:39 +00:00
23ca49ea8e
propagate from branch 'i2p.i2p' (head b3d611a1fe034bc89963c54179d5bef3a3147950)
...
to branch 'i2p.i2p.zzz.jetty6' (head c83bf7bd62d0e07be0d965f062f01b01864be4d2)
2012-01-14 18:04:39 +00:00
ba5be7449b
translation infrastructure for i2prouter script
2012-01-13 22:26:35 +00:00
3024b3fd3b
* Move from Servlet 2.4/JSP 2.0 to Servlet 2.5/JSP 2.1
...
- Replace Jasper 2.0 from Jetty 6 with Apache Tomcat 6.0.35 (CDDL 1.0 + GPLv2)
- Replace JSTL 1.1.2 with JSTL 1.2 (CDDL 1.0 + GPLv2)
2012-01-10 04:03:30 +00:00
69bbb88407
propagate from branch 'i2p.i2p' (head b7ee04ecc7a594239e977b25a52ebdabadce558e)
...
to branch 'i2p.i2p.zzz.jetty6' (head 2cd4a4dae8b87b9ed2128d83aff1b39e3a818556)
2012-01-08 14:55:10 +00:00
kytv
be7770e679
Add EXTRAVERSION to the build number, custom installers, javadocs
...
With this check-in I'm adding the EXTRAVERSION to our javadocs and the custom
installer targets (if EXTRAVERSION is set in RouterVersion.java). Also,
i2pinstall*jar and i2pinstall.bz2 will be removed when ant clean is run.
2012-01-02 19:07:09 +00:00
kytv
60c5f06689
Add Isle of Man flag
...
Flag courtesy of the Open Clip Art Library, released into the public domain
2012-01-02 16:30:13 +00:00
kytv
dd9cae57a8
merge of '83079d347b764886d77d9d9de902011f09f5dcce'
...
and 'c76215859aa3b76a04c4a83a1ded20548a8773a6'
2012-01-02 00:59:33 +00:00
kytv
84e4558d7d
Updated packaging scripts to work with Debian's (and Ubuntu's) Jetty packages.
2012-01-01 23:31:41 +00:00
33b25b5780
- Fix jetty.xml migrate quote handling
...
- Fix I2PRequestLog javadoc
- Rename jetty-threadpool.jar to jetty-java5-threadpool.jar to match ubuntu symlink
- Bundle jetty-rewrite-handler.jar (20KB) and .xml config to
make it easier to do rewrites (unused by I2P)
2012-01-01 17:57:59 +00:00
b5f97d0883
- Fix jetty.xml copy bug
...
- Fix NPE logging error when Router.saveConfig() fails early
- Log readConfig() and saveConfig() errors to wrapper log if
router log not yet available
- Handle non-split configuration in MigrateJetty
- Better logging of migration errors
- Handle existing backup files during migration better
2011-12-31 14:38:37 +00:00
327f38b535
fix JettyFixes target
2011-12-30 23:34:18 +00:00
03e86fcb24
make jetty use I2P logging
2011-12-30 19:44:57 +00:00
ec7ec564be
- Fix Console concurrent ThreadPool
...
- Uncomment eepsite concurrent ThreadPool and fix arguments
- Reduce eepsite acceptors to 1
- Add jetty-ssl.xml example
- jetty.xml cleanup
2011-12-24 17:09:01 +00:00
5a4becba68
updater200WithJetty target
2011-12-23 22:00:16 +00:00
2083d8c6a6
basic jetty.xml migration tool
2011-12-23 21:27:38 +00:00
95eabfaaf8
javadoc fix
2011-12-23 01:11:08 +00:00
92b9d0a996
First cut at migrating to Jetty 6 and prep for using an external
...
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
2011-12-23 00:56:48 +00:00
kytv
0874b3e461
Add updater200WithJavadoc build target
2011-12-21 15:32:14 +00:00
b18e7c7839
add some line feeds
2011-12-17 14:30:14 +00:00
kytv
f8a3afd672
Enclose the tr parameters in quotes.
...
Without quotes will work in most shells but in some configurations it will fail.
2011-12-11 12:19:39 +00:00
bf461ee77e
* Update: Files listed in deletelist.txt will be deleted
2011-11-28 18:00:36 +00:00
fcbee9d9c5
* Installer: Fix Ukrainian translation (ticket #550 ) thx rndnick
2011-11-12 13:55:46 +00:00
kytv
161e7ca8b2
Add flag for Guernsey from the Open Clip Art Collection, released into the
...
public domain
2011-10-12 23:47:21 +00:00
834054958c
Black flags
...
created by me, public domain
2011-10-08 14:44:56 +00:00
kytv
ff601f9ccc
change fix_logfile_path's name
2011-09-17 15:38:33 +00:00
kytv
2fc0160c40
fix paths to flags (thanks zzz & sorry zzz)
2011-09-17 15:23:05 +00:00
kytv
2307fed62c
switch to tar'ing the osx installer
...
When zipping with infozip, executable permissions are left intact. When zip is
called with ant, these permissions are lost. When tarring using ant the
permissions seem to be lost too. Switching to calling tar directly ensures that
the executable permissions aren't lost.
2011-09-12 22:52:03 +00:00
0018ac040a
run test scripts at release time
2011-09-12 14:51:30 +00:00
kytv
b062d3b3dd
Adding Jersey and EU flags to the updater
2011-09-06 20:51:14 +00:00
kytv
c9687649a4
The Izpack utility "izpack2exe" doesn't work with 64bit jvms so it's
...
essentially useless. Perhaps later I'll add a target using launch4j.
2011-08-31 17:13:24 +00:00
kytv
2654ada226
Switch from ant call target
2011-08-23 22:30:33 +00:00
kytv
e728532958
copy.jar, delete.jar, etc., aren't used by anything but Windows
2011-08-23 22:29:36 +00:00
walking
13545fdd70
ant build now works again on winows
2011-08-21 06:25:32 +00:00
kytv
9c0c73358d
Add non-x86 target for Linux.
...
Move the arm and ppc archs for linux from the preppkg target to the non-x86
target.
Make the linux target depend on the x86 and non-x86 targets.
2011-08-20 00:31:12 +00:00
kytv
a29fd1e90c
Add ant targets for custom installers (BSD only, Windows only, etc).
2011-08-16 12:43:37 +00:00
kytv
7343e0ff00
fix getBuildNumber target (sometimes the buildNumber would have a leading
...
space, such as " 19" instead of "19"), using "tr" to strip it.
2011-08-10 23:44:47 +00:00
kytv
255ccdcbc1
Allow some variables to be changed by end-users during build by use of a
...
properties file.
2011-08-07 00:45:14 +00:00
kytv
9abf7d6aef
Don't try to build an EXE on arm systems.
2011-08-06 17:12:19 +00:00