Issue Details (XML | Word | Printable)

Key: GROOVY-553
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Guillaume Laforge
Reporter: Katutoshi Udagawa
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
groovy

CLASSWORLDS_VERSION is old

Created: 27/Jun/04 11:49 PM   Updated: 01/Jul/04 02:03 AM
Component/s: None
Affects Version/s: 1.0-beta-6
Fix Version/s: 1.0-beta-6

Time Tracking:
Not Specified

Environment: Windows
Issue Links:
dependent
 


 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Guillaume Laforge added a comment - 01/Jul/04 02:02 AM
This is a duplicate