<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Net Wolf's Blog</title>
	<atom:link href="http://netwolfuk.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://netwolfuk.wordpress.com</link>
	<description>TAG_LINE='Linux and stuff' ; echo ${TAG_LINE}</description>
	<lastBuildDate>Wed, 16 Sep 2009 18:50:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Updated TeamCity WebHooks plugin available by netwolfuk</title>
		<link>http://netwolfuk.wordpress.com/2009/07/04/updated-teamcity-webhooks-plugin-available/#comment-95</link>
		<dc:creator>netwolfuk</dc:creator>
		<pubDate>Wed, 16 Sep 2009 18:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://netwolfuk.wordpress.com/?p=107#comment-95</guid>
		<description>Yeah, the wording in the plug-in is misleading. I&#039;ll change that for 0.8.x.x
I&#039;ll also double check that there is a &quot;fixed&quot; field as one of the items in the POST payload sent for buildFinished events.

Thanks for your feedback, and I&#039;m glad tcWebHooks is useful for you.</description>
		<content:encoded><![CDATA[<p>Yeah, the wording in the plug-in is misleading. I&#8217;ll change that for 0.8.x.x<br />
I&#8217;ll also double check that there is a &#8220;fixed&#8221; field as one of the items in the POST payload sent for buildFinished events.</p>
<p>Thanks for your feedback, and I&#8217;m glad tcWebHooks is useful for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated TeamCity WebHooks plugin available by Justin May</title>
		<link>http://netwolfuk.wordpress.com/2009/07/04/updated-teamcity-webhooks-plugin-available/#comment-94</link>
		<dc:creator>Justin May</dc:creator>
		<pubDate>Tue, 15 Sep 2009 16:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://netwolfuk.wordpress.com/?p=107#comment-94</guid>
		<description>Ahhh ok. I was thinking that the status change update was more of a red light/green light type of thing. But from the TeamCity docs it looks like I can just monitor the statusChange event for knowing when the build breaks, and the buildFinished finished event can be used to tell when the build is fixed again. 

I&#039;m using this incredibly useful plugin on an auto-building demo system. Every night the system updates its source from SVN and recompiles it. I&#039;m using tcWebHooks to tell my auto builder not to build if the build is broken. Thanks so much!</description>
		<content:encoded><![CDATA[<p>Ahhh ok. I was thinking that the status change update was more of a red light/green light type of thing. But from the TeamCity docs it looks like I can just monitor the statusChange event for knowing when the build breaks, and the buildFinished finished event can be used to tell when the build is fixed again. </p>
<p>I&#8217;m using this incredibly useful plugin on an auto-building demo system. Every night the system updates its source from SVN and recompiles it. I&#8217;m using tcWebHooks to tell my auto builder not to build if the build is broken. Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated TeamCity WebHooks plugin available by netwolfuk</title>
		<link>http://netwolfuk.wordpress.com/2009/07/04/updated-teamcity-webhooks-plugin-available/#comment-93</link>
		<dc:creator>netwolfuk</dc:creator>
		<pubDate>Tue, 15 Sep 2009 10:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://netwolfuk.wordpress.com/?p=107#comment-93</guid>
		<description>Hi Justin.

Looking at the &lt;a href=&quot;http://javadoc.jetbrains.net/teamcity/openapi/current/jetbrains/buildServer/serverSide/BuildServerAdapter.html#buildChangedStatus%28jetbrains.buildServer.serverSide.SRunningBuild,%20jetbrains.buildServer.messages.Status,%20jetbrains.buildServer.messages.Status%29&quot; rel=&quot;nofollow&quot;&gt;JavaDocs&lt;/a&gt;, it implies that event is only called when a build goes from successful to failed. I suspect the event is on a per build basis, not on a build history basis. 

I wonder if I could manufacture a &quot;status good&quot; event when a build completes successfully. I guess I could have to look at the previous build status and see the current build is &quot;fixed&quot; in comparison.

I was looking at using the sourceforge trac wiki for support requests, but it seems I had the wrong URL in the support page. Also, trac seems a bit cumbersome (eg, you need to be a sourceforge user to create a ticket).

I have &lt;a href=&quot;http://sourceforge.net/apps/trac/tcwebhooks/ticket/1&quot; rel=&quot;nofollow&quot;&gt;created a ticket&lt;/a&gt; for this bug.</description>
		<content:encoded><![CDATA[<p>Hi Justin.</p>
<p>Looking at the <a href="http://javadoc.jetbrains.net/teamcity/openapi/current/jetbrains/buildServer/serverSide/BuildServerAdapter.html#buildChangedStatus%28jetbrains.buildServer.serverSide.SRunningBuild,%20jetbrains.buildServer.messages.Status,%20jetbrains.buildServer.messages.Status%29" rel="nofollow">JavaDocs</a>, it implies that event is only called when a build goes from successful to failed. I suspect the event is on a per build basis, not on a build history basis. </p>
<p>I wonder if I could manufacture a &#8220;status good&#8221; event when a build completes successfully. I guess I could have to look at the previous build status and see the current build is &#8220;fixed&#8221; in comparison.</p>
<p>I was looking at using the sourceforge trac wiki for support requests, but it seems I had the wrong URL in the support page. Also, trac seems a bit cumbersome (eg, you need to be a sourceforge user to create a ticket).</p>
<p>I have <a href="http://sourceforge.net/apps/trac/tcwebhooks/ticket/1" rel="nofollow">created a ticket</a> for this bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated TeamCity WebHooks plugin available by Justin May</title>
		<link>http://netwolfuk.wordpress.com/2009/07/04/updated-teamcity-webhooks-plugin-available/#comment-92</link>
		<dc:creator>Justin May</dc:creator>
		<pubDate>Mon, 14 Sep 2009 18:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://netwolfuk.wordpress.com/?p=107#comment-92</guid>
		<description>Hi, I just installed the 0.6.13.11 snapshot of your webhooks plugin and it&#039;s working pretty well so far. I have just noticed, however that I never seem to get a status update notification when a build goes from ERROR to SUCCESS. But I always get a status update when a build status changes from SUCCESS to ERROR. 

And it this the proper place to make comments on your project? Or should I use sourceforge&#039;s ticketing system?

Thanks,
Justin</description>
		<content:encoded><![CDATA[<p>Hi, I just installed the 0.6.13.11 snapshot of your webhooks plugin and it&#8217;s working pretty well so far. I have just noticed, however that I never seem to get a status update notification when a build goes from ERROR to SUCCESS. But I always get a status update when a build status changes from SUCCESS to ERROR. </p>
<p>And it this the proper place to make comments on your project? Or should I use sourceforge&#8217;s ticketing system?</p>
<p>Thanks,<br />
Justin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TeamCity Plugins by Updated TeamCity WebHooks plugin available &#171; Net Wolf&#8217;s Blog</title>
		<link>http://netwolfuk.wordpress.com/teamcity-plugins/#comment-83</link>
		<dc:creator>Updated TeamCity WebHooks plugin available &#171; Net Wolf&#8217;s Blog</dc:creator>
		<pubDate>Sat, 04 Jul 2009 08:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://netwolfuk.wordpress.com/?page_id=65#comment-83</guid>
		<description>[...] TeamCity Plugins [...]</description>
		<content:encoded><![CDATA[<p>[...] TeamCity Plugins [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MythStatusScreenlet by MythStatusScreenlet 0.1.1 released (theme support) &#171; Net Wolf&#8217;s Blog</title>
		<link>http://netwolfuk.wordpress.com/mythstatusscreenlet/#comment-64</link>
		<dc:creator>MythStatusScreenlet 0.1.1 released (theme support) &#171; Net Wolf&#8217;s Blog</dc:creator>
		<pubDate>Thu, 15 Jan 2009 10:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://netwolfuk.wordpress.com/mythstatusscreenlet/#comment-64</guid>
		<description>[...] MythStatusScreenlet [...]</description>
		<content:encoded><![CDATA[<p>[...] MythStatusScreenlet [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL in Tomcat with Quercus by Mark Bhatamrekar</title>
		<link>http://netwolfuk.wordpress.com/2008/09/03/php-and-mysql-in-tomcat-with-quercus/#comment-62</link>
		<dc:creator>Mark Bhatamrekar</dc:creator>
		<pubDate>Sun, 16 Nov 2008 08:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://netwolfuk.wordpress.com/?p=22#comment-62</guid>
		<description>Thank for the help!
I was able to install wordpress 2.6.3 and wordpress 2.5.1on tomcat5.5, 
Everything works like a charm except, I am not able to add Categories to the posts. Is anybody facing this problem.
Here are few changes to make ,
•	Make sure activation.jar and mail.jar (are you in you lib folder, you can get these from JavaMail API)
•	Wordpress worked for me with MySQL Connector version 3.1.14 , some how it fails with 5.0 versions</description>
		<content:encoded><![CDATA[<p>Thank for the help!<br />
I was able to install wordpress 2.6.3 and wordpress 2.5.1on tomcat5.5,<br />
Everything works like a charm except, I am not able to add Categories to the posts. Is anybody facing this problem.<br />
Here are few changes to make ,<br />
•	Make sure activation.jar and mail.jar (are you in you lib folder, you can get these from JavaMail API)<br />
•	WordPress worked for me with MySQL Connector version 3.1.14 , some how it fails with 5.0 versions</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL in Tomcat with Quercus by Mark Bhatamrekar</title>
		<link>http://netwolfuk.wordpress.com/2008/09/03/php-and-mysql-in-tomcat-with-quercus/#comment-61</link>
		<dc:creator>Mark Bhatamrekar</dc:creator>
		<pubDate>Fri, 14 Nov 2008 06:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://netwolfuk.wordpress.com/?p=22#comment-61</guid>
		<description>Nice article, just that I am stuck on the second page of installation,

Here is the problem : 
My Enviroment : Apache Tomcat 5.5, MySQL 5.0, on windows

I tried to to install wordpress with your Quercus using your info and
 &lt;a href=&quot;http://www.siphs.com/getting-wordpress-to-work-in-tomcat-php-in-a-java-environment.html&quot; title=&quot;Installing wordpress on Apache&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;, 
&lt;b&gt;
WIth all the installation, tables are getting created, I am able to go blog/wp-admin/install.php, but the second page is blank, it never comes up.
(If I go and see the table, user has been created, but my second page does not come)

Here is what I did, if you can help me out, (I can send you my sample servlet code if you would like)
--Added the 4 jar files
--Changed context.xml to add JNDI resource
--modified web.xml in my application, 
      * with Quercus Servlet and mappings as mentioned by you
      * add index.php to the Welcome file list
-- changed the formatting.php and config.php 

Please do let me know if you need any more info&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>Nice article, just that I am stuck on the second page of installation,</p>
<p>Here is the problem :<br />
My Enviroment : Apache Tomcat 5.5, MySQL 5.0, on windows</p>
<p>I tried to to install wordpress with your Quercus using your info and<br />
 <a href="http://www.siphs.com/getting-wordpress-to-work-in-tomcat-php-in-a-java-environment.html" title="Installing wordpress on Apache" rel="nofollow"></a>,<br />
<b><br />
WIth all the installation, tables are getting created, I am able to go blog/wp-admin/install.php, but the second page is blank, it never comes up.<br />
(If I go and see the table, user has been created, but my second page does not come)</p>
<p>Here is what I did, if you can help me out, (I can send you my sample servlet code if you would like)<br />
&#8211;Added the 4 jar files<br />
&#8211;Changed context.xml to add JNDI resource<br />
&#8211;modified web.xml in my application,<br />
      * with Quercus Servlet and mappings as mentioned by you<br />
      * add index.php to the Welcome file list<br />
&#8211; changed the formatting.php and config.php </p>
<p>Please do let me know if you need any more info</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL in Tomcat with Quercus by max</title>
		<link>http://netwolfuk.wordpress.com/2008/09/03/php-and-mysql-in-tomcat-with-quercus/#comment-49</link>
		<dc:creator>max</dc:creator>
		<pubDate>Thu, 04 Sep 2008 13:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://netwolfuk.wordpress.com/?p=22#comment-49</guid>
		<description>thanks !</description>
		<content:encoded><![CDATA[<p>thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL in Tomcat with Quercus by darjeeling's me2DAY</title>
		<link>http://netwolfuk.wordpress.com/2008/09/03/php-and-mysql-in-tomcat-with-quercus/#comment-48</link>
		<dc:creator>darjeeling's me2DAY</dc:creator>
		<pubDate>Thu, 04 Sep 2008 01:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://netwolfuk.wordpress.com/?p=22#comment-48</guid>
		<description>&lt;strong&gt;다즐링의 생각...&lt;/strong&gt;

톰캣에서 PHP 돌리기 리접 갈켜주다가 -_-;;...</description>
		<content:encoded><![CDATA[<p><strong>다즐링의 생각&#8230;</strong></p>
<p>톰캣에서 PHP 돌리기 리접 갈켜주다가 -_-;;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
