<?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>Radek's Tech Blog &#187; map file</title>
	<atom:link href="http://urbas.tk/index.php/tag/map-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://urbas.tk</link>
	<description>Radoslaw H. Urbas homepage / blog</description>
	<lastBuildDate>Tue, 01 Jun 2010 20:31:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Automatic PDE build with Pluginbuilder</title>
		<link>http://urbas.tk/index.php/2009/02/11/automatic-pde-build-with-pluginbuilder/</link>
		<comments>http://urbas.tk/index.php/2009/02/11/automatic-pde-build-with-pluginbuilder/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 22:10:37 +0000</pubDate>
		<dc:creator>Radoslaw Urbas</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[headless build]]></category>
		<category><![CDATA[map file]]></category>
		<category><![CDATA[pde]]></category>
		<category><![CDATA[pluginbuilder]]></category>
		<category><![CDATA[rcp]]></category>

		<guid isPermaLink="false">http://urbas.tk/?p=54</guid>
		<description><![CDATA[Pluginbuilder is Eclipse tool that generates build configuration based on PDE build. By default the tool generates map file containing the information how source code of the plug-ins should be obtained. Supported methods are: CVS, GET and COPY. Assuming that you want to build your features or product from source files that are checked-out from [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pluginbuilder.org/" target="_blank">Pluginbuilder</a> is Eclipse tool that generates build configuration based on PDE build. By default the tool generates map file containing the information how source code of the plug-ins should be obtained. Supported methods are: CVS, GET and COPY. Assuming that you want to build your features or product from source files that are checked-out from repository independently from the build process COPY options seems to look reasonable. There are few problems with that:</p>
<ul>
<li>it requires absolute paths to plug-ins/features locations</li>
<li>every single plug-in has to be listed there</li>
</ul>
<p>Workaround for this is not using map file at all and provide appropriate build directory structure outside. To skip fetching resources based on map file configuration one need to set <strong>skipMaps</strong> property in <strong>build.properties</strong> file. Next step is to configure getting plug-ins/features resources into build directory. Recommended phase for copying the source code is <strong>preSetup</strong> phase in PDE build. To hook into this phase standard ant task for copying the files/directories in to build directory have to be invoked in preSetup target in <strong>customTargets.xml</strong> (it is generated by Pluginbuilder as well as other configuratoin files in build-files directory).</p>
<p>Those two modifications allow to make use of Pluginbuilder generated scripts to build Eclipse based applications without coupling it tightly to version control system.</p>
]]></content:encoded>
			<wfw:commentRss>http://urbas.tk/index.php/2009/02/11/automatic-pde-build-with-pluginbuilder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

