<?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: Maven 2 Property References</title>
	<atom:link href="http://www.maximporges.com/2007/09/29/maven-2-property-references/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maximporges.com/2007/09/29/maven-2-property-references/</link>
	<description>Winning At Yelling</description>
	<lastBuildDate>Wed, 09 Nov 2011 16:13:16 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Maxim Porges</title>
		<link>http://www.maximporges.com/2007/09/29/maven-2-property-references/comment-page-1/#comment-285</link>
		<dc:creator>Maxim Porges</dc:creator>
		<pubDate>Tue, 22 Jul 2008 18:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=99#comment-285</guid>
		<description>Thanks Asaf, that is good to know. Either I completely missed that in the docs or it was not there at the time of writing. I&#039;m guessing I probably missed it.&lt;br/&gt;&lt;br/&gt;- max</description>
		<content:encoded><![CDATA[<p>Thanks Asaf, that is good to know. Either I completely missed that in the docs or it was not there at the time of writing. I&#8217;m guessing I probably missed it.</p>
<p>- max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asaf  Mesika</title>
		<link>http://www.maximporges.com/2007/09/29/maven-2-property-references/comment-page-1/#comment-284</link>
		<dc:creator>Asaf  Mesika</dc:creator>
		<pubDate>Tue, 22 Jul 2008 15:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=99#comment-284</guid>
		<description>Dude, it&#039;s written in the &lt;a HREF=&quot;http://maven.apache.org/pom.html#Properties&quot; REL=&quot;nofollow&quot;&gt;pom introduction&lt;/a&gt;, in the properties section:</description>
		<content:encoded><![CDATA[<p>Dude, it&#8217;s written in the <a HREF="http://maven.apache.org/pom.html#Properties" REL="nofollow">pom introduction</a>, in the properties section:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hannu</title>
		<link>http://www.maximporges.com/2007/09/29/maven-2-property-references/comment-page-1/#comment-271</link>
		<dc:creator>Hannu</dc:creator>
		<pubDate>Fri, 09 May 2008 15:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=99#comment-271</guid>
		<description>I got into problems when the client socket was timing out, but Maven still claimed that the build was successful (which it appearently wasn&#039;t). Here&#039;s the fix to Peter Martin&#039;s FlexUnit Ant tasks. On com.adobe.ac.ant.tasks.FlexUnitTask line 244 where the SocketTimeoutException is caught I added failures = true;. I also added it to IOException few lines later.</description>
		<content:encoded><![CDATA[<p>I got into problems when the client socket was timing out, but Maven still claimed that the build was successful (which it appearently wasn&#8217;t). Here&#8217;s the fix to Peter Martin&#8217;s FlexUnit Ant tasks. On com.adobe.ac.ant.tasks.FlexUnitTask line 244 where the SocketTimeoutException is caught I added failures = true;. I also added it to IOException few lines later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim Porges</title>
		<link>http://www.maximporges.com/2007/09/29/maven-2-property-references/comment-page-1/#comment-191</link>
		<dc:creator>Maxim Porges</dc:creator>
		<pubDate>Sat, 29 Dec 2007 01:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=99#comment-191</guid>
		<description>Sure. What kind of tests are you looking for? Flex tests? Java tests?&lt;br/&gt;&lt;br/&gt;Note that we had a whole session on using Maven at the Adogo user group. The session was recorded so you can view it online with the Flash player, and we have fully working code samples in our SVN site. Go to &lt;a HREF=&quot;http://adogo.us/meetings/&quot; REL=&quot;nofollow&quot;&gt;http://adogo.us/meetings/&lt;/a&gt; and look for the October 2, 2007 meeting. My Maven preso starts at minute 52.&lt;br/&gt;&lt;br/&gt;if this isn&#039;t what you&#039;re looking for, post another comment and I&#039;ll whip up some sample code for you.&lt;br/&gt;&lt;br/&gt;- max</description>
		<content:encoded><![CDATA[<p>Sure. What kind of tests are you looking for? Flex tests? Java tests?</p>
<p>Note that we had a whole session on using Maven at the Adogo user group. The session was recorded so you can view it online with the Flash player, and we have fully working code samples in our SVN site. Go to <a HREF="http://adogo.us/meetings/" REL="nofollow">http://adogo.us/meetings/</a> and look for the October 2, 2007 meeting. My Maven preso starts at minute 52.</p>
<p>if this isn&#8217;t what you&#8217;re looking for, post another comment and I&#8217;ll whip up some sample code for you.</p>
<p>- max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.maximporges.com/2007/09/29/maven-2-property-references/comment-page-1/#comment-190</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 27 Dec 2007 17:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=99#comment-190</guid>
		<description>Can you post a small complete maven project that runs through some tests ?</description>
		<content:encoded><![CDATA[<p>Can you post a small complete maven project that runs through some tests ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

