[linuxtools-dev] Alternative LTTng TMF Eclipse Plugin Input Formats

2011-05-27 Thread Chris Meek
Hi, I was wondering if it is possible to import trace files into the LTTng TMF Eclipse Plugin in any format other than the binary LTTng traces. Thanks, Chris ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/l

[linuxtools-dev] Please help test 0.8/Indigo

2011-05-27 Thread Andrew Overholt
Hi, Please help test our 0.8 release which will be a part of Indigo. Our RC2 contribution is a part of the Indigo RC2 release. EPP packages are available here: http://www.eclipse.org/downloads/packages/node/568 And the main repo (if you wanted to start with an Eclipse SDK, for example, and b

[linuxtools-dev] Build failed in Hudson: cbi-linuxtools-Indigo #329

2011-05-27 Thread hudsonbuild
See Changes: [Jeff Johnston] Fix bug 343879 which is problem with PWD env var on Windows/Mac. -- [...truncated 66 lines...] [WARNING] No explicit target runtime environment configura

[linuxtools-dev] Build failed in Hudson: cbi-linuxtools-Indigo #330

2011-05-27 Thread hudsonbuild
See Changes: [Andrew Overholt] Use Indigo staging repository instead of CDT nightly repository -- [...truncated 776 lines...] [WARNING] Could not read bundle entry /opt/users/hudso

Re: [linuxtools-dev] Alternative LTTng TMF Eclipse Plugin Input Formats

2011-05-27 Thread Francois Chouinard
Hi, If your traces are in binary, you will have to either provide a parser or convert them to LTTgn binary format (using e.g. BabelTrace). If your traces are in text, you might have better luck: if you have XML traces or if your trace can be parsed using a regex then you can use TMF to dynamicall

[linuxtools-dev] Hudson build is back to normal : cbi-linuxtools-Indigo #331

2011-05-27 Thread hudsonbuild
See ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev

Re: [linuxtools-dev] Alternative LTTng TMF Eclipse Plugin Input Formats

2011-05-27 Thread Chris Meek
Hi, Thank you for your response. I searched through the source code for the TMF plugin and found some files relating to a custom text parser input wizard. I tried enabling that wizard in the Extensions section of the Plugin.xml file. Then, after building and running the project, I went File >

Re: [linuxtools-dev] Alternative LTTng TMF Eclipse Plugin Input Formats

2011-05-27 Thread Francois Chouinard
Forwarding the mail to the guru... On Fri, May 27, 2011 at 2:47 PM, Chris Meek wrote: > Hi, > > Thank you for your response. I searched through the source code for the TMF > plugin and found some files relating to a custom text parser input wizard. I > tried enabling that wizard in the Extensions

Re: [linuxtools-dev] Alternative LTTng TMF Eclipse Plugin Input Formats

2011-05-27 Thread Patrick Tassé
Hi Chris, In the 0.3.0 release the custom parser wizards didn't work because the icons directory structure was changed and the code wasn't updated to reflect the path changes, causing NPE's. I would suggest you to download the latest source code from git:// git.eclipse.org/gitroot/linuxtools/org.

Re: [linuxtools-dev] Alternative LTTng TMF Eclipse Plugin Input Formats

2011-05-27 Thread Chris Meek
On 05/27/2011 04:45 PM, Patrick Tassé wrote: Hi Chris, In the 0.3.0 release the custom parser wizards didn't work because the icons directory structure was changed and the code wasn't updated to reflect the path changes, causing NPE's. I would suggest you to download the latest source code f