Directory groovy/groovy-core/src/conf/

Directory Created:
2003-09-05 19:13
Total Files:
1
Deleted Files:
6
Lines of Code:
23

Browse with ViewVC

[root]/groovy/groovy-core/src/conf

Lines of Code

groovy/groovy-core/src/conf/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 44 (100.0%) 58 (100.0%) 1.3
blackdrag 19 (43.2%) 42 (72.4%) 2.2
jstrachan 10 (22.7%) 11 (19.0%) 1.1
bob 5 (11.4%) 3 (5.2%) 0.6
glaforge 10 (22.7%) 2 (3.4%) 0.2

Most Recent Commits

blackdrag 2006-09-21 10:57

adding tools.jar again to keep Russel happy and the javac ant task working ;)

2 lines of code changed in:

blackdrag 2006-08-28 13:26

updated comments and exclusion of invalid entries

3 lines of code changed in:

glaforge 2005-09-04 20:59

Remove unused classworlds conf files

0 lines of code changed in:

blackdrag 2005-08-30 21:56

typo in the conf file

1 lines of code changed in:

blackdrag 2005-08-29 11:49

this patch removes the classworlds dependency from groovy. All command line programs will now use RootLoader instead. It's now possile to have a single conf file for all groovy commands. Each command can have an -cp or -classpath argument. This path will not be part of the java.classpath, it will be part of the classpath of the RootLoader class. The commands are now only wrappers for the centralized startGroovy commands. These are not for direct usage.

27 lines of code changed in:

blackdrag 2005-04-05 22:30

sadly my last update was nonsense

2 lines of code changed in:

blackdrag 2005-04-05 17:56

added ${user.home}/.groovy/lib/* as classworlds now no longer has a problem if non existant paths

5 lines of code changed in:

blackdrag 2005-03-15 00:13

modified to use the GroovyStarter and the new classworlds version

2 lines of code changed in:

jstrachan 2004-07-13 18:38

Applied patch by Yuri Schimke to support -p i e support when running groovy

1 lines of code changed in:

glaforge 2004-03-11 21:01

Commented out the lines loading the jars from user home, until the classworld issue is fixed

2 lines of code changed in:

jstrachan 2004-03-02 18:06

applied Brian McCallister's patch to add ~/.groovy/lib to the classpath

8 lines of code changed in:

jstrachan 2003-12-11 20:29

Added a really simple interactive command line shell

0 lines of code changed in:

jstrachan 2003-12-11 18:40

added command line scripts to allow the console to be run easily

0 lines of code changed in:

jstrachan 2003-10-31 13:30

Refactored Groovy to be called GroovyShell which is a bit more descriptive.



Updated the documentation to have a better organisation and include details on running groovy code.



Also we now have 2 executables...



groovyc compiles groovy to bytecode

groovy compiles & runs groovy scripts

2 lines of code changed in:

bob 2003-10-06 21:42

Hey, fix that command-line bin/groovy scripts classworlds config

for the new filesystem compiler.

1 lines of code changed in:

bob 2003-09-05 21:44

Mutating the classworlds config stuff to support mulitple binaries,

so we can run the compiler or grok (groovydoc).

2 lines of code changed in:

bob 2003-09-05 19:13

-- Addded classworlds as a dependency

-- Simple classworlds script and config for compiler

-- Maven target to install groovy toolchain to a staging dir

0 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT