Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-dd-dev] DD 1.1 daily build status


org.eclipse.dd.mi/src/org/eclipse/dd/mi/service/MIStack.java:646: inconvertible types
     [exec]     [javac] Compile failed; see the compiler error output for details.
     [exec]     [javac] found   : org.eclipse.dd.mi.service.command.events.MIEvent<capture of ? extends org.eclipse.dd.dsf.datamodel.IDMContext>
     [exec]     [javac] required: org.eclipse.dd.mi.service.command.events.MIStoppedEvent
     [exec]     [javac]         if (miEvent instanceof MIStoppedEvent) {
     [exec]     [javac]
     ^
org.eclipse.dd.mi/src/org/eclipse/dd/mi/service/MIStack.java:647: inconvertible types
     [exec]     [javac] found   : org.eclipse.dd.mi.service.command.events.MIEvent<capture of ? extends org.eclipse.dd.dsf.datamodel.IDMContext>
     [exec]     [javac] required: org.eclipse.dd.mi.service.command.events.MIStoppedEvent
     [exec]     [javac]                 fCachedStoppedEvent = (MIStoppedEvent)miEvent;



On Tue, 15 Jul 2008, Pawel Piech wrote:

Hi Ted,
I tried installing the daily build from 7/15 and found that classes in the gdb and gdb.ui plugins are missing. Is there any build output we could look at to see what's breaking the build?
Thanks
Pawel
_______________________________________________
dsdp-dd-dev mailing list
dsdp-dd-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-dd-dev



Back to the top