Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37878 - Have jdepend ebuild create symlink for ant
Summary: Have jdepend ebuild create symlink for ant
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-11 03:55 UTC by Bert Van Vreckem
Modified: 2004-01-18 14:18 UTC (History)
0 users

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


Attachments
proposed patch (jdepend-patch,430 bytes, patch)
2004-01-11 03:57 UTC, Bert Van Vreckem
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bert Van Vreckem 2004-01-11 03:55:09 UTC
JDepend can be used in Ant as an optional task. This requires that the jdepend.jar can be found in the /usr/share/ant/lib directory. Creating a symlink from /usr/share/jdepend/lib/jdepend.jar is an alternative.

The JUnit ebuild (v.3.8.1) does exactly this.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Bert Van Vreckem 2004-01-11 03:57:17 UTC
Created attachment 23589 [details, diff]
proposed patch

This is a patch against jdepend-2.6.ebuild that adds code to create a symlink
in Ant's lib directory.
Comment 2 Adrian Almenar 2004-01-11 20:42:45 UTC
ill close this as invalid since ant will do nothing with the creation of the symlink, im working hard on making an ant source ebuild, it will not have full support for all the optional tasks (Just to start), but its going to be better than the one available now in portage.
Comment 3 Adrian Almenar 2004-01-18 09:47:45 UTC
sorry.
Comment 4 Adrian Almenar 2004-01-18 14:18:20 UTC
Fixed. Thanks.