Bug 114924 - "ccm get --all" doesn't
Summary: "ccm get --all" doesn't
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Web Application Framework
Classification: Retired
Component: dev environment
Version: nightly
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: ccm-bugs-list
QA Contact: Jon Orris
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-02-04 16:35 UTC by Vadim Nasardinov
Modified: 2007-04-18 17:02 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-08-03 18:45:24 UTC
Embargoed:


Attachments (Terms of Use)

Description Vadim Nasardinov 2004-02-04 16:35:06 UTC
If you run
|$ ccm get --all

you might expect to see a list of all configurable parameters.

The current situation is that "ccm get --all" does not get all.
For example,

|$ ccm get --all | grep -c transformer
|0
|$ find core/src/ -name \*.java | xargs grep "waf." | grep transformer
|core/src/com/arsdigita/util/xml/XMLConfig.java:            ("waf.xml.xsl_transformer",


So, if I want to sent the "waf.xml.xsl_transformer" parameter, and the
only thing I vaguely remember about it that it part of its name is the
substring "transformer", I won't find it listed among available
parameters by doing "ccm get --all".  Not only that, but also

|$ ccm get waf.xml.xsl_transformer

produces not output, instead of saying something like
"waf.xml.xsl_transformer is not set".

Comment 1 Vadim Nasardinov 2005-08-03 18:45:24 UTC
slate


Note You need to log in before you can comment on or make changes to this bug.