Re: [linuxtools-dev] TMF, RCP and workspace

2014-04-07 Thread Bernd Hufmann
Hi Xavier I wasn't aware that the workspace can be re-used in an RCP. I expected the same behaviour than Eclipse where a workspace can't be opened multiple times at the same time. I guess we need to implemented the behaviour manually to avoid the problem that you and your user faced. I'll in

Re: [linuxtools-dev] TMF, RCP and workspace

2014-04-07 Thread Bernd Hufmann
Hi Xavier I pushed a patch to disallow opening the RCP with the same workspace multiple times. Please have a look and let me know if it's ok with you. https://git.eclipse.org/r/#/c/24544/ Thanks Bernd On 04/07/2014 08:37 AM, Bernd Hufmann wrote: Hi Xavier I wasn't aware that the workspace c

[linuxtools-dev] [Hudson] Build failed in Hudson: master-java8 #1

2014-04-07 Thread hudsonbuild
See -- [...truncated 16393 lines...] [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.linuxtools.cdt.libhover.devhelp.feature --- [INFO] [INFO] ---

Re: [linuxtools-dev] TMF : createExecutableExtension in instantiateTrace() of TmfTraceElement.java

2014-04-07 Thread Patrick Tasse
Hi Ran-How, The spirit of TMF framework is that you would define a new trace type with the org.eclipse.linuxtools.tmf.core.tracetype extension point. I'm guessing you have already done so and that your trace type id is Activator.TRACETYPE_ID, although that means your plugin only has 1 trace type.

[linuxtools-dev] [Hudson] Build failed in Hudson: master-java8 #2

2014-04-07 Thread hudsonbuild
See -- [...truncated 14278 lines...] [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.linuxtools.cdt.libhover.devhelp.feature --- [INFO] [INFO] ---

[linuxtools-dev] [Hudson] Build failed in Hudson: master-java8 #4

2014-04-07 Thread hudsonbuild
See -- [...truncated 14295 lines...] [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.linuxtools.cdt.libhover.devhelp.feature --- [INFO] [INFO] ---

Re: [linuxtools-dev] TMF : createExecutableExtension in instantiateTrace() of TmfTraceElement.java

2014-04-07 Thread Chen RanHow
Hi Patrick Thank you very much for the detail description. It is very helpful Ran-How On Mon, Apr 7, 2014 at 10:59 PM, Patrick Tasse wrote: > Hi Ran-How, > > The spirit of TMF framework is that you would define a new trace type with > the org.eclipse.linuxtools.tmf.core.tracetype extension p

[linuxtools-dev] Dataviewers Feature

2014-04-07 Thread Greg Watson
Hi, For some reason the master build (http://download.eclipse.org/linuxtools/updates-nightly) seems to be missing the dataviewers feature. Does anyone know why this would be? Thanks, Greg ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org http

Re: [linuxtools-dev] Dataviewers Feature

2014-04-07 Thread Aleksandar Kurtakov
Short answer - https://git.eclipse.org/r/#/c/23365/ . What do you need it for? I wouldn't mind bringing it back if someone steps in to document and verify its actual reusability. All the bundles are still there, just not the feature to prevent its sole installation as the feature adds no real fu

[linuxtools-dev] Tracing TMF for debugging

2014-04-07 Thread Francis Giraldeau
I'm trying to trace TMF for debugging purposes. I found the class TmfCoreTracer and some general instructions [1]. Here is the .options file I created: org.eclipse.linuxtools.tmf.core/component=true org.eclipse.linuxtools.tmf.core/request=true org.eclipse.linuxtools.tmf.core/signal=true org.eclips

Re: [linuxtools-dev] Tracing TMF for debugging

2014-04-07 Thread Patrick Tasse
Hi Francis, Usually I turn this on in Run/Debug Configurations, select your JUnit Plug-in Test configuration, then under the Tracing tab, enable tracing for org.eclipse.linuxtools.tmf.core plug-in and select the four check boxes. On Mon, Apr 7, 2014 at 4:55 PM, Francis Giraldeau < francis.girald

Re: [linuxtools-dev] Dataviewers Feature

2014-04-07 Thread Greg Watson
I want to be able to reuse GmonView, but it subclasses AbstractSTDataView. The only way I can currently do this is to clone the dataviewers and dataviewers.charts plugins. Previously, I could just build against the p2 repo and it would pick up the feature. Greg On Apr 7, 2014, at 4:43 PM, Alek

[linuxtools-dev] [Hudson] Build failed in Hudson: master-java8 #5

2014-04-07 Thread hudsonbuild
See Changes: [Patrick Tasse] tmf: Add source location to trace properties [Bernd Hufmann] tmf rcp: Disallow opening trace viewer with the same workspace [Alexandre Montplaisir] tmf: Beautify TmfExperimentContext's API [Roland G

Re: [linuxtools-dev] Dataviewers Feature

2014-04-07 Thread Aleksandar Kurtakov
- Original Message - > From: "Greg Watson" > To: "Linux Tools developer discussions" > Sent: Tuesday, April 8, 2014 12:11:57 AM > Subject: Re: [linuxtools-dev] Dataviewers Feature > > I want to be able to reuse GmonView, but it subclasses AbstractSTDataView. > The only way I can currentl

Re: [linuxtools-dev] [Hudson] Build failed in Hudson: master-java8 #5

2014-04-07 Thread Aleksandar Kurtakov
This is a test job compiling against Java 8. Please keep an eye on it and please fix your modules to compile on Java 8 properly. Currently it fails in ctf.parser. Alexander Kurtakov Red Hat Eclipse team - Original Message - > From: hudsonbu...@eclipse.org > To: linuxtools-dev@eclipse.org

[linuxtools-dev] [Hudson] Build failed in Hudson: master-java8 #6

2014-04-07 Thread hudsonbuild
See -- [...truncated 12805 lines...] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) at org.apache.mave