0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update to Grails 1.3 & a new version of Gradle. More... almost 12 years ago
Refactored some of the code in the plugin, creating common methods for copying from files and streams to files and writing out DOM models to files too. More... about 14 years ago
Started creating integration tests for the plugin. I thought I'd start at the beginning, so I added an 'init' task that can create both Grails applications and plugins. I then created the tests for it. More... about 14 years ago
Plugins are now compiled with grails-core by default. More... about 14 years ago
Augmented the 'clean' task so that it removes generated files from ./web-app/WEB-INF. More... about 14 years ago
Removed some debugging println statements. More... about 14 years ago
The 'processResources' task now depends on the new task 'copyJsps' that simply copies JSP files from ./grails-app/views to ./web-app/WEB-INF. More... about 14 years ago
The 'buildData' task now creates the BuildSettings instance during the configuration phase, rather than the execution one. More... about 14 years ago
The 'processResources' task now depends on a new task, 'packageI18n', that copies the application's resource bundles to the resources dir. In the process, the task converts the files to Latin-1 if the grails.enable.native2ascii build setting is set to true. More... about 14 years ago
Installed source plugins with a Gradle plugin implementation (such as Jetty) weren't working because GrailsPlugin was reading BuildConfig.groovy instead of dependencies.groovy. Fixed by having the InPlacePlugin and InstalledSourcePlugin classes implement a getBuildConfigFile() method. More... about 14 years ago
A custom version of the Grails Jetty plugin is required for the 'run' task to work properly. More... about 14 years ago
README for GitHub. More... about 14 years ago
The plugin ID is now 'grails-x'. More... about 14 years ago
Initial code. More... about 14 years ago