Updated Branches:
  refs/heads/5.4-js-rewrite 83e6d2edb -> 95bc7c6b4

TAP5-1729: Sometimes YUICompressor can fail with java.util.EmptyStackException
- upgrade to special bundled version of YUICompressor
- bundled with customized Rhino


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/95bc7c6b
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/95bc7c6b
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/95bc7c6b

Branch: refs/heads/5.4-js-rewrite
Commit: 95bc7c6b484eeb234d056f5e27a579e8ee9a8fda
Parents: 83e6d2e
Author: Howard M. Lewis Ship <[email protected]>
Authored: Fri Jun 29 16:04:27 2012 -0700
Committer: Howard M. Lewis Ship <[email protected]>
Committed: Fri Jun 29 16:04:27 2012 -0700

----------------------------------------------------------------------
 tapestry-yuicompressor/build.gradle |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/95bc7c6b/tapestry-yuicompressor/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-yuicompressor/build.gradle 
b/tapestry-yuicompressor/build.gradle
index c744cb9..ac76a5e 100644
--- a/tapestry-yuicompressor/build.gradle
+++ b/tapestry-yuicompressor/build.gradle
@@ -2,11 +2,30 @@ description = "Integrates YUI Compressor to minimize 
JavaScript and CSS resource
 
 dependencies {
   compile project(':tapestry-core') 
-  compile "com.yahoo.platform.yui:yuicompressor:2.4.6"
+  compile 
"com.google.code.maven-play-plugin.com.yahoo.platform.yui:yuicompressor:2.4.7"
     
   testCompile project(':tapestry-test')
 }
 
+repositories { 
+  mavenRepo name: "Maven Play Plugin", url: 
"http://maven-play-plugin.googlecode.com/svn/mavenrepo/releases";
+}
+
+install { 
+  repositories.mavenInstaller { 
+    pom.project { 
+      repositories { 
+        repository { 
+          id "maven-play-plugin"
+          name "Maven Play Plugin"
+          url "http://maven-play-plugin.googlecode.com/svn/mavenrepo/releases";
+        }
+      }
+    }
+  }
+}
+
+
 jar {
     manifest {
         attributes 'Tapestry-Module-Classes': 
'org.apache.tapestry5.yuicompressor.services.YuiCompressorModule'

Reply via email to