Changeset 1938 for trunk/scripts/_Events.groovy
- Timestamp:
- Jun 23, 2011, 2:59:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/_Events.groovy
r1935 r1938 14 14 */ 15 15 16 17 16 18 eventCompileEnd = { 19 // Fix for addToWriters()-method failing, seems that when the default.properties containing the configured users 20 // cannot be read, the addToWriters()-method tries to add "null" users, which fails. 21 // Added this ant script which moves the default.properties to the correct classpath. Seems to work now. 22 // Might be a bug in Grails (at least till 1.3.7)? 17 23 18 24 ant.echo (message: "Moving default configuration file (default.properties) ..." )
Note: See TracChangeset
for help on using the changeset viewer.