<?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"
	>
<channel>
	<title>Comments on: haXe &#038; 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 and Front End technology</description>
	<pubDate>Sat, 05 Jul 2008 11:07:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: obiwan</title>
		<link>http://www.martijndevisser.com/blog/2006/haxe-eclipse-build-settings/#comment-75</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-75</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 "/Users/me/Sites/Eclipse/.compilation-bash-scripts/buildAndRun.sh ${project_loc} ${project_name}"

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'm really clear, sorry for my english i'm french :p... but it'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-74</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-74</guid>
		<description>Actually you really don'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>

<!-- Dynamic Page Served (once) in 0.244 seconds -->
