After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 132909 - intltools appears to butcher plugin.xml
intltools appears to butcher plugin.xml
Status: RESOLVED FIXED
Product: intltool
Classification: Deprecated
Component: general
unspecified
Other All
: Normal blocker
: ---
Assigned To: intltool maintainers
intltool maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-29 21:06 UTC by Morten Welinder
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Morten Welinder 2004-01-29 21:06:19 UTC
It appears to me as-if intltool butchers html/plugin.xml.  For example,
"save_scope" disappears!

gnumeric/plugins/html> grep range plugin.xml*
plugin.xml:             <service type="file_saver" id="xhtml_range">
plugin.xml:                             <description>XHTML range - for
export to clipboard</description>
plugin.xml.in:          <service type="file_saver" id="xhtml_range" 
plugin.xml.in:           save_scope="range"
plugin.xml.in:                          <_description>XHTML range - for
export to clipboard</_description>
Comment 1 Jon Kåre Hellan 2004-01-29 21:53:25 UTC
Indeed it does.
In current intltools, all attributes have to be on the same line.
Great, what?
Comment 2 Morten Welinder 2004-01-29 22:00:30 UTC
Tossing to intltool.
Comment 3 Morten Welinder 2004-01-29 22:07:50 UTC
Looks solvable by replacing [ \t] by \s in intltool_tree_start.
Comment 4 Kenneth Rohde Christiansen 2004-01-29 22:19:31 UTC
Brian, is that change OK with you?
Comment 5 Jody Goldberg 2004-01-30 03:24:39 UTC
Damn, this is going to impact 1.2.5 too.
Comment 6 Brian Cameron 2004-01-30 15:46:32 UTC
Yes, this change looks okay to me.
Comment 7 Kenneth Rohde Christiansen 2004-01-30 15:51:07 UTC
Feel free to commit Morten
Comment 8 Morten Welinder 2004-01-30 16:04:52 UTC
Fixed in cvs HEAD.  Can we have a new release, please?