[libgpars-groovy-java] 04/06: Set the groovy classpath

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed May 11 07:06:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libgpars-groovy-java.

commit bc0a402da16d4638c213d1d6a7a0fabb2bd236be
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed May 11 09:00:52 2016 +0200

    Set the groovy classpath
---
 debian/patches/groovy-classpath.patch | 21 +++++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/groovy-classpath.patch b/debian/patches/groovy-classpath.patch
new file mode 100644
index 0000000..3085813
--- /dev/null
+++ b/debian/patches/groovy-classpath.patch
@@ -0,0 +1,21 @@
+Description: Set the classpath for Groovy (why is this needed?)
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/build.gradle
++++ b/build.gradle
+@@ -159,6 +159,7 @@
+ 
+ //  To get the details of the "unchecked" issues.
+ compileGroovy.options.compilerArgs = ['-Xlint']
++compileGroovy.groovyClasspath = files('/usr/share/java/groovy-all.jar')
+ 
+ [compileGroovy, compileTestGroovy]*.groovyOptions*.fork(memoryInitialSize: '128M', memoryMaximumSize: '512M')
+ 
+@@ -293,6 +294,7 @@
+     footer = copyrightString
+     include 'groovyx/gpars/**'
+     overview = new File('overview.html')
++    groovyClasspath = files('/usr/share/java/groovy-all.jar')
+ }
+ 
+ // Only build javadocs as documentation
diff --git a/debian/patches/series b/debian/patches/series
index a51c0d8..9ca8f6c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 fix_gradle_build.diff
 add_compatibility_with_gradle_2.5.diff
 reproducible-documentation.patch
+groovy-classpath.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgpars-groovy-java.git



More information about the pkg-java-commits mailing list