Revision: 13660
          http://gate.svn.sourceforge.net/gate/?rev=13660&view=rev
Author:   valyt
Date:     2011-04-12 12:18:25 +0000 (Tue, 12 Apr 2011)

Log Message:
-----------
Hack on the events so taht GWT is compiled when building the plugin.

Modified Paths:
--------------
    mimir/trunk/grails-plugin-mimir/scripts/_Events.groovy

Modified: mimir/trunk/grails-plugin-mimir/scripts/_Events.groovy
===================================================================
--- mimir/trunk/grails-plugin-mimir/scripts/_Events.groovy      2011-04-12 
11:47:55 UTC (rev 13659)
+++ mimir/trunk/grails-plugin-mimir/scripts/_Events.groovy      2011-04-12 
12:18:25 UTC (rev 13660)
@@ -32,3 +32,13 @@
     }
   }
 }
+
+/**
+ * Force a GWT compile when packaging the plugin.
+ */
+eventPackagePluginStart = {pluginName ->
+  if(pluginName == 'mimir-web') {
+    includeTargets << new File("${gwtPluginDir}/scripts/_GwtInternal.groovy")
+    compileGwtModules()
+  }
+}


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to