<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Gustavo Blog &#187; Maven</title>
	<atom:link href="http://netsuke.wordpress.com/category/maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://netsuke.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 04 Mar 2009 13:03:29 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='netsuke.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/f43018d3643762ac5d359e27a0097885?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Gustavo Blog &#187; Maven</title>
		<link>http://netsuke.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://netsuke.wordpress.com/osd.xml" title="Gustavo Blog" />
		<item>
		<title>Scala project quickstart with maven</title>
		<link>http://netsuke.wordpress.com/2009/03/04/scala-project-quickstart-with-maven/</link>
		<comments>http://netsuke.wordpress.com/2009/03/04/scala-project-quickstart-with-maven/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 13:03:29 +0000</pubDate>
		<dc:creator>netsuke</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[scala]]></category>

		<guid isPermaLink="false">http://netsuke.wordpress.com/?p=91</guid>
		<description><![CDATA[ To create a simple project:

mvn org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-4:create -DarchetypeGroupId=org.scala-tools.archetypes -DarchetypeArtifactId=scala-archetype-simple -DarchetypeVersion=1.2 -DremoteRepositories=http://scala-tools.org/repo-releases -DgroupId=com.mycompany.scala -DartifactId=scalaTest

To run the sample:

mvn compile exec:java -Dexec.mainClass=com.mycompany.scala.App

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=netsuke.wordpress.com&blog=1157434&post=91&subd=netsuke&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignnone size-full wp-image-44" title="22px-flag_of_englandsvg" src="http://netsuke.files.wordpress.com/2008/09/22px-flag_of_englandsvg.png?w=22&#038;h=13" alt="22px-flag_of_englandsvg" width="22" height="13" /> To create a simple project:<br />
<code><br />
mvn org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-4:create -DarchetypeGroupId=org.scala-tools.archetypes -DarchetypeArtifactId=scala-archetype-simple -DarchetypeVersion=1.2 -DremoteRepositories=http://scala-tools.org/repo-releases -DgroupId=com.mycompany.scala -DartifactId=scalaTest</code><br />
<br />
To run the sample:</p>
<p><code><br />
mvn compile exec:java -Dexec.mainClass=com.mycompany.scala.App<br />
</code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/netsuke.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/netsuke.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/netsuke.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/netsuke.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/netsuke.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/netsuke.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/netsuke.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/netsuke.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/netsuke.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/netsuke.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=netsuke.wordpress.com&blog=1157434&post=91&subd=netsuke&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://netsuke.wordpress.com/2009/03/04/scala-project-quickstart-with-maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50b9b453b7e007658eced0178aaa2a4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">netsuke</media:title>
		</media:content>

		<media:content url="http://netsuke.files.wordpress.com/2008/09/22px-flag_of_englandsvg.png" medium="image">
			<media:title type="html">22px-flag_of_englandsvg</media:title>
		</media:content>
	</item>
		<item>
		<title>Build simples de GWT, com auxílio de Maven</title>
		<link>http://netsuke.wordpress.com/2009/03/01/build-simples-de-gwt-com-auxilio-de-maven/</link>
		<comments>http://netsuke.wordpress.com/2009/03/01/build-simples-de-gwt-com-auxilio-de-maven/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 11:22:28 +0000</pubDate>
		<dc:creator>netsuke</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://netsuke.wordpress.com/?p=86</guid>
		<description><![CDATA[ Quem começa com o Google Web Toolkit (GWT), logo percebe que a distribuição não funciona em todos os sistemas operacionais. É preciso fazer o download do gwt-linux, gwt-mac ou gwt-windows. Isso porque a distribuição inclui bibliotecas nativas SWT, Mozilla, e scripts para executar a aplicação no modo &#8220;hosted&#8221;, que diferem entre os vários sistemas [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=netsuke.wordpress.com&blog=1157434&post=86&subd=netsuke&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignnone size-full wp-image-43" title="22px-flag_of_brazilsvg" src="http://netsuke.files.wordpress.com/2008/09/22px-flag_of_brazilsvg.png?w=22&#038;h=15" alt="22px-flag_of_brazilsvg" width="22" height="15" /> Quem começa com o Google Web Toolkit (GWT), logo percebe que a distribuição não funciona em todos os sistemas operacionais. É preciso fazer o download do gwt-linux, gwt-mac ou gwt-windows. Isso porque a distribuição inclui bibliotecas nativas SWT, Mozilla, e scripts para executar a aplicação no modo &#8220;hosted&#8221;, que diferem entre os vários sistemas operacionais. Além disso, a distribuição não inclui scripts para criar um WAR &#8220;deployável&#8221; com a aplicação GWT.</p>
<p>Uma opção ao uso da distribuição do GWT, é o uso de <a href="http://gwt-maven.googlecode.com/svn/docs/maven-googlewebtoolkit2-plugin/index.html" target="_blank">um archetype maven</a> que faz todo o trabalho de gestão das diferenças entres os vários sitemas operacionais, além de oferecer a possibilidade de criar um WAR com uma linha de comando. Para  criar o projeto, basta chamar o archetype:</p>
<p><code><br />
mvn archetype:create -DarchetypeGroupId=com.totsp.gwt \<br />
-DarchetypeArtifactId=maven-googlewebtoolkit2-archetype \<br />
-DarchetypeVersion=1.0.3 \<br />
-DremoteRepositories=http://gwt-maven.googlecode.com/svn/trunk/mavenrepo \<br />
-DgroupId=br.com.dominio \<br />
-DartifactId=app-gwt<br />
</code></p>
<p>Para executar o projeto, use o goal gwt:</p>
<p><code> mvn gwt:gwt</code></p>
<p>Antes de gerar o WAR, é preciso descomentar a linha  &#8220;&lt;!&#8211; &lt;webXml&gt;target/web.xml&lt;/webXml&gt;&#8211;&gt;&#8221; no plugin war e a linha &#8221; &lt;!&#8211;mergewebxml&#8211;&gt;&#8221;  do plugin maven-googlewebtoolkit2-plugin, tudo isso no pom.xml gerado. Isso porque o GWT no modo &#8220;hosted&#8221; utiliza um xml (chamado Application.gwt.xml) para declara configurações client-side E server-side. Caso você esteja utilizando RPC, o plugin maven fará um merge do Application.gwt.xml para um web.xml, migrando todas as declarações de servlet.</p>
<p>E finalmente para gerar o WAR, basta:</p>
<p><code>mvn package</code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/netsuke.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/netsuke.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/netsuke.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/netsuke.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/netsuke.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/netsuke.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/netsuke.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/netsuke.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/netsuke.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/netsuke.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=netsuke.wordpress.com&blog=1157434&post=86&subd=netsuke&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://netsuke.wordpress.com/2009/03/01/build-simples-de-gwt-com-auxilio-de-maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50b9b453b7e007658eced0178aaa2a4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">netsuke</media:title>
		</media:content>

		<media:content url="http://netsuke.files.wordpress.com/2008/09/22px-flag_of_brazilsvg.png" medium="image">
			<media:title type="html">22px-flag_of_brazilsvg</media:title>
		</media:content>
	</item>
		<item>
		<title>Maven Jetty Plugin and double slashes in the url</title>
		<link>http://netsuke.wordpress.com/2008/08/22/maven-jetty-plugin-and-double-slashes-in-the-url/</link>
		<comments>http://netsuke.wordpress.com/2008/08/22/maven-jetty-plugin-and-double-slashes-in-the-url/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 10:43:31 +0000</pubDate>
		<dc:creator>netsuke</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://netsuke.wordpress.com/?p=34</guid>
		<description><![CDATA[ The maven jetty plugin is a handy plug-in that allows to run a maven based project that has a web-app inside simply by doing a &#8220;mvn jetty:run&#8221;, without the hassle of creating a WAR and deploy it to somewhere else.
It happens that the jetty web server, by default, does not handle URLs that contains [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=netsuke.wordpress.com&blog=1157434&post=34&subd=netsuke&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/be/Flag_of_England.svg/22px-Flag_of_England.svg.png" alt="English" width="22" height="13" /> The <a href="http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin" target="_blank">maven jetty plugin</a> is a handy plug-in that allows to run a maven based project that has a web-app inside simply by doing a &#8220;mvn jetty:run&#8221;, without the hassle of creating a WAR and deploy it to somewhere else.</p>
<p>It happens that the jetty web server, by default, does not handle URLs that contains double slashes &#8220;//&#8221;, that is, calling  http://host/mycontext/media//img/a.gif is not the same as calling http://host/mycontext/media/img/a.gif, and  brings a 404 error (as described in  <a href="http://jira.codehaus.org/browse/JETTY-386">http://jira.codehaus.org/browse/JETTY-386</a>)</p>
<p>To enable url compactation in the jetty through maven plug-in, and thus enabling the same behaviour as tomcat:</p>
<pre>&lt;plugins&gt;
           ...
           &lt;plugin&gt;
                      &lt;groupId&gt;org.mortbay.jetty&lt;/groupId&gt;
                      &lt;artifactId&gt;maven-jetty-plugin&lt;/artifactId&gt;
                      &lt;configuration&gt;
                                &lt;scanIntervalSeconds&gt;10&lt;/scanIntervalSeconds&gt;
                                &lt;connectors&gt;
                                       &lt;connector implementation="org.mortbay.jetty.nio.SelectChannelConnector"&gt;
                                               &lt;port&gt;8080&lt;/port&gt;
                                               &lt;maxIdleTime&gt;60000&lt;/maxIdleTime&gt;
                                       &lt;/connector&gt;
                                &lt;/connectors&gt;
                                &lt;webAppConfig&gt;
                                       &lt;contextPath&gt;/mycontext&lt;/contextPath&gt;
<strong> <strong>                                      &lt;compactPath&gt;true&lt;/compactPath&gt;</strong></strong>
                                &lt;/webAppConfig&gt;
                    &lt;/configuration&gt;
           &lt;/plugin&gt;
           ...
&lt;/plugins&gt;</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/netsuke.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/netsuke.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/netsuke.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/netsuke.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/netsuke.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/netsuke.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/netsuke.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/netsuke.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/netsuke.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/netsuke.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/netsuke.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/netsuke.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=netsuke.wordpress.com&blog=1157434&post=34&subd=netsuke&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://netsuke.wordpress.com/2008/08/22/maven-jetty-plugin-and-double-slashes-in-the-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50b9b453b7e007658eced0178aaa2a4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">netsuke</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/b/be/Flag_of_England.svg/22px-Flag_of_England.svg.png" medium="image">
			<media:title type="html">English</media:title>
		</media:content>
	</item>
		<item>
		<title>See how maven works inside &#8211; remote debugging plugins</title>
		<link>http://netsuke.wordpress.com/2008/03/09/see-how-maven-works-inside-remote-debugging-plugins/</link>
		<comments>http://netsuke.wordpress.com/2008/03/09/see-how-maven-works-inside-remote-debugging-plugins/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 23:34:29 +0000</pubDate>
		<dc:creator>netsuke</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://netsuke.wordpress.com/?p=22</guid>
		<description><![CDATA[ Who uses maven as I do for a long time, knows that sometimes things does not go as expected. So it&#8217;s necessary to look at the ultimate documentation: the source code! In this post I&#8217;ll show how to debug a maven plugin using Eclipse&#8217;s remote debugger. I&#8217;ve chosen for this example the maven-clean-plugin.
Ok, let&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=netsuke.wordpress.com&blog=1157434&post=22&subd=netsuke&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img border="0" width="22" src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/be/Flag_of_England.svg/22px-Flag_of_England.svg.png" alt="England" height="13" /> Who uses maven as I do for a long time, knows that sometimes things does not go as expected. So it&#8217;s necessary to look at the ultimate documentation: the source code! In this post I&#8217;ll show how to debug a maven plugin using Eclipse&#8217;s remote debugger. I&#8217;ve chosen for this example the maven-clean-plugin.</p>
<p>Ok, let&#8217;s start. First create a simple sample project:</p>
<pre>    mvn archetype:create -DgroupId=com.wordpress -DartifactId=maven-debug</pre>
<p>In the folder maven-debug, edit the pom.xml and add the dependency of the plugin. This will serve as an &#8220;anchor&#8221; to bring all the sources needed to debug.</p>
<pre>&lt;dependency&gt;
       &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
       &lt;artifactId&gt;maven-clean-plugin&lt;/artifactId&gt;
       &lt;version&gt;2.1.1&lt;/version&gt;
       &lt;scope&gt;provided&lt;/scope&gt;
&lt;/dependency&gt;</pre>
<p>Note the scope &#8220;provided&#8221;, meaning that the dependency will be given to the project by someone and it should not make to the final package. It shouldn&#8217;t matter, anyway, since this is a dependency that will be removed later, it&#8217;s just for debug purposes.</p>
<p>It&#8217;s important to know what version of the plugin your project is using. When in doubt, run &#8220;mvn -X clean&#8221; and note lines like:</p>
<pre>  [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::3 for project:
           null:maven-clean-plugin:maven-plugin:2.1.1 from the repository.</pre>
<p>Now generate the project in eclipse:</p>
<pre>   mvn -Declipse.downloadSources=true eclipse:eclipse</pre>
<p>Open eclipse, go to File -&gt; Import -&gt; Existing Projects into Workspace and select the root directory of the project. After that go to menu<br />
&#8220;Run &#8211;&gt; Open debug dialog&#8221; and under &#8220;Remote java application&#8221; create a new profile to debug our project:<br />
<a href="http://netsuke.files.wordpress.com/2008/03/debug.jpg" title="debug.jpg"><img border="0" src="http://netsuke.files.wordpress.com/2008/03/debug.jpg" alt="debug.jpg" /></a></p>
<p>Using the eclipse search facilities, search for a class which name ends with &#8220;Mojo&#8221; (Maven Old Java Object) and place a breakpoint in the &#8220;execute&#8221; method. In the case of the clean plugin, this class is called CleanMojo</p>
<p>To debug, first enable debug on maven in the command line (linux shown here)</p>
<pre>MAVEN_OPTS="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000";
export MAVEN_OPTS</pre>
<p>and then do a &#8220;mvn clean&#8221;; the process will halt. Start the debugger in eclipse, it will hit the breakpoint.</p>
<p><a href="http://netsuke.files.wordpress.com/2008/03/breakpoint.jpg" title="breakpoint.jpg"><img border="0" src="http://netsuke.files.wordpress.com/2008/03/breakpoint.jpg" alt="breakpoint.jpg" /></a></p>
<p>Congratulations! Now you can know exactly what&#8217;s going on!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/netsuke.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/netsuke.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/netsuke.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/netsuke.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/netsuke.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/netsuke.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/netsuke.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/netsuke.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/netsuke.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/netsuke.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/netsuke.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/netsuke.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=netsuke.wordpress.com&blog=1157434&post=22&subd=netsuke&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://netsuke.wordpress.com/2008/03/09/see-how-maven-works-inside-remote-debugging-plugins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50b9b453b7e007658eced0178aaa2a4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">netsuke</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/b/be/Flag_of_England.svg/22px-Flag_of_England.svg.png" medium="image">
			<media:title type="html">England</media:title>
		</media:content>

		<media:content url="http://netsuke.files.wordpress.com/2008/03/debug.jpg" medium="image">
			<media:title type="html">debug.jpg</media:title>
		</media:content>

		<media:content url="http://netsuke.files.wordpress.com/2008/03/breakpoint.jpg" medium="image">
			<media:title type="html">breakpoint.jpg</media:title>
		</media:content>
	</item>
	</channel>
</rss>