[root]/groovy/groovy-core/src/conf
adding tools.jar again to keep Russel happy and the javac ant task working ;)
2 lines of code changed in:
updated comments and exclusion of invalid entries
3 lines of code changed in:
Remove unused classworlds conf files
0 lines of code changed in:
typo in the conf file
1 lines of code changed in:
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:
sadly my last update was nonsense
2 lines of code changed in:
added ${user.home}/.groovy/lib/* as classworlds now no longer has a problem if non existant paths
5 lines of code changed in:
modified to use the GroovyStarter and the new classworlds version
2 lines of code changed in:
Applied patch by Yuri Schimke to support -p i e support when running groovy
1 lines of code changed in:
Commented out the lines loading the jars from user home, until the classworld issue is fixed
2 lines of code changed in:
applied Brian McCallister's patch to add ~/.groovy/lib to the classpath
8 lines of code changed in:
Added a really simple interactive command line shell
0 lines of code changed in:
added command line scripts to allow the console to be run easily
0 lines of code changed in:
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:
Hey, fix that command-line bin/groovy scripts classworlds config
for the new filesystem compiler.
1 lines of code changed in:
Mutating the classworlds config stuff to support mulitple binaries,
so we can run the compiler or grok (groovydoc).
2 lines of code changed in:
-- 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: