https://bugzilla.novell.com/show_bug.cgi?id=691626

https://bugzilla.novell.com/show_bug.cgi?id=691626#c1


Jonathan Pryor <jonpr...@vt.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonpr...@vt.edu

--- Comment #1 from Jonathan Pryor <jonpr...@vt.edu> 2011-08-24 19:58:41 UTC ---
I'm not sure how to easily fix this. :-(

The problem is filenames: Android requires lowecase filenames, and some
@color/foo entries are backed by files:

http://developer.android.com/guide/topics/resources/color-list-resource.html

In order to allow MixedCase filenames and resource references (e.g.
@color/MixedCase), aresgen "fixes" XML by lowercasing @color resource
references, so that Android sees @color/mixedcase. This is ~required in order
to support Resources\color\MixedCaseFilename.xml  files.

However, the lowercasing technique thus screws up Resources\values\colors.xml
entries, as you're seeing.

I suppose the fixup process could check for filenames provided, and if a
resource reference isn't also a filename, not lowercase it. I'll need to
investigate that...

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to