guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/23: gnu: Add java-powermock-modules-junit4-common.


From: julien lepiller
Subject: 20/23: gnu: Add java-powermock-modules-junit4-common.
Date: Thu, 2 Nov 2017 08:03:27 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 6c21d46c70b2a0912d1adab82e0ef74bace5605f
Author: Julien Lepiller <address@hidden>
Date:   Wed Oct 25 23:37:47 2017 +0200

    gnu: Add java-powermock-modules-junit4-common.
    
    * gnu/packages/java.scm (java-powermock-modules-junit4-common): New
    variable.
---
 gnu/packages/java.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 0470f42..77e34a2 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -6857,3 +6857,20 @@ done to the IDE or continuous integration servers which 
simplifies adoption.")
     (inputs
      `(("core" ,java-powermock-core)
        ("reflect" ,java-powermock-reflect)))))
+
+(define-public java-powermock-modules-junit4-common
+  (package
+    (inherit java-powermock-reflect)
+    (name "java-powermock-modules-junit4-common")
+    (build-system ant-build-system)
+    (arguments
+     `(#:jar-name "java-powermock-modules-junit4-common.jar"
+       #:jdk ,icedtea-8
+       #:source-dir 
"powermock-modules/powermock-module-junit4-common/src/main/java"
+       #:test-dir "powermock-modules/powermock-module-junit4-common/src/test"))
+    (inputs
+     `(("core" ,java-powermock-core)
+       ("easymock" ,java-easymock)
+       ("reflect" ,java-powermock-reflect)
+       ("hamcrest" ,java-hamcrest-core)
+       ("cglib" ,java-cglib)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]