[root]/groovy/ide/groovyj/src/test/org/codehaus/groovy/intellij/configuration
Made GroovyJ build on IDEA Demetra build #5706
Updated the Groovy 1.0 RC-1 SNAPSHOT JAR files
6 lines of code changed in:
Restored changes committed since 27th April 2006:
- Updated jMock SNAPSHOT JAR files to version 1.1.0 RC-1
- Updated the Groovy 1.0 RC-1 SNAPSHOT JAR files
- Made GroovyJ build on IDEA Demetra build #5289
- Made GroovyJ a plug-in module and restored Java 5's synax highlighting for IDEA Demetra build #5289
- Added an IDEA project file with groovyj and groovy-core modules and shared Run/Debug configuration + EMMA code coverage
- Restored the DTD declaration in the plug-in's deployment descriptor
- Updated a test in GroovyPsiParser to use a more syntactically correct Groovy code snippet
- Replaced hardcoded constant with delegation to one of IDEA's obscure utility classes in GroovyParserDefinition
- Added missing annotations
8 lines of code changed in:
Updated copyright statement for 2006 at last...
7 lines of code changed in:
Upgraded to support IntelliJ IDEA 6.0 (Demetra) exclusively - starting from EAP build #5162
4 lines of code changed in:
GROOVY-607: ...
Reworked GroovyCompiler to group files to be compiled by module and compilation unit.
GroovyCompiler now creates compilation units with a GroovyClassLoader bound to a URLClassLoader configured to search the classpath of a given module
Refreshed the groovy-all JAR to the latest JSR-03 snapshot
Housekeeping: Refactored a large number of unit tests to improve their readability
46 lines of code changed in:
GROOVY-602: A few refactorings around the way module source folders are appended to the classpath of a Run Configuration
23 lines of code changed in:
Housekeeping: Upgraded codebase to IntelliJ IDEA Irida build #3326 / Upgraded build to JDK 1.5 and Clover 1.3.7
14 lines of code changed in:
Housekeeping: Extracted project and module stubbing from GroovyConfigurationTestCase to GroovyjTestCase
2 lines of code changed in:
Housekeeping: Replaced "module" with "module name" in assertion messages
4 lines of code changed in:
GROOVY-786 / GROOVY-798: Fixed broken serialisation of the selected module in a Groovy run configuration
107 lines of code changed in:
GROOVY-786: Fixed broken test in GroovySettingsEditorTest that fails on Mac OS X only as reported by Sam Pullara
48 lines of code changed in:
GROOVY-786: Added null guard for when IDEA passes null as a module to be rendered in a combo box
25 lines of code changed in:
Housekeeping: fixed minor typo in test name and simplified the implementation of the GroovyCompiler.isCompilableFile method
1 lines of code changed in:
GROOVY-602: Implemented run configuration for running ad-hoc Groovy scripts
131 lines of code changed in:
GROOVY-602: Implemented run configuration for running Groovy scripts contained in project modules
391 lines of code changed in:
GROOVY-602: Applied a number of refactorings to the current codebase, particularly around the implementation of Groovy runtime configurations
138 lines of code changed in:
GROOVY-602: Started implementing runtime configuration for running Groovy scripts and classes
192 lines of code changed in: