| Summary: | [java-experimental] gant ebuild missing 'gant' script/runner | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | corey <corey_s> |
| Component: | [OLD] Java | Assignee: | Java team <java> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | elvanor |
| Priority: | High | ||
| Version: | 2007.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
corey
2007-08-29 11:16:01 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 } I'll take a look at this bug. Maybe this should be done via a Java launcher. 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. 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. |