Ignore:
Timestamp:
Jun 23, 2011, 2:59:26 PM (12 years ago)
Author:
t.w.abma@…
Message:
  • added comment
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/_Events.groovy

    r1935 r1938  
    1414*/
    1515
     16
     17
    1618eventCompileEnd = {
     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)?
    1723
    1824   ant.echo (message: "Moving default configuration file (default.properties) ..." )
Note: See TracChangeset for help on using the changeset viewer.