Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-dd-dev] DSDP - Device Debug 1.1.0 M2 ready for testing

Looks like it was my code that caused the build problem.
Sorry.

I'm glad Pawel changed things so that we won't run into this again.

marc 

> -----Original Message-----
> From: dsdp-dd-dev-bounces@xxxxxxxxxxx 
> [mailto:dsdp-dd-dev-bounces@xxxxxxxxxxx] On Behalf Of ted@xxxxxxx
> Sent: Monday, September 08, 2008 2:30 PM
> To: Device Debugging developer discussions
> Subject: RE: [dsdp-dd-dev] DSDP - Device Debug 1.1.0 M2 ready 
> for testing
> 
> 
> Marc,
> 
> I'm out sick.
> 
> Pawel will address three GDBProcesses_7_0 problems (lines 
> 742, 743, 763) and then I will fire off another build. Sorry 
> for the delay.
> 
> 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.MIThreadCreatedEvent
> [exec] [javac] String threadId =
> ((MIThreadCreatedEvent)((IMIDMEvent)e).getMIEvent()).getStrId();
> [exec] [javac]
> 
> ted
> 
> On Mon, 8 Sep 2008, Marc Khouzam wrote:
> 
> > any news on this?
> >
> >> -----Original Message-----
> >> From: dsdp-dd-dev-bounces@xxxxxxxxxxx 
> >> [mailto:dsdp-dd-dev-bounces@xxxxxxxxxxx] On Behalf Of Pawel Piech
> >> Sent: Thursday, September 04, 2008 5:23 PM
> >> To: Device Debugging developer discussions
> >> Subject: Re: [dsdp-dd-dev] DSDP - Device Debug 1.1.0 M2 ready for 
> >> testing
> >>
> >> Hi Ted,
> >> I tried running through my tests
> >> (http://wiki.eclipse.org/DD_1.1_M2_Testing), and I got the 
> following
> >> exception:
> >>
> >> java.lang.NoClassDefFoundError:
> >> org/eclipse/dd/gdb/internal/provisional/service/GdbDebugServic
> >> esFactory
> >> at
> >> org.eclipse.dd.gdb.internal.provisional.launching.GdbLaunchDel
> >> egate.newServiceFactory(GdbLaunchDelegate.java:334)
> >> at
> >> org.eclipse.dd.gdb.internal.provisional.launching.GdbLaunchDel
> >> egate.launchDebugSession(GdbLaunchDelegate.java:134)
> >> at
> >> org.eclipse.dd.gdb.internal.provisional.launching.GdbLaunchDel
> >> egate.launchDebugger(GdbLaunchDelegate.java:79)
> >> at
> >> org.eclipse.dd.gdb.internal.provisional.launching.GdbLaunchDel
> >> egate.launch(GdbLaunchDelegate.java:68)
> >> at
> >> org.eclipse.debug.internal.core.LaunchConfiguration.launch(Lau
> >> nchConfiguration.java:764)
> >> at
> >> org.eclipse.debug.internal.core.LaunchConfiguration.launch(Lau
> >> nchConfiguration.java:614)
> >> at
> >> org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(Deb
> >> ugUIPlugin.java:880)
> >> at
> >> org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugi
> >> n.java:1083)
> >> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> >>
> >> I checked the jar and the class does indeed seem to be 
> missing.  Is 
> >> there anything in the build log indicating a failure in 
> this module?
> >>
> >> Thanks
> >> Pawel
> >>
> >> Ted Williams wrote:
> >>> DSDP - Device Debug 1.1.0 M2 is ready for testing
> >>>
> >>>
> >> 
> http://download.eclipse.org/dsdp/dd/downloads/drops/S-1.1.0M2-2008090
> >> 4
> >>> 1037/index.php
> >>>
> >>>
> >>> _______________________________________________
> >>> dsdp-dd-dev mailing list
> >>> dsdp-dd-dev@xxxxxxxxxxx
> >>> https://dev.eclipse.org/mailman/listinfo/dsdp-dd-dev
> >>
> >> _______________________________________________
> >> dsdp-dd-dev mailing list
> >> dsdp-dd-dev@xxxxxxxxxxx
> >> https://dev.eclipse.org/mailman/listinfo/dsdp-dd-dev
> >>
> > _______________________________________________
> > dsdp-dd-dev mailing list
> > dsdp-dd-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/dsdp-dd-dev
> >
> _______________________________________________
> dsdp-dd-dev mailing list
> dsdp-dd-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dsdp-dd-dev
> 


Back to the top