Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190627 - [java-experimental] gant ebuild missing 'gant' script/runner
Summary: [java-experimental] gant ebuild missing 'gant' script/runner
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-29 11:16 UTC by corey
Modified: 2009-07-29 12:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description corey 2007-08-29 11:16:01 UTC
After emerging the gant-3.0.ebuild, the actual 'gant' script is not installed into /usr/bin .
Comment 1 corey 2007-08-29 11:50:04 UTC
Following patch does the trick, however the 'gant' script in question requires groovy's 'startGroovy' script ( see http://bugs.gentoo.org/show_bug.cgi?id=190567).


--- gant-0.3.0.ebuild.orig      2007-08-29 04:49:21.000000000 -0700
+++ gant-0.3.0.ebuild   2007-08-29 04:49:59.000000000 -0700
@@ -45,5 +45,6 @@

 src_install() {
        java-pkg_newjar "build/lib/${P}.jar"
+       dobin ${S}/source/bin/gant
        dodoc releaseNotes.txt || die
 }
Comment 2 Jean-Noël Rivasseau (RETIRED) gentoo-dev 2007-08-29 13:56:31 UTC
I'll take a look at this bug. Maybe this should be done via a Java launcher.
Comment 3 Jean-Noël Rivasseau (RETIRED) gentoo-dev 2007-10-16 08:59:09 UTC
I looked, harder to package that it seemed since the launcher pulled in circular dependencies. Maybe when Groovy 1.1 is out I'll try to fix the deptree.
Comment 4 Alistair Bush (RETIRED) gentoo-dev 2009-07-29 12:47:12 UTC
bumped to 1.6.1.  Has launcher,  circular deps might remain but there is a separate bug for those.  the are an issue with groovy.