remm        02/02/07 12:52:26

  Modified:    .        Tag: tomcat_40_branch tomcat.nsi
  Log:
  - If failed to find a JDK, mention that a JAVA_HOME environment variable
    should be defined.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.16.2.4  +2 -2      jakarta-tomcat-4.0/tomcat.nsi
  
  Index: tomcat.nsi
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/tomcat.nsi,v
  retrieving revision 1.16.2.3
  retrieving revision 1.16.2.4
  diff -u -r1.16.2.3 -r1.16.2.4
  --- tomcat.nsi        19 Dec 2001 18:00:35 -0000      1.16.2.3
  +++ tomcat.nsi        7 Feb 2002 20:52:26 -0000       1.16.2.4
  @@ -1,6 +1,6 @@
   
   ; Tomcat 4 script for Nullsoft Installer
  -; $Id: tomcat.nsi,v 1.16.2.3 2001/12/19 18:00:35 remm Exp $
  +; $Id: tomcat.nsi,v 1.16.2.4 2002/02/07 20:52:26 remm Exp $
   
   Name "apache-tomcat-4.0"
   Caption "Apache Tomcat 4.0"
  @@ -245,7 +245,7 @@
   
     IfErrors 0 NoAbort
       MessageBox MB_OK "Couldn't find a Java Development Kit installed on this \
  -computer. Please download one from http://java.sun.com.";
  +computer. Please download one from http://java.sun.com. If there is already \ a JDK 
installed on this computer, set an environment variable JAVA_HOME to the \ pathname of 
the directory where it is installed."
       Abort
   
     NoAbort:
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to