The Ivy use example.
67 lines of code changed in:
Moved to be in the right place.
0 lines of code changed in:
Commit prior to move.
7 lines of code changed in:
Tinkering with Ivy.
37 lines of code changed in:
Remove more of the stack traces, just print the message.
21 lines of code changed in:
Corrected problem of deleting everything by default. Not a good thing.
8 lines of code changed in:
GROOVY-1507: add line numbers to the command-line options
Thanks to a patch from Joachim Baumann
5 lines of code changed in:
GROOVY-1508: Add option -a <splitpattern> to allow auto split of lines read when using command-line scripts (via -e)
Thanks to a patch from Joachim Baumann
21 lines of code changed in:
Correct some missing close according to GROOVY-1379
449 lines of code changed in:
Ant builder changes from GROOVY-1506
8 lines of code changed in:
Improved the error reporting a bit.
5 lines of code changed in:
Caught missing default target to provide a better user experience.
7 lines of code changed in:
Caught MissingMethodException to avoid huge (and irrlevant) stack traces on Gant file compilation errors.
19 lines of code changed in:
GROOVY-1510: Add groupBy() method to filter lists according to a closure criteria
29 lines of code changed in:
Add test for namespace support in AntBuilder
23 lines of code changed in:
Make identity() thread safe by cloning the closure
5 lines of code changed in:
Jochen declared my workaround of the tools.jar issue to be a Hideous Hack and so bad that he reverted 4024. tools.jar is again in the classpath by default.
1 lines of code changed in:
adding tools.jar again to keep Russel happy and the javac ant task working ;)
2 lines of code changed in:
Provided workaround for 4024 which removed tools.jar from the classpath. Not tested with JSR-06 only with 4067.
38 lines of code changed in:
Add support for namespace to the AntBuilder
11 lines of code changed in:
GROOVY-1482: applied patch from Jonathan Carlson, thanks a lot for that contribution!
20 lines of code changed in:
Removed all the stuff that was necessary but now isn't. Function calls now work properly\!
124 lines of code changed in:
Fixed broken build by using a concrete FileTypeManager instead of a mocked one!
11 lines of code changed in:
Made GroovyJ build on IDEA Demetra build #5706
Updated the Groovy 1.0 RC-1 SNAPSHOT JAR files
35 lines of code changed in:
new version for the the update site
5 lines of code changed in:
fixed JIRA 1496. The plugin should work correctly if the Project root is the src and output directory.
55 lines of code changed in:
Fix GROOVY-1497
1 lines of code changed in:
add delegation to getText for assert statement printout
2 lines of code changed in:
Swapped to use the groovy-all jar.
1 lines of code changed in:
Added jarfiles as seems to be the Eclipse norm.
3 lines of code changed in:
Altered the class path relating to the Groovy plugin -- is there a way of doing this without it being so version specific?
2 lines of code changed in:
as normal fields are no longer shown as properties this test was adapted to the now correct logic
7 lines of code changed in:
filter out fields when asking for the properties of a class. MetaFieldProperty is no real property
7 lines of code changed in:
Updated version number for publishing the update site
35 lines of code changed in:
Copied the HippieCompletionEngine and HippieProposalProcessor from Eclipse 3.2 so that it will work with
Eclipse 3.1.2. When we finally switch over to using Eclipse 3.2 for real, these copied classes need to go away.
0 lines of code changed in:
Added the first step of code completion and content assist: the HippieCompletionProcessor
24 lines of code changed in:
Removing warning.
0 lines of code changed in: