Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 112870

Summary: commons-net-1.3.0 can use -Dnoget=true instead of sed'ing
Product: Gentoo Linux Reporter: Josh Nichols (RETIRED) <nichoj>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.