What steps will reproduce the problem?
Run protoc with the protoc-gen-as3 plugin, specifying the attached .proto
file
What is the expected output? What do you see instead?
On compiling the generated code (flex 3.2), observe the following errors:
[ERROR]...protocol\ChatMessage.as:[10,41] Base class is final.
public final class ChatMessage extends Message implements IExternalizable {
[ERROR]...protocol\ChatMessage.as:[26,31] Method marked override must
override another method. protected override function
writePostposeLength(output:PostposeLengthBuffer):void {
What version of the product are you using? On what operating system?
Version 0.8.6 of protoc-gen-as3
Version 3.2 of the Flex SDK
Windows
Please provide any additional information below.
Original issue reported on code.google.com by dan.pa...@gmail.com on 21 May 2010 at 2:52
Original issue reported on code.google.com by
dan.pa...@gmail.com
on 21 May 2010 at 2:52Attachments: