remove example and test scripts from jar
1 lines of code changed in:
add custom widgets
16 lines of code changed in:
remove toolkit borderstyle
0 lines of code changed in:
Remove a junk script
0 lines of code changed in:
Some scripts showing how to make a popup, reading registry keys, retrieving the computer name
14 lines of code changed in:
Scripts showing how to use ActiveX objects: with Excel, Internet Explorer, Media Player, or invoking some VBScript
50 lines of code changed in:
* Added escaping for backslash in original groovy sources
2 lines of code changed in:
put back the groovy.install.staging parameter to ${maven.build.dir}/install
1 lines of code changed in:
sCriptOM: first draft of COM scripting with Groovy
510 lines of code changed in:
Tidy up of the JSR projects
* Parser
** repackaged groovy.g et all into org.codehaus.groovy.antlr.*
** cleaned up the build file checking each target
* TCK
** fixed test generation to correctly place each generated TestCase into the correct package,
thus keeping structure in all subsequent reports (such as the junitreport)
* Spec
** Added a placeholder to Chapter18, pointing to generated grammar files from ANTLR
Happy Christmas :-)
jez.
1789 lines of code changed in:
I have no idea why these were logging to the console warnings about sql failing and then raising the exception anyway
9 lines of code changed in:
make it more generic in preparation for porting
17 lines of code changed in:
only compiles macosx specific code on macosx
10 lines of code changed in:
There are serious problems with the way we are handling MissingMethods. Basically, we can't assume that we get a missing method exception from the invoke we just did, it could be coming far down the stack. We need to split the lookup and the invoke so we know whats up (this will also stop us from using exceptions as flow control). Can you look at this James?
6 lines of code changed in:
Fixed some error handling code so you get better messages when you put a wrong method name in a script. Also removed some trivial bugs in == vs. .equals.
757 lines of code changed in:
* minor rename
35 lines of code changed in:
* Added 'jsr/tck/test/misc' directory, where we can throw examples from users into the test suite,
without having to decide which single part of the GLS it is refering to.
0 lines of code changed in:
* wired in a custom stylesheet for the junitreport in TCK
719 lines of code changed in:
TCK
* Added extra information to messages when test cases fail, such as the line which caused the issue
* Added a distinction between @fail and @fail:parse, whereby the first tries to evaluate (or at least pretends at the moment)
JSR
* Amended top level JSR build.xml to build parser, place it into TCK, run TCK, and generate reports/spec
61 lines of code changed in:
* First attempt at a TCK
- add tests to the test subdirectory
- run 'ant' to generate and execute test cases, a junit report will
be output in reports/index.html
856 lines of code changed in:
* Clearing the way for TCK
0 lines of code changed in:
roll back changes
6 lines of code changed in:
add toolBarManager for <form> and <applicationWindow>
55 lines of code changed in:
First cut at ANTLR-based Groovy grammar. Rough and buggy, but it parses something that looks Groovy.
1459 lines of code changed in:
Fix some wiki quoting problems. Minor clarifications.
24 lines of code changed in:
allow styling of jface viewers
14 lines of code changed in:
upgrade to groovy-beta-8, add support for parent attribute
68 lines of code changed in:
Changed the default for LocalVariableTable generation form true to false to avoid problems in JDK1.5 verifier.
3 lines of code changed in:
added strings as a primitive type :)
1 lines of code changed in:
Added some helper classes making it easier to generate code inside Groovy; avoiding the chances of debugging hell in Groovy by adding a whole bunch of helper methods.
Also added a helper method for hibernate related gram scripts
284 lines of code changed in:
added helper module and test classes for Gram
241 lines of code changed in:
set the build version ready for the next release and feebly attempted to patch the build to set the +x on the scripts - but it doesn't work :(
46 lines of code changed in:
attempt to fix the release build to set the permissions properly
6 lines of code changed in:
attempt to fix the release build to set the permissions properly
2 lines of code changed in:
about to do the beta-8 release
2 lines of code changed in:
about to do the beta-8 release
4 lines of code changed in:
Changing from ant-1.6.1 to ant-1.6.2.
10 lines of code changed in:
Beta-9-Snapshot
1 lines of code changed in:
Create the Groovy beta 8 release!
1 lines of code changed in:
GROOVY-641: make sure we compile groovy classes for inclusion in the groovy jar (to make sure the groovy Swing console and the streaming markup builders get included into the distribution)
5 lines of code changed in:
* BIG CHANGE TO TEST PROCEDURES
* In order to speed up the tests, I have grouped the tests into vague groupings
called TestSuites in junit speak.
* If you add any new tests, please add to one of the existing suites,
exactly where doesn't matter, unless it is slightly long running test
in which case put it in UberTestCaseLongRunningTests.java
* The individual test results no longer print to screen during build
(just the number of failures in each suite)
* In order to dig deeper into each failure, look in
target/test-reports/TEST-???.xml and search for 'failure' text string
This should now improve build time by an order of 5 or so. YMMV
jez
552 lines of code changed in:
add test cases
0 lines of code changed in:
improve the factory
22 lines of code changed in:
add viewerfactory
72 lines of code changed in:
change toolkit access
25 lines of code changed in:
fix awt_swt style
1 lines of code changed in:
fix and clean examples
38 lines of code changed in:
Changed the attribute that identifies a widget to "id" instead of "name". It was interfering with a property on "Action" and causing menus to be messed up.
1 lines of code changed in:
Updated groovy.policy to enable the SecurityTest to run properly from within eclipse.
7 lines of code changed in:
Updated the eclipse classpath to refer to asm 1.5.2
3 lines of code changed in:
Fixed the problem causing loss of compilation error info. Error markers are working again in the eclipse plugin
131 lines of code changed in:
synched with repository changes - asm-1.5.2
3 lines of code changed in:
new core with the CompilationFailedException problem fixed. we now have all tests passing. and error markers working again.
0 lines of code changed in:
Added the missing dependency to allow access to org.objectweb.asm.tree.analysis.Interpreter. No idea how this depednecy comes abut though.
13 lines of code changed in:
* Cleaned up index and template pages
19 lines of code changed in:
This file highlights a bug in running Groovy on JDKv1.5 with the verifier it should work fine with the damage control system.
11 lines of code changed in:
Removed these bug files as they broke the automated build check system.
0 lines of code changed in:
Changed the ASM version from 1.4.3 to 1.5.2.
12 lines of code changed in:
Added the changes necessary to move from ASM 1.4.3 to ASM 1.5.2.
19 lines of code changed in:
Adding two tests to support the bugs Groovy666 and Groovy674.
66 lines of code changed in:
Updated Gram to use Annogen
17 lines of code changed in:
* added index for GLS
23 lines of code changed in:
* work around for issue with local dir and wiki generation
10 lines of code changed in:
* added 'umbrella' build file that builds spec, grammar etc...
* minor fix to biscuit, now ignores png's etc...
33 lines of code changed in:
Reduce some of the layers of obfuscation for builder errors
298 lines of code changed in:
Got rid of the places in the code that gratuitusly print stack traces even though the message is being propagated up the stack to be dealt with.
195 lines of code changed in:
GROOVY-676: applied patch from Dierk Koenig for the Ant builder
129 lines of code changed in:
only embeddable using the programmatic API
0 lines of code changed in:
As requested by Aslak, I'm removing the DC triggers. DC has a polling interval of 10 minutes to track changes.
1 lines of code changed in:
GROOVY-657: fixed thanks to GROOVY-677, it is now possible to call normal methods from a builder, without trapping all calls within createNode() endlessly
39 lines of code changed in:
Add the ability to create a groovy executable for use in scripts.
23 lines of code changed in:
Add a native executable, ideal for scripts. Currently only works on Mac. Would love to see versions for other platforms.
41 lines of code changed in:
* added the syndiag tool. This provides a graphical view of valid antlr .g files
* for usage and other info see http://syndiag.javanicus.com
0 lines of code changed in:
* split generated src away from compiling src, this means that 'ant generate'
will create just enough, but no more, so that you can explore the source safely
in an IDE (i.e. no missing classes, and no duplicate classes)
6 lines of code changed in:
* Added dummy antlr/ant project, ready to take groovy.g when it's ready...
1833 lines of code changed in:
continue with current node when no new node is specified
37 lines of code changed in:
Add the ability to reference widgets by set name attribute or by text value (most useful for buttons)
19 lines of code changed in:
applied patch - implemented lable provider tetst - resynched tests with plugin - bad boy !
86 lines of code changed in:
fixed GROOVY-632 - multi line string color
17 lines of code changed in:
GROOVY-677: changed the method invokation order to prefer calling statically typed methods first, before invoking invokeMethod() from objects implementing GroovyObject
95 lines of code changed in:
add/remove change listener to fix the multiple add runtime support dialogs...
25 lines of code changed in:
re aligned with test plugin
8 lines of code changed in:
applied patch from GROOVY-663
2 lines of code changed in:
moved to snapshot 8. applied patch from GROOVY-663
3 lines of code changed in:
removed the Groovy files. this plugin (used to be a arapper for the groovy runtime ) is deprectaed and no longer in use.
0 lines of code changed in: