noreply at rubyforge.org
2010-Oct-24 17:02 UTC
[wxruby-development] [ wxruby-Bugs-28669 ] INSTALL file states incorrect use of class exclusion
Bugs item #28669, was opened at 2010-10-24 19:02 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=28669&group_id=35 Category: Incorrect or missing docs Group: None Status: Open Resolution: None Priority: 3 Submitted By: Marvin G?lker (mguelker) Assigned to: Alex Fenton (brokentoy) Summary: INSTALL file states incorrect use of class exclusion Initial Comment: Hi all, The INSTALL file says this: ===============================Lastly, you may specifically exclude certain classes; this is most often useful if a particular class is causing problems: export WXRUBY_EXCLUDE=ThisClass,ThatClass =============================== This is just wrong. I spent three days in order to realize that it''s not me who''s doing something wrong in excluding a special class (MediaCtrl in this case), but it''s the docs. After hunting around in the rakefiles, I found out, the exported variable misses a *D* at the end. Therefore, the statement must be like this: =============================== export WXRUBY_EXCLUDED=ThisClass,ThatClass =============================== Suggestion: Allow both variables or stick to the version in present tense, because I don''t see the point why it should be past tense. Marvin ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=28669&group_id=35