
Fixed NPE in verbose mode when resource name pattern was specified.
6 lines of code changed in:
Unified servlet parameter names. See javadoc for details.
Re-implemented match/replace using compiled pattern in getResourceConnection() - instead of String.replaceAll().
Better cache hit reporting of TemplateServlet in verbose mode.
294 lines of code changed in:
CVS-ignoring dist and target directories - they are generated by build.xml.
0 lines of code changed in:
Fixed *clipse .classpath using jmock-SNAPSHOT.jar
0 lines of code changed in:
CVS-ignoring build, dist and gentest directories - they are generated by build.xml.
0 lines of code changed in:
Removed 2 warnings:
o deprecated usage of Window.show() replaced by setVisible(true)
o exclusion filter in Eclipse for duplicated .cvsignore filter
2 lines of code changed in:
'groovy.bugs.Groovy662_JavaClass' fully qualified in test code.
Updated references to new package location. Why does the GCL doesn't find it? It resides within the same package?
2 lines of code changed in:
Re-mounted 'src/test' source folder in Eclipse .classpath - Groovy662 needed the correct package name, as it depends on both, a Groovy and a Java class.
Added simple XmlTemplateEngineTest case.
Organized imports in SourcePrinterTest.java.
46 lines of code changed in:
Better exception handling when loading reflectors.
Organized imports.
32 lines of code changed in:
Fixed new-line-eating behaviour of the SimpleTemplateEngine - while in Groovy sections, all \n and \r chars are printed to the generated script source.
NOTE! Every code depending on auto-elimination may break: TemplateServlet, Grails, other...?!
25 lines of code changed in:
Fixed test case, as the _simple_ template engine doesn't know how to handle new lines in '''...''' sequences. See http://jira.codehaus.org/browse/GROOVY-980
Added (needs to be protected?) constructor to STE which prints the generated template script to stdout before parsing/applying the binding.
18 lines of code changed in:
Organized imports to remove compiler warnings.
17 lines of code changed in:
Ooops, forgot to remove a debug line. ;)
1 lines of code changed in:
Pulled XmlNodePrinter out of the XmlTemplateEngine.
Removed test cases from Eclises '.classpath'.
272 lines of code changed in:
Applied Heins patch 'eachFile* and eachDir methods should report useful errors'.
See http://jira.codehaus.org/browse/GROOVY-911 for details.
49 lines of code changed in:
Closing bug 861 and related issues.
Removed deprecated method from TemplateServlet.
Reformatted to accomplish Groovy Code Style.
Added more servlet mappings to the groovlet-examples.
Added simple xml demo ... needs more work.
Added 2 new jmock jars to the classpath.
565 lines of code changed in:
Added XmlTemplateEngine test case.
52 lines of code changed in:
Marked new line bug work-around as deprecated. Needs more testing, especially under Linux!
5 lines of code changed in:
Fixed 818, 901 and potentially 904. Last one needs verification.
New line characters are parsed and produce more correct script source w/ WYSIWYG style.
36 lines of code changed in:
Fixed bug, that prevented element attibutes to be printed.
Added 'gsp:expression' handling.
Refactored some methods and cleaned things up.
No tests yet, still in alpha state. :)
135 lines of code changed in:
(30 more)