Commit Graph

169 Commits

Author SHA1 Message Date
zzz 90cd68900e 0.9.12 2014-03-31 12:43:15 +00:00
zzz 7c5dc7fa55 propagate from branch 'i2p.i2p.zzz.jetty8' (head 0a03ce60906c508b08cc84b3044954844a6ee157)
to branch 'i2p.i2p' (head d99392e09883a92b99a316b4deed0586dcf4ea5b)
2014-02-17 14:01:13 +00:00
zzz 4df6a6f47b min java version for izpack 2014-02-16 22:31:17 +00:00
zzz 2e91890401 Javadoc fixes to correct release number
Remove unused lock object
 Add irc.dg.i2p
 0.9.11
2014-02-08 18:09:46 +00:00
zzz 5d2ff5e648 * Installer: Update links
* Update release checklist
2014-01-25 15:06:51 +00:00
zzz 5b6ed48ec0 0.9.10 2014-01-22 01:30:33 +00:00
zzz f8a54bde19 0.9.9 2013-12-07 15:30:29 +00:00
zzz d7c3ffa4de 0.9.8.1 2013-10-02 14:14:18 +00:00
zzz 9b4842931a 0.9.8 2013-09-30 12:57:13 +00:00
zzz 06d2db0046 0.9.7.1 2013-08-10 16:00:46 +00:00
zzz 20e152e79a 0.9.7 2013-07-15 14:15:43 +00:00
zzz 660be7d579 Installer: Don't install Windows service by default
Causes confusion and multiple instances when users start their own copy too.
2013-06-10 14:04:58 +00:00
zzz ff5abfb4b7 0.9.6 2013-05-27 18:17:53 +00:00
zzz 0c22af9578 Convert install.xml to use new utility.jar Main.main()
(ticket #912)
2013-04-20 19:03:38 +00:00
zzz 88afb23a8c Backport of b6b65cd637f41758bfd38692772ffade3c8cbbbc
Installer: run fixperms.bat all Windows versions except XP/2003.
Wasn't being run on Windows 8.
2013-04-20 18:46:27 +00:00
zzz 9b0c481525 0.9.5 2013-03-08 13:03:50 +00:00
kytv 4389f277d6 * windows installer fixes / improvements
- move deprecated installer-only classes (Exec, Delete, and Copy) from
    i2p.jar into installer/
  - replace installer/resources/fixpaths.cmd with an improved method in java
  - combine the installer-only utility classes into a single jar and call the
    classes from within izpack
2012-12-28 20:59:17 +00:00
kytv c9b6a3f01c Instead of deleting the empty directory placeholders, let's just not copy them to pkg-temp to begin with. 2012-12-21 20:53:51 +00:00
kytv 5dfef69688 Add dummy placeholder files to empty eepsite directories
git and a few other vcses don't store empty directories....but now these directories
are no longer empty.
2012-12-18 20:50:29 +00:00
zzz 8b41956091 0.9.4 2012-12-17 14:52:02 +00:00
zzz eafca84717 0.9.3 2012-10-27 13:03:14 +00:00
zzz f16e83f21b 0.9.2 2012-09-21 14:24:53 +00:00
meeh ee66747def Fix after review and install on fresh osx (lession learned: test clean installs) 2012-09-17 20:33:03 +00:00
kytv cb39006f6c minor corrections after review
The newly added OSX bits by meeh (thanks!) do not require Izpack to perform
substitutions, so I'm removing those files from the <parseable> tags.
2012-09-10 10:51:17 +00:00
meeh 5056706742 Added command scripts for osx to install i2p as a daemon in launchd.
.command extension make it possible to double click on it like bat files
in windows. Daemon is runned as the user who executes the command file.
2012-09-05 21:36:24 +00:00
kytv 264df83943 fix hang during uninstallation (#656) 2012-08-18 13:06:07 +00:00
zzz 77a19a0b17 0.9.1 2012-07-30 13:28:56 +00:00
zzz 7a690b245f rename windows installer; 0.9 2012-05-01 21:06:17 +00:00
kytv c61b73c281 use <os family="unix"> instead of just <os = 'unix'> 2012-04-20 13:26:23 +00:00
kytv 5b5b3b203c s/unix|mac/unix/ 2012-04-18 18:47:43 +00:00
zzz ef1447a816 0.8.13 2012-02-27 15:25:23 +00:00
zzz ba5be7449b translation infrastructure for i2prouter script 2012-01-13 22:26:35 +00:00
zzz cc16834455 0.8.12 2012-01-06 00:40:20 +00:00
zzz 530b481ffd 0.8.11 2011-11-07 14:48:31 +00:00
zzz c90097eca7 0.8.10 2011-10-19 23:43:12 +00:00
zzz ab4de7b392 0.8.9 2011-10-10 19:57:56 +00:00
kytv c76b098fbb move the info panel to the end of the installation
IMHO, having the information panel ("To start I2P, etc.") displayed at the end
of the installation process makes a lot more sense.

Hopefully others agree...
2011-10-01 17:22:10 +00:00
kytv a48ed65b36 the arguments to install_i2p_service_winnt.bat aren't required and in some cases cause the installer to hang 2011-09-17 22:17:03 +00:00
kytv 398d264319 rename script to a more appropriate name 2011-09-17 15:02:55 +00:00
kytv fd2c83f052 Change eepget.bat to be parsed when os=windows
osfamily=windows apparently doesn't work in the parseable section (found when
creating a linux only installer).
2011-09-12 17:23:03 +00:00
kytv 435bc826d3 Add the path to $I2P to eepget.bat
Allow eepget.bat to be called from any location or copied to any location by
adding the full path to the i2p router.
2011-09-12 10:38:30 +00:00
kytv 9e6f993af5 De-fuglify the service path in Windows
The default service path in Windows is fugly and not very convenient. I2P uses
the correct path, but if you want to access snark or eepsite data, one must go to
%SYSTEMROOT%\config\systemprofile\AppData\Roaming\I2P\ (Vista/7) or
%SYSTEMROOT%\system32\config\systemprofile\Application Data\I2P (XP/2003). If
this wasn't bad enough, in some cases one must take ownership of this path and
grant permission to him- or herself to access the folder.

With this changeset, I'm setting the path to %ALLUSERSPROFILE%\Application
Data\I2P as well as adding a shortcut to the I2P folder in the Start menu.
2011-08-31 17:11:23 +00:00
zzz 010399d865 0.8.8 2011-08-23 16:07:44 +00:00
kytv f428a372cc Correct the path to wrapper.logfile in Windows (see comments in the script for
much more info). Fixes #473
2011-08-06 01:08:18 +00:00
kytv d3861b9917 Remove files from Windows that aren't used in Windows 2011-08-06 00:49:06 +00:00
kytv 2679aefb4e Don't set the location of the service's I2P profile to %APPDATA%\I2P. 2011-08-01 09:38:55 +00:00
zzz 54aff53afe 0.8.7 2011-06-27 02:25:18 +00:00
zzz 2f10cca40f * Fixes after review:
- Fix Polish po file
    - Install as a service by default on Windows again
    - Change CPUID getters to package private
    - Split new jbigi install messages into two lines
    - Javadocs
2011-06-26 19:07:01 +00:00
kytv 5a64a866da -30rc
Add an icon (in OSX parlance, a 'bundle') to the installation folder to start
I2P.  

While there might be a better way to handle this (admittedly, I don't know OSX
that well), it is my belief that this way is less 'hackish' than the various
OSX 'installers' that I've seen floating around.
2011-06-23 10:18:19 +00:00
kytv 163e748f9c The XInfoPanel was shown twice on OSX because
<os family=unix> covered OSX as well. 

Instead, we'll show the panel for everything *EXCEPT*
Windows.
2011-06-23 01:17:46 +00:00