[Mono-bugs] [Bug 488293] sgen fails to generate serializers when XmlType attribute contains '.'

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jan 28 07:05:18 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=488293

http://bugzilla.novell.com/show_bug.cgi?id=488293#c5


Atsushi Enomoto <aenomoto at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #5 from Atsushi Enomoto <aenomoto at novell.com> 2010-01-28 12:05:17 UTC ---
Strange. With the example code you put at comment #1, I could successfuly
generate FooBar.XmlSerializer.dll:

atsushi at monkeytimeline ~/tests/xml
$ ls 488293.*
ls: cannot access 488293.*: No such file or directory

atsushi at monkeytimeline ~/tests/xml
$  wget --no-check-certificate -O 488293.cs https://bugzillafiles.novell.org/at
tachment.cgi?id=281609
--2010-01-28 21:02:19-- 
https://bugzillafiles.novell.org/attachment.cgi?id=2816
09
Resolving bugzillafiles.novell.org... 130.57.4.100
Connecting to bugzillafiles.novell.org|130.57.4.100|:443... connected.
WARNING: cannot verify bugzillafiles.novell.org's certificate, issued by
`/C=US/
O=Equifax/OU=Equifax Secure Certificate Authority':
  Self-signed certificate encountered.
HTTP request sent, awaiting response... 200 OK
Length: 1110 (1.1K) [text/plain]
Saving to: `488293.cs'

100%[======================================>] 1,110       --.-K/s   in 0s

2010-01-28 21:02:22 (89.2 MB/s) - `488293.cs' saved [1110/1110]


atsushi at monkeytimeline ~/tests/xml
$ gmcs 488293.cs -t:library

atsushi at monkeytimeline ~/tests/xml
$ sgen 488293.dll
Mono Xml Serializer Generator Tool
Mono version 2.0.50727.1433

Generated assembly: 488293.XmlSerializers.dll


atsushi at monkeytimeline ~/tests/xml
$ ls 488293.*
488293.XmlSerializers.dll  488293.cs  488293.dll

(In case you are reopening this bug for another bug (#574666), let's not do
that. That's just confusing and *this* bug is fixed indeed.)

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list