Summary: | java-config-2 should provide an option to get arbitrary variables from package's package.env file | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Vlastimil Babka (Caster) (RETIRED) <caster> |
Component: | [OLD] Java | Assignee: | Java team <java> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | InVCS |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 214785, 270874 |
Description
Vlastimil Babka (Caster) (RETIRED)
![]() How do we want to format the result. just return the result or have it as a key=value $ ./java-config-2 -q GENERATION --package=ant-core 2 $ ./java-config-2 -q GENERATION --package=ant-core GENERATION=2 (In reply to comment #1) > How do we want to format the result. > > just return the result or have it as a key=value > > $ ./java-config-2 -q GENERATION --package=ant-core > 2 I'd say this one, as converting what you get to the second one one is easier than the other way around. > $ ./java-config-2 -q GENERATION --package=ant-core > GENERATION=2 > Added support for this in svn. Awaiting next release. See >=dev-java/java-config-2.1.8 |