[linuxtools-dev] The Validation Failed on Trace Import

2013-01-15 Thread Jun Yu
All: I am doing the linux kernel tracing with LTTng 2.0 on my target hardware board. By using babeltrace tool to the trace output path, I can get the readable text on the stdout. So it proves the trace output files should be correct. However, while I installed the Eclipse Juno service pack 1

Re: [linuxtools-dev] Use of Java 6 classes break compile

2013-01-15 Thread Andrew Overholt
Yeah, I'm pretty sure it doesn't know what was added when and your Java 7 JDK is masquerading as JDK 5 here. To take full advantage of API tools one really needs actual copies of older JDKs AFAIK. Andrew On 15 Jan 2013 15:22, "Marc Khouzam" wrote: > > > -Original Message- > > From: linu

Re: [linuxtools-dev] Use of Java 6 classes break compile

2013-01-15 Thread Marc Khouzam
> -Original Message- > From: linuxtools-dev-boun...@eclipse.org > [mailto:linuxtools-dev-boun...@eclipse.org] On Behalf Of sami > wagiaalla > Sent: Tuesday, January 15, 2013 2:48 PM > To: Linux Tools developer discussions > Subject: Re: [linuxtools-dev] Use of Java 6 classes break compil

Re: [linuxtools-dev] Use of Java 6 classes break compile

2013-01-15 Thread Aleksandar Kurtakov
- Original Message - > From: "Wainer Moschetta" > To: linuxtools-dev@eclipse.org > Sent: Tuesday, January 15, 2013 10:01:45 PM > Subject: Re: [linuxtools-dev] Use of Java 6 classes break compile > > On 01/15/2013 05:52 PM, Aleksandar Kurtakov wrote: > > - Original Message - > >> F

Re: [linuxtools-dev] Use of Java 6 classes break compile

2013-01-15 Thread Wainer Moschetta
On 01/15/2013 05:52 PM, Aleksandar Kurtakov wrote: - Original Message - From: "sami wagiaalla" To: "Linux Tools developer discussions" Sent: Tuesday, January 15, 2013 9:48:23 PM Subject: Re: [linuxtools-dev] Use of Java 6 classes break compile Furthermore, the JDT preference set in t

Re: [linuxtools-dev] Use of Java 6 classes break compile

2013-01-15 Thread Aleksandar Kurtakov
- Original Message - > From: "sami wagiaalla" > To: "Linux Tools developer discussions" > Sent: Tuesday, January 15, 2013 9:48:23 PM > Subject: Re: [linuxtools-dev] Use of Java 6 classes break compile > > > Furthermore, the JDT preference set in the plugin's > > .settings/org.eclips

Re: [linuxtools-dev] Use of Java 6 classes break compile

2013-01-15 Thread sami wagiaalla
Furthermore, the JDT preference set in the plugin's .settings/org.eclipse.jdt.core.prefs file is: org.eclipse.jdt.core.compiler.source=1.5 which explains why my system uses Java 5 to compile that plugin although I have Java 6 installed. How come my eclipse does not report these errors

[linuxtools-dev] Use of Java 6 classes break compile

2013-01-15 Thread Marc Khouzam
Hi, I'm trying to compile some of the Linux Tools plugins and I'm getting three errors in the SystemTap plugins because it uses String.isEmpty() (added in Java 6), when the plugin specifies a minimum java environment of Java 5. Furthermore, the JDT preference set in the plugin's .settings/