<?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: haXe &amp; Eclipse build settings</title>
	<atom:link href="http://www.martijndevisser.com/blog/2006/haxe-eclipse-build-settings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martijndevisser.com/blog/2006/haxe-eclipse-build-settings/</link>
	<description>Martijn de Visser on User Experience, Front End technology (and whatnot).</description>
	<lastBuildDate>Tue, 16 Feb 2010 13:58:41 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: obiwan</title>
		<link>http://www.martijndevisser.com/blog/2006/haxe-eclipse-build-settings/comment-page-1/#comment-23</link>
		<dc:creator>obiwan</dc:creator>
		<pubDate>Thu, 19 Jul 2007 08:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.martijndevisser.com/blog/2006/haxe-eclipse-build-settings/#comment-23</guid>
		<description>to be more precise : create an external with /bin/sh as location, ${project_loc} as a working directory, and use the -c option of sh, so in the arguments you can ut something like : -c &quot;/Users/me/Sites/Eclipse/.compilation-bash-scripts/buildAndRun.sh ${project_loc} ${project_name}&quot;

When doing something like this, the buildAndRun.sh file you created will receive ${project_loc} and ${project_name} as two variables that will be accessible as $1 and $2 in the .sh script...

Dunno if i&#039;m really clear, sorry for my english i&#039;m french :p... but it&#039;s actually a really good way to avoid creating one external tool per project.</description>
		<content:encoded><![CDATA[<p>to be more precise : create an external with /bin/sh as location, ${project_loc} as a working directory, and use the -c option of sh, so in the arguments you can ut something like : -c &#8220;/Users/me/Sites/Eclipse/.compilation-bash-scripts/buildAndRun.sh ${project_loc} ${project_name}&#8221;</p>
<p>When doing something like this, the buildAndRun.sh file you created will receive ${project_loc} and ${project_name} as two variables that will be accessible as $1 and $2 in the .sh script&#8230;</p>
<p>Dunno if i&#8217;m really clear, sorry for my english i&#8217;m french :p&#8230; but it&#8217;s actually a really good way to avoid creating one external tool per project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: obiwan</title>
		<link>http://www.martijndevisser.com/blog/2006/haxe-eclipse-build-settings/comment-page-1/#comment-22</link>
		<dc:creator>obiwan</dc:creator>
		<pubDate>Thu, 19 Jul 2007 07:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.martijndevisser.com/blog/2006/haxe-eclipse-build-settings/#comment-22</guid>
		<description>Actually you really don&#039;t need to crete one external tool per project.
You can pass variables to a .sh script like ${project-name} when executing it from the eclipse external tools menu.

So you just need one script which takes project name and path as paramaters, what eclipse can do.</description>
		<content:encoded><![CDATA[<p>Actually you really don&#8217;t need to crete one external tool per project.<br />
You can pass variables to a .sh script like ${project-name} when executing it from the eclipse external tools menu.</p>
<p>So you just need one script which takes project name and path as paramaters, what eclipse can do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
