yoavs 2005/09/23 06:40:26
Modified:.tomcat.nsi
Log:
${catalina.base} is not recognized by NSIS, $INSTDIR seems like the right fix.
Revision ChangesPath
1.84 +2 -2 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
mturk 2005/08/03 23:52:35
Modified:.tomcat.nsi
Log:
Use tomcat vhost from heanet.
Revision ChangesPath
1.82 +3 -3 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /home
remm2005/08/03 01:22:39
Modified:.tomcat.nsi
Log:
- Update locations for native .dll.
Revision ChangesPath
1.81 +3 -3 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file:
yoavs 2005/08/02 11:35:15
Modified:.tomcat.nsi
Log:
Corrected EOL characters.
Revision ChangesPath
1.79 +683 -683 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /home/cvs
remm2005/07/29 08:35:48
Modified:juli/src/java/org/apache/juli ClassLoaderLogManager.java
.tomcat.nsi
Log:
- The current logging configuration depends on catalina.base, which is defined
after bootstrap.
- Improve a bit so that a non existent configura
remm2005/07/28 07:17:51
Modified:.tomcat.nsi
Log:
- Add missing space.
Revision ChangesPath
1.76 +2 -2 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /home/cvs/jaka
remm2005/03/28 09:06:00
Modified:.tomcat.nsi
Log:
- Small tweak: include the host-manager in the Windows .exe.
Revision ChangesPath
1.73 +3 -1 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
==
remm2005/03/04 07:00:18
Modified:.tomcat.nsi
Log:
- Add back JVM option.
Revision ChangesPath
1.72 +2 -2 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /home/cvs/ja
remm2005/03/04 06:28:59
Modified:.tomcat.nsi
Log:
- Using JULI with procrun makes the service startup silently fail, without
any logging information. All other ways to run it work properly, including
java -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogMana
remm2005/02/02 04:01:44
Modified:.tomcat.nsi
Log:
- Fix silent uninstallation (bug 33351).
Revision ChangesPath
1.68 +3 -1 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS
mturk 2004/11/13 10:57:05
Modified:.tomcat.nsi
Log:
Use auto option for StdError and StdOutput.
Revision ChangesPath
1.66 +2 -2 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
R
mturk 2004/10/06 03:07:55
Modified:.tomcat.nsi
Log:
Fix typo removing LangString for SecWebapps.
Revision ChangesPath
1.65 +2 -2 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
mturk 2004/09/18 12:29:34
Modified:.tomcat.nsi
Log:
Use new MR option to run the service if the user selects that.
Use new MQ option to shutdown the monitor application on uninstall.
Revision ChangesPath
1.64 +7 -2 jakarta-tomcat-5/tomcat.nsi
In
Remy Maucherat wrote:
Add compatibility option to the installer for pre Java5 jvm's.
Also do not add Administation link if admin package is not installed.
Also some minor display change on JVM not found.
I'll have to -1 this: it reintroduces all the bloat in the installer
(which is already t
mturk 2004/09/18 10:43:34
Modified:.tomcat.nsi
Log:
Comment out all packages that are not present in the standard
.tar.gz or .zip distribution.
Revision ChangesPath
1.63 +38 -38jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
=
[EMAIL PROTECTED] wrote:
mturk 2004/09/18 07:49:58
Modified:.tomcat.nsi
Log:
Add compatibility option to the installer for pre Java5 jvm's.
Also do not add Administation link if admin package is not installed.
Also some minor display change on JVM not found.
I'll have to -
mturk 2004/09/18 07:49:58
Modified:.tomcat.nsi
Log:
Add compatibility option to the installer for pre Java5 jvm's.
Also do not add Administation link if admin package is not installed.
Also some minor display change on JVM not found.
Revision ChangesPath
1.6
mturk 2004/09/14 00:59:41
Modified:.tomcat.nsi
Log:
Fix function findJVMPath. It failed to set the custom jre path if the
path was not JDK path. Now that we can use only JRE, enable that.
The JRE paths does not have 'jre\bin\', but just 'bin\' prefix.
Also add checkin
mturk 2004/09/13 12:11:41
Modified:.tomcat.nsi
Log:
Check the return value from service install and give user a
chance to fix the problems, ignore or abort installation.
The problems can be either the lack of admin permission or the
service Tomcat5 already installed.
remm2004/09/09 14:51:21
Modified:.tomcat.nsi
Log:
- Comment the code which looks at JAVA_HOME, as we're trying to find the system's
JRE.
Revision ChangesPath
1.59 +4 -4 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
remm2004/09/05 03:29:23
Modified:.tomcat.nsi
Log:
- Another typo (that one is harmless).
Revision ChangesPath
1.58 +3 -3 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS fi
mturk 2004/09/05 02:58:51
Modified:.tomcat.nsi
Log:
Update installer artwork :).
Revision ChangesPath
1.57 +6 -1 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /home/
mturk 2004/09/04 11:03:40
Modified:.tomcat.nsi
Log:
Rename DOTTEDVER to VERSION_NUMBER.
This is what build.xml now sets.
Revision ChangesPath
1.56 +2 -2 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
mturk 2004/09/03 01:18:16
Modified:.tomcat.nsi build.xml
Log:
Added dotted version for the installer.
This enables strange versions like 5.5-rc1, etc...
The dotted version has to be a four numbers separated with dots.
Revision ChangesPath
1.55 +2 -2
mturk 2004/09/02 03:07:02
Modified:.tomcat.nsi
Log:
Fix setting tmpdir.
Add new side image and rtf license.
Add tools.jar to classpath.
Revision ChangesPath
1.53 +10 -5 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
mturk 2004/09/02 03:02:05
Modified:.Tag: TOMCAT_5_0 tomcat.nsi
Log:
Fix setting tmpdir.
Add new side image and rtf license.
Add tools.jar to classpath and do not copy tools.jar from SDK
Revision ChangesPath
No revision
No
mturk 2004/09/01 11:25:59
Modified:.tomcat.nsi
Log:
Another search-replace from 5.0 to 5.5 :)
Revision ChangesPath
1.51 +2 -2 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS
yoavs 2004/09/01 06:03:46
Modified:.tomcat.nsi
Log:
Undid unintentional change as pointed out by Mladen Turk. I think the line is
commented out in the script anyways, so this doesn't matter, but it's good to undo.
Revision ChangesPath
1.50 +2 -2 jaka
Mladen Turk [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, September 01, 2004 1:12 AM
>To: Tomcat Developers List
>Subject: Re: cvs commit: jakarta-tomcat-5 tomcat.nsi
>
>[EMAIL PROTECTED] wrote:
>>
>> -; CopyFiles /SILENT "$2\lib\tools.jar" "$INSTDIR\comm
[EMAIL PROTECTED] wrote:
-; CopyFiles /SILENT "$2\lib\tools.jar" "$INSTDIR\common\lib" 4500
+; CopyFiles /SILENT "$2\lib\tools.jar" "$INSTDIR\common\lib" 45.5
Looks like search-replace?
MT.
smime.p7s
Description: S/MIME Cryptographic Signature
yoavs 2004/08/31 12:51:22
Modified:.tomcat.nsi
Log:
Replaced 5.0 with 5.5 to reflect Tomcat branch.
Revision ChangesPath
1.49 +23 -23jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
mturk 2004/08/21 08:31:53
Modified:.tomcat.nsi
Log:
Fix bug #30359 setting tmpdir to INSTDIR\temp
Revision ChangesPath
1.47 +2 -2 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
markt 2004/05/22 13:43:35
Modified:.tomcat.nsi
Log:
Fix bug 15798. Install fails if '&' appears in admin user name or password.
Ported from TC4.
Revision ChangesPath
1.45 +25 -2 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
remm2004/04/25 05:35:55
Modified:.tomcat.nsi
Log:
- Add apparently missing read, so that the service uses the same JVM path as the rest
(in case the user manually selects a different VM).
Revision ChangesPath
1.44 +7 -1 jakarta-tomcat-5/tomcat.ns
> -Original Message-
> From: Remy Maucherat
>
> The new procrun looks professional.
It's been cooking for over a year and I've tried to do my best :)
> It seems really good
> quality overall (I do have a bad feeling about Win9x). The log viewer
> is gone though.
>
Win9x is not supp
[EMAIL PROTECTED] wrote:
mturk 2004/04/07 04:33:40
Modified:.tomcat.nsi build.xml
Log:
Use the new Procrun 2.0
The new procrun looks professional. It seems really good quality overall
(I do have a bad feeling about Win9x). The log viewer is gone though.
Rémy
mturk 2004/04/07 04:33:40
Modified:.tomcat.nsi build.xml
Log:
Use the new Procrun 2.0
Revision ChangesPath
1.43 +20 -14jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /
remm2004/02/11 04:54:30
Modified:.tomcat.nsi
Log:
- Add support for silent installations.
Revision ChangesPath
1.42 +23 -1 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS f
remm2003/12/27 09:32:23
Modified:.tomcat.nsi
Log:
- Add some metadata to the .exe.
Revision ChangesPath
1.40 +14 -3 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /h
remm2003/11/25 06:16:53
Modified:.tomcat.nsi
Log:
- Include the balancer webapp.
Revision ChangesPath
1.38 +3 -1 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /hom
remm2003/11/05 03:40:04
Modified:.tomcat.nsi
Log:
- Remove useCanonCaches (the JDK behavior should be ok by default now).
Revision ChangesPath
1.37 +2 -2 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
remm2003/09/29 06:16:08
Modified:.tomcat.nsi
Log:
- Group should actually not be used. I misunderstood Mladen's instructions.
Revision ChangesPath
1.36 +2 -2 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
remm2003/06/16 14:15:41
Modified:.tomcat.nsi
Log:
- The XML desriptors have moved.
Revision ChangesPath
1.34 +1 -3 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /h
remm2003/06/08 03:21:12
Modified:.tomcat.nsi
Log:
- Procrun only behaves well if -Xrs is used. Thanks to Mladen for finding this out.
See bug 20263.
- Use a non versioned display name for the service name.
Revision ChangesPath
1.33 +3 -3 jakart
remm2003/03/26 04:14:34
Modified:.tomcat.nsi
Log:
- Update to NSIS 2.0 b3.
Revision ChangesPath
1.29 +7 -7 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /home/cvs/
remm2003/03/13 08:01:53
Modified:.tomcat.nsi
Log:
- Remove the call to net stop.
- Remove all dead service code (now all useless because procrun is good :-) ).
Revision ChangesPath
1.28 +2 -40 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
remm2003/03/03 14:38:54
Modified:.tomcat.nsi
Log:
- Work around an apparent bug in procrun.
Revision ChangesPath
1.27 +3 -3 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS
remm2003/02/28 14:11:40
Modified:.tomcat.nsi
Log:
- Removed old laucher based link.
Revision ChangesPath
1.26 +1 -6 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /
remm2003/02/18 23:59:20
Modified:.tomcat.nsi
Log:
- Further tweaks.
Revision ChangesPath
1.25 +7 -7 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /home/cvs/jakarta
remm2003/02/17 05:05:11
Modified:.tomcat.nsi
Log:
- Makes procrun work.
- There's some unknown problem with Jasper, though (it apparently fails to
find the compiler).
Revision ChangesPath
1.24 +14 -7 jakarta-tomcat-5/tomcat.nsi
Index: tomca
remm2003/02/16 23:43:42
Modified:.tomcat.nsi
Log:
- Small update. The command lines used seem correct.
- However, neither JavaOptions nor WorkingPath seem to have any effect,
which causes the service to fail on startup.
Revision ChangesPath
1.23 +7
remm2003/02/13 06:45:44
Modified:.tomcat.nsi
Log:
- Changes to NSIS 2.0 Beta 1. I got off easy this time, apparently, they decided
to keep the macro set "stable" now.
Revision ChangesPath
1.21 +7 -7 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.
remm2002/12/10 11:40:08
Modified:.tomcat.nsi
Log:
- Fix uninstaller logic.
Revision ChangesPath
1.20 +2 -6 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /home/cvs/
remm2002/12/06 01:17:07
Modified:.tomcat.nsi
Log:
- Remove unused label.
Revision ChangesPath
1.19 +1 -3 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /home/cvs/ja
remm2002/12/05 09:59:38
Modified:.tomcat.nsi
Log:
- Add cute welcome and finish pages.
- This really looks like MSI, except it's a lot faster :)
Revision ChangesPath
1.18 +15 -5 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
==
remm2002/11/15 12:39:21
Modified:.tomcat.nsi
Log:
- Daily NSIS update.
Revision ChangesPath
1.17 +2 -3 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /home/cvs/jaka
remm2002/11/14 02:36:39
Modified:.tomcat.nsi
Log:
- Update to nightly (again). On the plus side, the result is getting really
polished now (and much faster than usual MSI based installers).
Revision ChangesPath
1.16 +12 -24jakarta-tomcat-5/tomcat.
remm2002/11/12 00:02:24
Modified:.tomcat.nsi
Log:
- Update to NSIS nightly.
Revision ChangesPath
1.15 +8 -12 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /home/cvs
remm2002/11/07 08:26:57
Modified:.tomcat.nsi
Log:
- Add back component descriptions.
Revision ChangesPath
1.14 +14 -1 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file:
remm2002/11/07 06:40:54
Modified:.tomcat.nsi
Log:
- Upgrade to latest NSIS 2 nightly (arg, I'm sick of it).
- Remove some hacks (the macros are getting less messy).
Revision ChangesPath
1.13 +72 -128 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
remm2002/10/26 07:20:47
Modified:.tomcat.nsi
Log:
- Use Bootstrap class for NT service.
Revision ChangesPath
1.10 +2 -2 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS fil
remm2002/08/11 08:10:25
Modified:.tomcat.nsi
Log:
- Use bz2 option.
Revision ChangesPath
1.4 +2 -1 jakarta-tomcat-5/tomcat.nsi
Index: tomcat.nsi
===
RCS file: /home/cvs/jakart
62 matches
Mail list logo