<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Orange Cabin &#187; eclipse</title>
	<atom:link href="http://blog.orangecabin.com/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.orangecabin.com</link>
	<description>Blog of a freelance programmer</description>
	<lastBuildDate>Thu, 27 May 2010 13:25:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Importing existing GWT source to Eclipse</title>
		<link>http://blog.orangecabin.com/2010/05/importing-existing-gwt-source-to-eclipse/</link>
		<comments>http://blog.orangecabin.com/2010/05/importing-existing-gwt-source-to-eclipse/#comments</comments>
		<pubDate>Thu, 27 May 2010 13:15:03 +0000</pubDate>
		<dc:creator>Pan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[GWT]]></category>

		<guid isPermaLink="false">http://blog.orangecabin.com/?p=121</guid>
		<description><![CDATA[If the existing source is an Eclipse project, then you can import it to Eclipse as normal
But if it isn&#8217;t an eclipse project (like the GWT sample Showcase), you have to generate Eclipse project using Google&#8217;s tool:

Install ant if you didn&#8217;t
Change to directory of the project directory &#8220;gwt-2.0.3\samples\Showcase&#8221;
type &#8220;ant eclipse.generate&#8221;
Now you have the eclipse project, [...]]]></description>
			<content:encoded><![CDATA[<p>If the existing source is an Eclipse project, then you can import it to Eclipse as normal</p>
<p>But if it isn&#8217;t an eclipse project (like the GWT sample Showcase), you have to generate Eclipse project using Google&#8217;s tool:<span id="more-121"></span></p>
<ol>
<li>Install ant if you didn&#8217;t</li>
<li>Change to directory of the project directory &#8220;gwt-2.0.3\samples\Showcase&#8221;</li>
<li>type &#8220;ant eclipse.generate&#8221;</li>
<li>Now you have the eclipse project, you can import it to Eclipse</li>
<li>As of  GWT2.0, you have to tell eclipse this is an GWT project.</li>
<li>Right click your project and click Google, then click Web Toolkit</li>
<li>Choose the checkbox &#8220;Use Google Web Tookit&#8221;. If the project needs App Engine, you have to enable it too.<a href="http://blog.orangecabin.com/wp-content/uploads/2010/05/gwt.jpg"><img class="alignnone size-medium wp-image-122" title="gwt" src="http://blog.orangecabin.com/wp-content/uploads/2010/05/gwt-300x214.jpg" alt="" width="300" height="214" /></a></li>
<li>Done</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.orangecabin.com/2010/05/importing-existing-gwt-source-to-eclipse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

