Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-6
-
None
-
None
-
Windows
Description
CLASSWORLDS_VERSION is old.
please update.
Index: src/bin/grok.bat
===================================================================
RCS file: /home/projects/groovy/scm/groovy/groovy-core/src/bin/grok.bat,v
retrieving revision 1.1
diff -u -r1.1 grok.bat
— src/bin/grok.bat 5 Sep 2003 20:44:08 -0000 1.1
+++ src/bin/grok.bat 28 Jun 2004 03:39:18 -0000
@@ -13,7 +13,7 @@
if "%OS%"=="Windows_NT" setlocal
@rem The version of classworlds to boot with
-set CLASSWORLDS_VERSION=1.0-rc2
+set CLASSWORLDS_VERSION=1.0
:begin
@rem Determine what directory it is in.
Index: src/bin/groovy.bat
===================================================================
RCS file: /home/projects/groovy/scm/groovy/groovy-core/src/bin/groovy.bat,v
retrieving revision 1.6
diff -u -r1.6 groovy.bat
— src/bin/groovy.bat 26 Mar 2004 18:27:52 -0000 1.6
+++ src/bin/groovy.bat 28 Jun 2004 03:39:18 -0000
@@ -13,7 +13,7 @@
if "%OS%"=="Windows_NT" setlocal
@rem The version of classworlds to boot with
-set CLASSWORLDS_VERSION=1.0-rc2
+set CLASSWORLDS_VERSION=1.0
:begin
@rem Determine what directory it is in.
Index: src/bin/groovyConsole.bat
===================================================================
RCS file: /home/projects/groovy/scm/groovy/groovy-core/src/bin/groovyConsole.bat,v
retrieving revision 1.2
diff -u -r1.2 groovyConsole.bat
— src/bin/groovyConsole.bat 18 Feb 2004 08:55:52 -0000 1.2
+++ src/bin/groovyConsole.bat 28 Jun 2004 03:39:18 -0000
@@ -13,7 +13,7 @@
if "%OS%"=="Windows_NT" setlocal
@rem The version of classworlds to boot with
-set CLASSWORLDS_VERSION=1.0-rc2
+set CLASSWORLDS_VERSION=1.0
:begin
@rem Determine what directory it is in.
Index: src/bin/groovyc.bat
===================================================================
RCS file: /home/projects/groovy/scm/groovy/groovy-core/src/bin/groovyc.bat,v
retrieving revision 1.2
diff -u -r1.2 groovyc.bat
— src/bin/groovyc.bat 18 Feb 2004 08:55:52 -0000 1.2
+++ src/bin/groovyc.bat 28 Jun 2004 03:39:18 -0000
@@ -13,7 +13,7 @@
if "%OS%"=="Windows_NT" setlocal
@rem The version of classworlds to boot with
-set CLASSWORLDS_VERSION=1.0-rc2
+set CLASSWORLDS_VERSION=1.0
:begin
@rem Determine what directory it is in.
Index: src/bin/groovysh.bat
===================================================================
RCS file: /home/projects/groovy/scm/groovy/groovy-core/src/bin/groovysh.bat,v
retrieving revision 1.3
diff -u -r1.3 groovysh.bat
— src/bin/groovysh.bat 27 Mar 2004 11:50:56 -0000 1.3
+++ src/bin/groovysh.bat 28 Jun 2004 03:39:18 -0000
@@ -13,7 +13,7 @@
if "%OS%"=="Windows_NT" setlocal
@rem The version of classworlds to boot with
-set CLASSWORLDS_VERSION=1.0-rc2
+set CLASSWORLDS_VERSION=1.0
:begin
@rem Determine what directory it is in.
Attachments
Issue Links
- is depended upon by
-
GROOVY-557 Windows scripts have wrong CLASSWORLDS_VERSION (1.0-rc2 instead of 1.0)
- Closed