<?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: Phing: skeleton files</title>
	<atom:link href="http://extraordinaire.me/deployment/phing-skeleton-files/feed" rel="self" type="application/rss+xml" />
	<link>http://extraordinaire.me/deployment/phing-skeleton-files</link>
	<description>Web Programmer Extraordinaire</description>
	<lastBuildDate>Sat, 24 Apr 2010 15:27:32 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrei</title>
		<link>http://extraordinaire.me/deployment/phing-skeleton-files/comment-page-1#comment-83</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Tue, 09 Feb 2010 20:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://extraordinaire.me/?p=97#comment-83</guid>
		<description>Even though the ExportProperties task was included in 2.4, it was included with a naming problem (the class was called ExportProperties instead of ExportPropertiesTask).

You can fix this by either manually changing the class name to ExportPropertiesTask (it&#039;s normally under PEAR/phing/tasks/ext/ExportPropertiesTask.php), or checking out Phing from SVN.

Regarding the strings like &quot;paths.config.phingProperties&quot;, they are just a naming convention I use, they are not defined anywhere else apart from the build file (look at line 4 in the above build file).</description>
		<content:encoded><![CDATA[<p>Even though the ExportProperties task was included in 2.4, it was included with a naming problem (the class was called ExportProperties instead of ExportPropertiesTask).</p>
<p>You can fix this by either manually changing the class name to ExportPropertiesTask (it&#8217;s normally under PEAR/phing/tasks/ext/ExportPropertiesTask.php), or checking out Phing from SVN.</p>
<p>Regarding the strings like &#8220;paths.config.phingProperties&#8221;, they are just a naming convention I use, they are not defined anywhere else apart from the build file (look at line 4 in the above build file).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian</title>
		<link>http://extraordinaire.me/deployment/phing-skeleton-files/comment-page-1#comment-80</link>
		<dc:creator>Cristian</dc:creator>
		<pubDate>Sun, 07 Feb 2010 19:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://extraordinaire.me/?p=97#comment-80</guid>
		<description>The tag i posted above gets filtered (figures :) )
[property name=&quot;paths.config.phingProperties&quot; value=&quot;${paths.config}/phing.properties&quot; /]</description>
		<content:encoded><![CDATA[<p>The tag i posted above gets filtered (figures :) )<br />
[property name="paths.config.phingProperties" value="${paths.config}/phing.properties" /]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian</title>
		<link>http://extraordinaire.me/deployment/phing-skeleton-files/comment-page-1#comment-79</link>
		<dc:creator>Cristian</dc:creator>
		<pubDate>Sun, 07 Feb 2010 19:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://extraordinaire.me/?p=97#comment-79</guid>
		<description>I get &quot; [wrapped: Could not instantiate class ExportPropertiesTask, even though a class was specified.&quot; even though i&#039;m using phing 2.4
Any idea if i&#039;m missing something?
Also, i&#039;ve trying to read the docs and some tutorials on how to use phing but the docs are a bit scarce and articles such as yours, although helpful, assume I&#039;m familiar with some stuff, which I&#039;m not :)
What should i do ? Would it help to read the docs for Ant?
For example 
The strings in name and value, where do they come from? What is paths? Or config?
What do I need to put in my config files in order for phing to be able to replace with the values it prompts for?
Thank you.</description>
		<content:encoded><![CDATA[<p>I get &#8221; [wrapped: Could not instantiate class ExportPropertiesTask, even though a class was specified.&#8221; even though i&#8217;m using phing 2.4<br />
Any idea if i&#8217;m missing something?<br />
Also, i&#8217;ve trying to read the docs and some tutorials on how to use phing but the docs are a bit scarce and articles such as yours, although helpful, assume I&#8217;m familiar with some stuff, which I&#8217;m not :)<br />
What should i do ? Would it help to read the docs for Ant?<br />
For example<br />
The strings in name and value, where do they come from? What is paths? Or config?<br />
What do I need to put in my config files in order for phing to be able to replace with the values it prompts for?<br />
Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
