[Mono-bugs] [Bug 649393] aresgen.exe doesn't support arrays
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Oct 29 17:19:18 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=649393
https://bugzilla.novell.com/show_bug.cgi?id=649393#c1
Jonathan Pryor <jpryor at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jpryor at novell.com
--- Comment #1 from Jonathan Pryor <jpryor at novell.com> 2010-10-29 21:19:18 UTC ---
Hm...
The problem is that `aapt dump resources
bin/Debug/Test_ResourceArray.Test_ResourceArray.apk` doesn't list
NavBar...anywhere. And since I'm parsing `aapt dump resources` output to
construct Resources.designer.cs...well, it's not in there.
:-(
Glancing at the Android sources shows that aapt is reading the "nested symbols"
table (symbols->getNestedSymbols()), but this table doesn't appear to be used
by the 'aapt dump resources' command (or any other 'aapt dump' command).
Thus, it (sadly) looks like instead of parsing the (reasonably uniform) 'aapt
dump' output, I instead need to parse Java source.
FML.
--
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.
More information about the mono-bugs
mailing list