<?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 for Kyle Smith</title>
	<atom:link href="http://blog.infinitechaos.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.infinitechaos.com</link>
	<description>No magic here</description>
	<lastBuildDate>Thu, 11 Feb 2010 00:05:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Using wikis to capture project information by kyle</title>
		<link>http://blog.infinitechaos.com/2009/08/26/using-wikis-to-capture-project-information/comment-page-1/#comment-564</link>
		<dc:creator>kyle</dc:creator>
		<pubDate>Thu, 11 Feb 2010 00:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.infinitechaos.com/?p=349#comment-564</guid>
		<description>And thank you for the comment, Adrian.  Having the PM take on that responsibility is a nice idea.

In VMware&#039;s case, there are few to no project managers in the company (at least in R&amp;D).  It tends to be yet another hat for engineering managers to wear when they have a spare minute, so a responsibility like curating the wiki is treated as extremely low priority (read: it never gets done).

The idea behind the librarian was to establish at least one person for multiple teams to rely on for helping them organize and keep their information up to date.  I agree that it could be overkill for many organizations where others are able to dedicate adequate time to the task.</description>
		<content:encoded><![CDATA[<p>And thank you for the comment, Adrian.  Having the PM take on that responsibility is a nice idea.</p>
<p>In VMware&#8217;s case, there are few to no project managers in the company (at least in R&amp;D).  It tends to be yet another hat for engineering managers to wear when they have a spare minute, so a responsibility like curating the wiki is treated as extremely low priority (read: it never gets done).</p>
<p>The idea behind the librarian was to establish at least one person for multiple teams to rely on for helping them organize and keep their information up to date.  I agree that it could be overkill for many organizations where others are able to dedicate adequate time to the task.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using wikis to capture project information by Adrian Wible</title>
		<link>http://blog.infinitechaos.com/2009/08/26/using-wikis-to-capture-project-information/comment-page-1/#comment-563</link>
		<dc:creator>Adrian Wible</dc:creator>
		<pubDate>Wed, 10 Feb 2010 23:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.infinitechaos.com/?p=349#comment-563</guid>
		<description>Hey Kyle. Yes, you&#039;re right - wiki&#039;s can become stale, unwieldy, disorganized, and worse - untrustworthy.

As this article in the book was focused on PM things, the wiki idea was to provide a more shared responsibility to update relevant content, rather than requiring the PM to collect and distribute any/all information.

As a PM, I have taken responsibility on my projects for managing wiki organization so that it&#039;s useful. So the PM is the curator... the team members are the contributors. It requires some work on the PM&#039;s part - particularly in the early going, as wiki organization can morph drastically with the initial content. Once it&#039;s organized though, and understood, folks get the hang of where to put particular content.

It&#039;s like moving into a new house and organizing your garage. If you don&#039;t provide some structure of where things go at the beginning, then you&#039;re out of luck. But the effort at the beginning to establish order can make for a garage that requires only cursory maintenance over time. (Put up a peg-board !)

I don&#039;t think it requires a librarian. Certainly, if you have significant documentation requirements that require a tech-writer, this sort of thing is right up their alley and can potentially be tacked on.

Thanks for the thought-provoking post.</description>
		<content:encoded><![CDATA[<p>Hey Kyle. Yes, you&#8217;re right &#8211; wiki&#8217;s can become stale, unwieldy, disorganized, and worse &#8211; untrustworthy.</p>
<p>As this article in the book was focused on PM things, the wiki idea was to provide a more shared responsibility to update relevant content, rather than requiring the PM to collect and distribute any/all information.</p>
<p>As a PM, I have taken responsibility on my projects for managing wiki organization so that it&#8217;s useful. So the PM is the curator&#8230; the team members are the contributors. It requires some work on the PM&#8217;s part &#8211; particularly in the early going, as wiki organization can morph drastically with the initial content. Once it&#8217;s organized though, and understood, folks get the hang of where to put particular content.</p>
<p>It&#8217;s like moving into a new house and organizing your garage. If you don&#8217;t provide some structure of where things go at the beginning, then you&#8217;re out of luck. But the effort at the beginning to establish order can make for a garage that requires only cursory maintenance over time. (Put up a peg-board !)</p>
<p>I don&#8217;t think it requires a librarian. Certainly, if you have significant documentation requirements that require a tech-writer, this sort of thing is right up their alley and can potentially be tacked on.</p>
<p>Thanks for the thought-provoking post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a modern Java app with Eclipse, Maven, OSGi, and Spring DM (Part 1) by kyle</title>
		<link>http://blog.infinitechaos.com/2009/07/08/building-a-modern-java-app-with-eclipse-maven-osgi-and-spring-dm-part-1/comment-page-1/#comment-500</link>
		<dc:creator>kyle</dc:creator>
		<pubDate>Fri, 24 Jul 2009 16:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.infinitechaos.com/?p=311#comment-500</guid>
		<description>@Victor: I&#039;ll try and post something this evening.

@Xqnstyl: We don&#039;t use a repository manager.  The original (local) repository came from one developer&#039;s machine and as new artifacts are needed, we have a couple of simple scripts that will fetch the artifact, its POM, the source if available and then add it to Perforce.

One key note is that we do not use Maven for performing a release.  VMware has its own build and release process (which just happens to call `mvn package` at a particular step).  We also haven&#039;t adopted the process of revving individual modules in the project and having people depend on them.  The versions are currently all in lockstep and you always depend on the current version (sadly).

So typically when work is done (even in a branch), it&#039;s the code and the contents of the POM that change, not the version associated with it.

As for the Maven SCM support for Perforce, we don&#039;t use it.  All devs have the p4 client as well as P4WSAD on their systems to edit and submit changesets.  Because we don&#039;t use Maven to do releases, we haven&#039;t had a need to try the plugin.  From my cursory reading of the page you linked to, I don&#039;t see another case that would be relevant to us.

ks</description>
		<content:encoded><![CDATA[<p>@Victor: I&#8217;ll try and post something this evening.</p>
<p>@Xqnstyl: We don&#8217;t use a repository manager.  The original (local) repository came from one developer&#8217;s machine and as new artifacts are needed, we have a couple of simple scripts that will fetch the artifact, its POM, the source if available and then add it to Perforce.</p>
<p>One key note is that we do not use Maven for performing a release.  VMware has its own build and release process (which just happens to call `mvn package` at a particular step).  We also haven&#8217;t adopted the process of revving individual modules in the project and having people depend on them.  The versions are currently all in lockstep and you always depend on the current version (sadly).</p>
<p>So typically when work is done (even in a branch), it&#8217;s the code and the contents of the POM that change, not the version associated with it.</p>
<p>As for the Maven SCM support for Perforce, we don&#8217;t use it.  All devs have the p4 client as well as P4WSAD on their systems to edit and submit changesets.  Because we don&#8217;t use Maven to do releases, we haven&#8217;t had a need to try the plugin.  From my cursory reading of the page you linked to, I don&#8217;t see another case that would be relevant to us.</p>
<p>ks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a modern Java app with Eclipse, Maven, OSGi, and Spring DM (Part 2) by Victor</title>
		<link>http://blog.infinitechaos.com/2009/07/09/building-a-modern-java-app-with-eclipse-maven-osgi-and-spring-dm-part-2/comment-page-1/#comment-499</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Fri, 24 Jul 2009 07:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.infinitechaos.com/?p=314#comment-499</guid>
		<description>Typo in Recommendations #3: \Eclilpse\</description>
		<content:encoded><![CDATA[<p>Typo in Recommendations #3: \Eclilpse\</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a modern Java app with Eclipse, Maven, OSGi, and Spring DM (Part 1) by Victor</title>
		<link>http://blog.infinitechaos.com/2009/07/08/building-a-modern-java-app-with-eclipse-maven-osgi-and-spring-dm-part-1/comment-page-1/#comment-497</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Fri, 24 Jul 2009 07:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.infinitechaos.com/?p=311#comment-497</guid>
		<description>Can you show your working examples of Recommendations #2 and #3, please?</description>
		<content:encoded><![CDATA[<p>Can you show your working examples of Recommendations #2 and #3, please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting the Arduino IDE running on Mac OS X with 64-bit Java by Chad</title>
		<link>http://blog.infinitechaos.com/2009/01/29/getting-arduino-running-on-mac-os-x-with-64-bit-java/comment-page-1/#comment-495</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Thu, 23 Jul 2009 05:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.infinitechaos.com/?p=286#comment-495</guid>
		<description>Scratch my question...
I had changed java Preferences to 32 Bit mode.  
Should have changed Arduino to 32 bit mode.

Sorry to bother you...</description>
		<content:encoded><![CDATA[<p>Scratch my question&#8230;<br />
I had changed java Preferences to 32 Bit mode.<br />
Should have changed Arduino to 32 bit mode.</p>
<p>Sorry to bother you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting the Arduino IDE running on Mac OS X with 64-bit Java by Chad</title>
		<link>http://blog.infinitechaos.com/2009/01/29/getting-arduino-running-on-mac-os-x-with-64-bit-java/comment-page-1/#comment-494</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Thu, 23 Jul 2009 05:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.infinitechaos.com/?p=286#comment-494</guid>
		<description>Arduino ran find 2 weeks ago.  I expect that I may have had a Java upgrade (but no sure).  Now I get the message 
&quot;cannot launch Java application
Uncaught exception in main method:
java.lang.UnsatisfiedLinkError: /Users/
chadpennebaker/Desktop/arduino &amp; iPhone/Arduino
16.app/Contents/Resources/Java/librxtxSerial.jnilib:
no suitable image found. Did find: /Users/
chadpennebalker/Desktop/arduino &amp; iPhone/Arduino
16.app/Contents/Resources/Java/librxtxSerial.jnilib:
no matching architecture in universal wrapper&quot;

I have set Java Preferences to &#039;Open in 32 Bit Mode&#039;; however, I still have the same problem.</description>
		<content:encoded><![CDATA[<p>Arduino ran find 2 weeks ago.  I expect that I may have had a Java upgrade (but no sure).  Now I get the message<br />
&#8220;cannot launch Java application<br />
Uncaught exception in main method:<br />
java.lang.UnsatisfiedLinkError: /Users/<br />
chadpennebaker/Desktop/arduino &amp; iPhone/Arduino<br />
16.app/Contents/Resources/Java/librxtxSerial.jnilib:<br />
no suitable image found. Did find: /Users/<br />
chadpennebalker/Desktop/arduino &amp; iPhone/Arduino<br />
16.app/Contents/Resources/Java/librxtxSerial.jnilib:<br />
no matching architecture in universal wrapper&#8221;</p>
<p>I have set Java Preferences to &#8216;Open in 32 Bit Mode&#8217;; however, I still have the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a modern Java app with Eclipse, Maven, OSGi, and Spring DM (Part 2) by Andy Wilkinson</title>
		<link>http://blog.infinitechaos.com/2009/07/09/building-a-modern-java-app-with-eclipse-maven-osgi-and-spring-dm-part-2/comment-page-1/#comment-492</link>
		<dc:creator>Andy Wilkinson</dc:creator>
		<pubDate>Sat, 11 Jul 2009 16:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.infinitechaos.com/?p=314#comment-492</guid>
		<description>Thanks, Kyle. If you can get the details from your colleague I&#039;d love to hear them so that we can fix the problem he was encountering (if it&#039;s not already fixed).</description>
		<content:encoded><![CDATA[<p>Thanks, Kyle. If you can get the details from your colleague I&#8217;d love to hear them so that we can fix the problem he was encountering (if it&#8217;s not already fixed).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a modern Java app with Eclipse, Maven, OSGi, and Spring DM (Part 1) by Xqnstyl</title>
		<link>http://blog.infinitechaos.com/2009/07/08/building-a-modern-java-app-with-eclipse-maven-osgi-and-spring-dm-part-1/comment-page-1/#comment-491</link>
		<dc:creator>Xqnstyl</dc:creator>
		<pubDate>Fri, 10 Jul 2009 16:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.infinitechaos.com/?p=311#comment-491</guid>
		<description>Ah, interesting approach to version your Maven repository.  Do you use a repository manager at all, like Artifactory, Archiva or Nexus?

When I used Maven with Perforce in the past, we had to take great care when merging pom.xml files between branches.  How do you handle merging pom.xml files between branches where you want the version to stay different, especially after performing a Maven release?

I see Perforce has a KB article on Maven integration: http://kb.perforce.com/?article=1023.  What&#039;s your take on it?

Cheers!</description>
		<content:encoded><![CDATA[<p>Ah, interesting approach to version your Maven repository.  Do you use a repository manager at all, like Artifactory, Archiva or Nexus?</p>
<p>When I used Maven with Perforce in the past, we had to take great care when merging pom.xml files between branches.  How do you handle merging pom.xml files between branches where you want the version to stay different, especially after performing a Maven release?</p>
<p>I see Perforce has a KB article on Maven integration: <a href="http://kb.perforce.com/?article=1023" rel="nofollow">http://kb.perforce.com/?article=1023</a>.  What&#8217;s your take on it?</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a modern Java app with Eclipse, Maven, OSGi, and Spring DM (Part 2) by kyle</title>
		<link>http://blog.infinitechaos.com/2009/07/09/building-a-modern-java-app-with-eclipse-maven-osgi-and-spring-dm-part-2/comment-page-1/#comment-490</link>
		<dc:creator>kyle</dc:creator>
		<pubDate>Fri, 10 Jul 2009 12:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.infinitechaos.com/?p=314#comment-490</guid>
		<description>Andy,  that&#039;s good to hear.  One of my colleagues tested out Bundlor and ran into some problems with either it or STS that he was unable to resolve, which is why we haven&#039;t been using it.  I&#039;ll check with him and see if he has details of exactly what went wrong.</description>
		<content:encoded><![CDATA[<p>Andy,  that&#8217;s good to hear.  One of my colleagues tested out Bundlor and ran into some problems with either it or STS that he was unable to resolve, which is why we haven&#8217;t been using it.  I&#8217;ll check with him and see if he has details of exactly what went wrong.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
