Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112870 - commons-net-1.3.0 can use -Dnoget=true instead of sed'ing
Summary: commons-net-1.3.0 can use -Dnoget=true instead of sed'ing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-11-17 18:28 UTC by Josh Nichols (RETIRED)
Modified: 2005-11-21 19:24 UTC (History)
0 users

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 Josh Nichols (RETIRED) gentoo-dev 2005-11-17 18:28:03 UTC
commons-net's build.xml seems to have been generated by maven, and the default
behavior is to download the dependencies, like maven would do.

Currently, the ebuild does a sed to remove this behavior. This isn't necessary
because the get-deps has:  unless="noget"

So, get-deps won't be executed if we define noget, ie passing -Dnoget=true to ant.
Comment 1 Josh Nichols (RETIRED) gentoo-dev 2005-11-21 19:24:44 UTC
Fixed in CVS.