Updated Branches:
  refs/heads/5.3 135147526 -> 826925af8

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/826925af
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/826925af
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/826925af

Branch: refs/heads/5.3
Commit: 826925af8d93cec68fab51541b4349fa59500bb5
Parents: 1351475
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:05:18 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/826925af/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