<?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>Developer Papercuts &#187; Source</title>
	<atom:link href="http://www.vogella.de/blog/tag/source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vogella.de/blog</link>
	<description>Tips around Eclipse and Android programming</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:02:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Making the Android source code available in Eclipse</title>
		<link>http://www.vogella.de/blog/2010/12/14/android-source-code/</link>
		<comments>http://www.vogella.de/blog/2010/12/14/android-source-code/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 09:46:11 +0000</pubDate>
		<dc:creator>Lars Vogel</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[ADT]]></category>
		<category><![CDATA[Source]]></category>

		<guid isPermaLink="false">http://www.vogella.de/blog/?p=3546</guid>
		<description><![CDATA[One of the annoying things in the Android Development Kit is that it does not include  the source code for the standard Android classes. This makes it IMHO unnecessary hard to learn the  Android platform. 

Of course there is a solution for this. Clone the  Android Source Code via Git. Once ...]]></description>
			<content:encoded><![CDATA[<p>One of the annoying things in the <a href="http://www.vogella.de/articles/Android/article.html">Android Development Kit</a> is that it does not include  the source code for the standard Android classes. This makes it IMHO unnecessary hard to learn the  <a href="http://www.vogella.de/articles/Android/article.html">Android </a>platform. </p>
<p>Of course there is a solution for this. Clone the <a href="http://www.vogella.de/articles/AndroidSourceCode/article.html"> Android Source Code</a> via <a href="http://www.vogella.de/articles/Git/article.html">Git</a>. Once you have the full source code, switch to the &#8220;/frameworks/base/core/java&#8221; directory, zip the content of the &#8220;android&#8221; folder and <a href="http://www.vogella.de/articles/Eclipse/article.html#classpath_jarsource">attach it to your Android jar</a>.</p>
<p>For those of you who don&#8217;t want to clone the full Android repoI have attached the source from the current version of Android (Android 2.2) here: <a href="http://www.vogella.de/androidsource/source.zip"> Android Source Code zip </a>.</p>
<p>I hope this helps. </p>
<p>For further info check my <a href="http://www.vogella.de/articles/Android/article.html">Android </a> tutorial or if you are based in Germany visit my <a href="http://www.vogella.de/training/android.html">Android Training</a>. </p>
<p class="wp-flattr-button"></p> <p><a href="http://www.vogella.de/blog/?flattrss_redirect&amp;id=3546&amp;md5=7dccec1b966b332d8586dd20a1fc7f23" title="Flattr" target="_blank"><img src="http://www.vogella.de/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.vogella.de/blog/2010/12/14/android-source-code/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Checking out EGit source code with EGit</title>
		<link>http://www.vogella.de/blog/2010/02/12/checkout-egit-source-code/</link>
		<comments>http://www.vogella.de/blog/2010/02/12/checkout-egit-source-code/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 01:13:37 +0000</pubDate>
		<dc:creator>Lars Vogel</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[EGit]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Source]]></category>

		<guid isPermaLink="false">http://www.vogella.de/blog/?p=1916</guid>
		<description><![CDATA[Git and EGit are getting popular. In case you want to start hacking on EGit this will give you some hints. 

First install EGit following this guide EGit Tutorial.

First you need a few libraries from Orbit via cvs. The cvs location is  ":pserver:anonymous@dev.eclipse.org/cvsroot/tools". You need:


	org.eclipse.orbit/com.jcraft.jsch
	org.eclipse.orbit/org.kohsuke.args4j
	org.eclipse.orbit/javax.servlet


See   Libraries from Orbit for getting these ...]]></description>
			<content:encoded><![CDATA[<p>Git and EGit are getting popular. In case you want to start hacking on EGit this will give you some hints. </p>
<p>First install EGit following this guide <a href="http://www.vogella.de/articles/EGit/article.html">EGit Tutorial</a>.</p>
<p>First you need a few libraries from Orbit via cvs. The cvs location is  &#8220;:pserver:anonymous@dev.eclipse.org/cvsroot/tools&#8221;. You need:</p>
<ul>
<li>org.eclipse.orbit/com.jcraft.jsch</li>
<li>org.eclipse.orbit/org.kohsuke.args4j</li>
<li>org.eclipse.orbit/javax.servlet</li>
</ul>
<p>See  <a href="http://wiki.eclipse.org/EGit/Contributor_Guide#Libraries_from_Orbit"> Libraries from Orbit</a> for getting these libraries.</p>
<p>Select File -&gt; Import -&gt; Git -&gt; Git Repository and paste the URL &#8220;git://egit.eclipse.org/jgit.git&#8221; into the first line.</p>
<p><a href="http://www.vogella.de/blog/wp-content/uploads/2010/02/checkout.gif"><img src="http://www.vogella.de/blog/wp-content/uploads/2010/02/checkout.gif" alt="" width="419" height="431" class="aligncenter size-full wp-image-1920" /></a></p>
<p>Do the same with &#8220;git://egit.eclipse.org/egit.git&#8221;.</p>
<p>Currently there is a little bug in EGit, please see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=298027">Bug Report</a>. If you facing the problem that the Team operations are not available on your new project my <a href="http://www.vogella.de/articles/EGit/article.html">EGit Tutorial</a> describes what to do to make the Team operations available. This <strong>should be fixed very soon</strong>, path is already commited to the master branch. </p>
<p>You have now the source code in your workspace and can start hacking. </p>
<p>For more info please see the excellent <a href="http://wiki.eclipse.org/EGit/Contributor_Guide">EGit Contributor Guide</a>.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.vogella.de/blog/2010/02/12/checkout-egit-source-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Getting the Eclipse source code via Git</title>
		<link>http://www.vogella.de/blog/2009/11/24/eclipse-source-git/</link>
		<comments>http://www.vogella.de/blog/2009/11/24/eclipse-source-git/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 13:57:07 +0000</pubDate>
		<dc:creator>Lars Vogel</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Source]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.vogella.de/blog/?p=1417</guid>
		<description><![CDATA[Eclipse recently started to provide Git mirrors of the cvs repositories.You find the location of the Git repository on the following website Eclipse Git repositories.

If you have the git commad line tools installed (Ubuntu: sudo apt-get git-core) you can use the following command to check these repositories out from the command line: 


for example ...]]></description>
			<content:encoded><![CDATA[<p>Eclipse recently started to provide Git mirrors of the cvs repositories.You find the location of the Git repository on the following website <a href="http://dev.eclipse.org/git/">Eclipse Git repositories</a>.</p>
<p>If you have the git commad line tools installed (Ubuntu: sudo apt-get git-core) you can use the following command to check these repositories out from the command line: </p>
<pre class="brush: bash; title: ; notranslate">
git clone url
</pre>
<p>for example to get the JFace snippets use the following command.</p>
<pre class="brush: bash; title: ; notranslate">
git clone git://dev.eclipse.org/org.eclipse.jface/org.eclipse.jface.snippets.git
</pre>
<p>After that checkout you can import the project into Eclipse via File -&gt; Import -&gt; General -&gt; Existing Project into Workspace.</p>
<p>Of course you can use the <a href="http://www.eclipse.org/egit/">EGit plugin</a> to checkout Git repositories directly in Eclipse. Check the excellent <a href="http://wiki.eclipse.org/EGit/User_Guide/">EGit User Guide</a> for this.</p>
<p>Via Git we have another nice option to get the Eclipse source code in additon <a href="http://www.vogella.de/articles/EclipseCodeAccess/article.html#versioncontrol">to cvs and svn</a>. <img src='http://www.vogella.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>I believe Git does currently not support Project Set Files (.psf) similar to cvs to get a consistent set of plugins but at least individual plugins can be checked out. </p>
<p><strong>Update</strong> I have created a small  introduction to Git <a href="http://www.vogella.de/articles/Git/article.html">Git Tutorial</a> and to EGit <a href="http://www.vogella.de/articles/EGit/article.html">Git with Eclipse &#8211; EGit Tutorial</a>. Hope this helps.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.vogella.de/blog/2009/11/24/eclipse-source-git/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

