<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Getting the Eclipse Build ID</title>
	<atom:link href="http://www.vogella.de/blog/2010/01/21/eclipse-build-id/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vogella.de/blog/2010/01/21/eclipse-build-id/</link>
	<description>Tips around Eclipse and Android programming</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:32:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lars Vogel</title>
		<link>http://www.vogella.de/blog/2010/01/21/eclipse-build-id/comment-page-1/#comment-1278</link>
		<dc:creator>Lars Vogel</dc:creator>
		<pubDate>Thu, 28 Jan 2010 16:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=1817#comment-1278</guid>
		<description>@david can you please use the appropriated Eclipse forum for issuing your question? Please see http://www.vogella.de/faq.html#support</description>
		<content:encoded><![CDATA[<p>@david can you please use the appropriated Eclipse forum for issuing your question? Please see <a href="http://www.vogella.de/faq.html#support" rel="nofollow">http://www.vogella.de/faq.html#support</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david song</title>
		<link>http://www.vogella.de/blog/2010/01/21/eclipse-build-id/comment-page-1/#comment-1277</link>
		<dc:creator>david song</dc:creator>
		<pubDate>Thu, 28 Jan 2010 14:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=1817#comment-1277</guid>
		<description>Hi Vogel, thank you for your great web with Rich Editorial Content, it is very helpful for me.
But I met a difficulty in obfuscate my rcp project these days and I googled but no good ideas. I use Obfuscate4e with proguard 4.3 or 4.4. errors always arose. I am  puzzled by the exception. would you please give me a help or write a tutorial on your web? The exception log in my rcp is as below:
!SESSION 2010-01-28 10:16:34.372 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_17
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 4 0 2010-01-28 10:16:35.542
!MESSAGE Application error
!STACK 1
java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType
	at com.micromms.b.a.k.(Unknown Source)
	at com.micromms.b.a.l.(Unknown Source)
	at com.micromms.fms.session.b.(Unknown Source)
	at com.micromms.fms.session.b.a(Unknown Source)
	at com.micromms.fms.Application.start(Unknown Source)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)</description>
		<content:encoded><![CDATA[<p>Hi Vogel, thank you for your great web with Rich Editorial Content, it is very helpful for me.<br />
But I met a difficulty in obfuscate my rcp project these days and I googled but no good ideas. I use Obfuscate4e with proguard 4.3 or 4.4. errors always arose. I am  puzzled by the exception. would you please give me a help or write a tutorial on your web? The exception log in my rcp is as below:<br />
!SESSION 2010-01-28 10:16:34.372 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
eclipse.buildId=unknown<br />
java.version=1.6.0_17<br />
java.vendor=Sun Microsystems Inc.<br />
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN<br />
Command-line arguments:  -os win32 -ws win32 -arch x86</p>
<p>!ENTRY org.eclipse.osgi 4 0 2010-01-28 10:16:35.542<br />
!MESSAGE Application error<br />
!STACK 1<br />
java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType<br />
	at com.micromms.b.a.k.(Unknown Source)<br />
	at com.micromms.b.a.l.(Unknown Source)<br />
	at com.micromms.fms.session.b.(Unknown Source)<br />
	at com.micromms.fms.session.b.a(Unknown Source)<br />
	at com.micromms.fms.Application.start(Unknown Source)<br />
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)<br />
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)<br />
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)<br />
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)<br />
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />
	at java.lang.reflect.Method.invoke(Unknown Source)<br />
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)<br />
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)<br />
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Bull</title>
		<link>http://www.vogella.de/blog/2010/01/21/eclipse-build-id/comment-page-1/#comment-1264</link>
		<dc:creator>Ian Bull</dc:creator>
		<pubDate>Thu, 21 Jan 2010 06:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=1817#comment-1264</guid>
		<description>I20100119-0800

wow, look at that.  you&#039;re right.</description>
		<content:encoded><![CDATA[<p>I20100119-0800</p>
<p>wow, look at that.  you&#8217;re right.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

