You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ml...@apache.org on 2011/09/29 18:15:43 UTC

svn commit: r1177349 - /tapestry/tapestry5/trunk/tapestry-core/build.gradle

Author: mlusetti
Date: Thu Sep 29 16:15:43 2011
New Revision: 1177349

URL: http://svn.apache.org/viewvc?rev=1177349&view=rev
Log:
TAP5-1671 Execute the grammarSourceGenerate tasks to have the generated source available to idea plugin

Modified:
    tapestry/tapestry5/trunk/tapestry-core/build.gradle

Modified: tapestry/tapestry5/trunk/tapestry-core/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/build.gradle?rev=1177349&r1=1177348&r2=1177349&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/build.gradle (original)
+++ tapestry/tapestry5/trunk/tapestry-core/build.gradle Thu Sep 29 16:15:43 2011
@@ -49,6 +49,9 @@ task generateGrammarSource {
 }
 
 ideaModule.doFirst {
+
+    tasks.generateGrammarSource.execute()
+
     excludeDirs -= buildDir
 
     def generatedDir = file("$buildDir/generated-sources")