Ivy 2.0.0-beta2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Ivy 2.0.0-beta2 (Default branch)
# 1  
Old 03-04-2008
Ivy 2.0.0-beta2 (Default branch)

Ivy is a simple but powerful dependency manager. Its key features are ease of use, extreme flexibility, easy extensibility, Ant integration, and transitive dependencies. It is ready to use with the Maven ibiblio repository. It eases continuous integration, and makes your software component a lot simpler to use. License: The Apache License 2.0 Changes:
Enhanced Maven2 compatibility, with a fully rewritten pom parser. Improved cache management, including dynamic revision caching with fine grained TTL. Namespace-aware validation, allowing you to use validation with extra attributes. Easier settings loading (does not require an ID anymore). Numerous bugfixes as documented in Jira and in the release notes.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SEMODULE_DEPS(8)							NSA							  SEMODULE_DEPS(8)

NAME
semodule_deps - show the dependencies between SELinux policy packages. SYNOPSIS
semodule_deps [-v -g -b] basemodpkg modpkg1 [modpkg2 ... ] DESCRIPTION
semodule_deps is a developer tool for showing the dependencies between policy packages. For each module it prints a list of modules that must be present for a module's requirements to be satisfied. It only deals with requirements, not optional dependencies. In order for semodule_deps to give useful information the list of packages passed in cannot have unsatisfied dependencies. In general this means that the list of modules will usually be quite long. By default options to the base module are excluded as almost every module has this dependency. The -b option will include these dependen- cies. In addition to human readable output, semodule_deps can output the dependencies in the Graphviz dot format (http://www.graphviz.org/) using the -g option. This is useful for producing a picture of the dependencies. OPTIONS
-v verbose mode -g output dependency information in Graphviz dot format -b include dependencies to the base module - by default these are excluded SEE ALSO
checkmodule(8), semodule_package(8), semodule(8), semodule_link(8) AUTHORS
This manual page was written by Karl MacMillan <kmacmillan@mentalrootkit.com>. The program was written by Karl MacMillan <kmacmillan@mentalrootkit.com>. Security Enhanced Linux June 2006 SEMODULE_DEPS(8)