Bug 1027190 - gradle: jansi.jar has moved
Summary: gradle: jansi.jar has moved
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: gradle
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: gil cattaneo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 958008 985702
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-06 11:06 UTC by Scott Tsai
Modified: 2013-11-07 07:59 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-11-06 17:41:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Scott Tsai 2013-11-06 11:06:10 UTC
Description of problem:
gradle-1.0-18.fc20.noarch can't find jansi-1.11-3.fc20.noarch

Version-Release number of selected component (if applicable):
gradle-1.0-18.fc20.noarch
jansi-1.11-3.fc20.noarch

How reproducible:
Always

Steps to Reproduce:
1. printf 'task hello { doLast { println "Hello" } }\n' > build.gradle
2. gradle -q hello


Actual results:
java.lang.IllegalArgumentException: Cannot find JAR 'jansi.jar' required by module 'gradle-native' using classpath or distribution directory '/usr/share/gradle'

Expected results:
Hello

Additional info:
jansi.jar was moved from /usr/share/java to /usr/share/java/jansi in:

http://pkgs.fedoraproject.org/cgit/jansi.git/commit/?id=4b72e923021a6f5a8119694aedc2451cc810153e

Comment 2 Scott Tsai 2013-11-06 17:47:28 UTC
(In reply to gil cattaneo from comment #1)

I'm sympathetic to the difficulties in packaging Gradle but when it gets to the point that a simple "Hello, world" can't be fixed in time for the Fedora 20 release, I think it's time to drop the package.

Gradle users can use the upstream binaries releases easily enough and the Fedora Java SIG can pick gradle up again if the packaging situation changes.

Comment 3 Marek Goldmann 2013-11-07 07:59:04 UTC
(In reply to Scott Tsai from comment #2)

> I'm sympathetic to the difficulties in packaging Gradle but when it gets to
> the point that a simple "Hello, world" can't be fixed in time for the Fedora
> 20 release, I think it's time to drop the package.

I'm thinking about it, but first of all we need to migrate all packages that require Gradle to build to Maven and I'm working on it.


Note You need to log in before you can comment on or make changes to this bug.