On Mon, 2007-04-02 at 18:52 +0200, Jérôme Haguet wrote: > Hello > > After upgarding to latest scmbug 0.19.9, I am trying to use > vdd_generator, and I get the following error message
Was this working with a previous version of scmbug ? I doubt it. I suspect this is an issue with xsltproc. Were you able to use the VDD generator sucessfully in the past ? > vt-dev2:/tmp# scmbug_vdd_generator --scm=Subversion > --product=TestProduct --repository=file:///svnroot > --from=products/tags/BLD-DM-8719 --to=products/tags/BLD-DM-8722 > --user=bruno --output-directory=/tmp/test1 > Scmbug notice: > --------------------------------------------------------- > Scmbug notice: Reading configuration > Scmbug notice: Checking configuration > Scmbug notice: Processing activity > Scmbug notice: Submitting request > Scmbug notice: Request submission was accepted > VDD XML file generated in /tmp/test1/vdd.xml. > Producing SGML output in /tmp/test1/vdd.sgml. > /tmp/test1/vdd.xml:11: parser error : Input is not proper UTF-8, > indicate encoding ! > Bytes: 0xE9 0x72 0xF4 0x6D > <author_name>Jérôme Haguet</author_name> > ^ > unable to parse /tmp/test1/vdd.xml > File "/tmp/test1/vdd.sgml" cannot be opened > > My configuration : > subversion 1.3.2 + bugzilla 2.22.1 + scmbug 0.19.9 Well, it seems like an encoding issue. I don't know if arguments could be supplied to xsltproc to indicate the encoding (I don't see any on my system running `xsltproc --help`. But I do see this: $ xsltproc Usage: xsltproc [options] stylesheet file [file ...] Options: ... --stringparam name value : pass a (parameter, UTF8 string value) pair ... It seems that xsltproc on my system is aware of UTF8. How about the xsltproc on your system ? http://bugzilla.mkgnu.net/show_bug.cgi?id=954 _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
