<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Architecture Rules</title>
	<atom:link href="http://72miles.com/architecturerules/feed" rel="self" type="application/rss+xml" />
	<link>http://72miles.com/architecturerules</link>
	<description>Assert your Architecture!</description>
	<pubDate>Sun, 31 Aug 2008 01:00:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Release 2.1.1</title>
		<link>http://72miles.com/architecturerules/releases/release-211</link>
		<comments>http://72miles.com/architecturerules/releases/release-211#comments</comments>
		<pubDate>Fri, 11 Jul 2008 02:05:22 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=42</guid>
		<description><![CDATA[Fixed major issue with 2.1.0 that prevented packages defined with wildcards from even being investigated. Caused when issue-45 was fixed.

architecture-rules-2.1.1.jar 
architecture-rules-2.1.1-sources.jar 
architecture-rules-2.1.1-test-sources.jar 

Maven 2 - pom.xml




&#60;groupId&#62;com.seventytwomiles&#60;groupId&#62;
&#60;artifactId&#62;architecturerules&#60;artifactId&#62;
&#60;version&#62;2.1.1&#60;version&#62;



Also, you must add our maven repository.
Javadocs
This version&#8217;s (2.1.1) api documentation (javadocs) are available here.
Changes

issue-54 report class creating the cyclic redundancy usability

]]></description>
			<content:encoded><![CDATA[<p>Fixed major issue with 2.1.0 that prevented packages defined with wildcards from even being investigated. Caused when <a href="http://code.google.com/p/architecturerules/issues/detail?id=54" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-45</a> was fixed.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.1.1.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.1.1.jar </a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.1.1-sources.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.1.1-sources.jar </a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.1.1-test-sources.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.1.1-test-sources.jar </a></li>
</ol>
<h3>Maven 2 - pom.xml</h3>
<ol class="downloadable">
<li>
<pre name="code" class="xml:nocontrols:nogutter">

&lt;groupId&gt;com.seventytwomiles&lt;groupId&gt;
&lt;artifactId&gt;architecturerules&lt;artifactId&gt;
&lt;version&gt;2.1.1&lt;version&gt;
</pre>
</li>
</ol>
<p>Also, you must add <a href="http://72miles.com/architecturerules/maven-repository">our maven repository</a>.</p>
<h3>Javadocs</h3>
<p>This version&#8217;s (2.1.1) api documentation <a href="http://architecturerules.googlecode.com/svn/docs/api/2.1.1/index.html" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">(javadocs) are available here</a>.</p>
<h3>Changes</h3>
<ul>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=54" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-54</a> report class creating the cyclic redundancy <em>usability</em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-211/feed</wfw:commentRss>
		</item>
		<item>
		<title>Release 2.1.0</title>
		<link>http://72miles.com/architecturerules/releases/release-210</link>
		<comments>http://72miles.com/architecturerules/releases/release-210#comments</comments>
		<pubDate>Sat, 05 Jul 2008 02:40:18 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=41</guid>
		<description><![CDATA[This big release, one year after the initial public release of Architecture Rules, finally offers wild card support. You can now use .* and ..* when defining packages to specify one package, or many sub-packages respectively. We&#8217;ve also added support for configuration method chaining, better Exception class hierarchy and metadata, and new tests, javadocs, and [...]]]></description>
			<content:encoded><![CDATA[<p>This big release, one year after the initial public release of Architecture Rules, finally offers wild card support. You can now use .* and ..* when defining packages to specify one package, or many sub-packages respectively. We&#8217;ve also added support for configuration method chaining, better Exception class hierarchy and metadata, and new tests, javadocs, and a copy of the Apache 2.0 License in the archive.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.1.0.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.1.0.jar </a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.1.0-sources.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.1.0-sources.jar </a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.1.0-test-sources.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.1.0-test-sources.jar </a></li>
</ol>
<h3>Javadocs</h3>
<p>This version&#8217;s (2.1.0) api documentation <a href="http://architecturerules.googlecode.com/svn/docs/api/2.1.0/index.html" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">(javadocs) are available here</a>.</p>
<h3>Changes</h3>
<ul>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=12" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-12</a> report class creating the cyclic redundancy <em>usability</em></li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=27" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-27</a> make testArchitecture() public <em>usability</em></li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=28" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-28</a> configuration method chaining<em> usability maintainability </em></li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=35" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');"></a></li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=37" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-37</a> package license file</li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=39" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-39</a> maven-license-plugin</li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=40" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-40</a> support for wildcards<em> usability </em></li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=42" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-42</a> provide API to retrieve list of violations<em> usability </em></li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=43" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-43</a> Exceptions should implement an ArchitectureRulesException</li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=44" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-44</a> meaningful defaults with maven plugin <em>usability </em></li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=45" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-45</a> JPackage equals method not symetric</li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=46" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-46</a> classpath conflict with common-io and spring <em>usability</em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-210/feed</wfw:commentRss>
		</item>
		<item>
		<title>Mailing List Feeds</title>
		<link>http://72miles.com/architecturerules/mailing-lists/mailing-list-feeds</link>
		<comments>http://72miles.com/architecturerules/mailing-lists/mailing-list-feeds#comments</comments>
		<pubDate>Tue, 06 May 2008 21:00:05 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Mailing-Lists]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=33</guid>
		<description><![CDATA[
ul li
{
list-style-image: url( 'http://www.orcamaritime.com/images/rss_icon_glass_black24.PNG' );
margin-left: 20px;
}
div.left { float: left; width: 180px; }
div.right { float: left; margin-left: 10px; width: 260px; }



architecture-rules-users


architecture-rules-dev


architecture-rules-activity





Use these links to subscribe to the various mailing lists, or scroll down for more information, and for recent activity for each of the mailing lists.


]]></description>
			<content:encoded><![CDATA[<style>
ul li
{
list-style-image: url( 'http://www.orcamaritime.com/images/rss_icon_glass_black24.PNG' );
margin-left: 20px;
}
div.left { float: left; width: 180px; }
div.right { float: left; margin-left: 10px; width: 260px; }
</style>
<div class="left">
<ul>
<li><a href="http://groups.google.com/group/architecture-rules-users/feed/rss_v2_0_topics.xml">architecture-rules-users<br />
</a>
</li>
<li><a href="http://groups.google.com/group/architecture-rules-dev/feed/rss_v2_0_topics.xml">architecture-rules-dev<br />
</a>
</li>
<li><a href="http://groups.google.com/group/architecture-rules-activity/feed/rss_v2_0_topics.xml">architecture-rules-activity<br />
</a>
</li>
</ul>
</div>
<div class="right">
<p>Use these links to subscribe to the various mailing lists, or scroll down for more information, and for recent activity for each of the mailing lists.</p>
</div>
<p><br style="clear: both;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/mailing-lists/mailing-list-feeds/feed</wfw:commentRss>
		</item>
		<item>
		<title>architecture-rules-users</title>
		<link>http://72miles.com/architecturerules/mailing-lists/architecture-rules-users</link>
		<comments>http://72miles.com/architecturerules/mailing-lists/architecture-rules-users#comments</comments>
		<pubDate>Tue, 06 May 2008 20:25:43 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Mailing-Lists]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=27</guid>
		<description><![CDATA[
.post table { margin-top: 20px; } 
.post table tbody th { color: #6eb700; valign: top; padding-right: 10px;} 
.post table tbody tr { height: 30px; } 
.post ol, .post ol li, span.rssLinkListItemTitle { margin-left: 0px !important; padding-left: 0px !important;} 
.post ol li { line-height: 24px; font-size: 10px; border-bottom: dashed silver 1px;} .post h6 { display: none;} [...]]]></description>
			<content:encoded><![CDATA[<style>
.post table { margin-top: 20px; } 
.post table tbody th { color: #6eb700; valign: top; padding-right: 10px;} 
.post table tbody tr { height: 30px; } 
.post ol, .post ol li, span.rssLinkListItemTitle { margin-left: 0px !important; padding-left: 0px !important;} 
.post ol li { line-height: 24px; font-size: 10px; border-bottom: dashed silver 1px;} .post h6 { display: none;} 
.recent-activity{ margin: 30px; border: solid silver 1px; background: url(/images/page_curl.gif) top right no-repeat; padding: 10px; }
.recent-activity h2 { margin-left: 2px; padding-left: 20px; background: url(/images/rss-black-white.png) left 8px no-repeat;  }
</style>
<table border="0">
<tbody>
<tr>
<th>Description</th>
<td>The users mailing list is open to everyone to read, join, and<br />
post to. Ask anything here.</td>
</tr>
<tr>
<th>Topics</th>
<td>Anything</td>
</tr>
<tr>
<th>Archive</th>
<td><a href="http://groups.google.com/group/architecture-rules-users/topics?gvc=2">http://groups.google.com/group/architecture-rules-users/<br />
</a></td>
</tr>
<tr>
<th>RSS Feed</th>
<td><a href="http://groups.google.com/group/architecture-rules-users/feed/rss_v2_0_topics.xml">http://groups.google.com/group/architecture-rules-users/feed/rss_v2_0_topics.xml<br />
</a></td>
</tr>
<tr>
<th>Guidlines</th>
<td>
<a href="mailing-list-guidelines">Mailing List Guidelines</a>
</td>
</tr>
</tbody>
</table>
<div class="recent-activity">
<h2>Recent Activity</h2>
<ol> <li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-users/browse_thread/thread/324ce4a85025c62e/99ef39884c81d175?show_docid=99ef39884c81d175" rel="external"  title="  OK, lets lay out a road map for 3.0. I have a few things that I want to see  put into it, and I'd also like to hear what you want in it.  *== org.architecturerules ==*  First. The big change is the groupId which is finally going to be  moved to org.architecturerules  for the core project and the m">3.0 Roadmap</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-users/browse_thread/thread/6779b59a37d0fe67/3ba0ea026371922d?show_docid=3ba0ea026371922d" rel="external"  title="  Hi everyone.  I was wondering if anyone would be willing to share their XML configuration?  I am interested in seeing how YOU, the users are using the tool so that we  can see if there there room for streamlining current features or adding new  features.  Another great interest of mine would be a ">Architecture Rules: your stories</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-users/browse_thread/thread/c92ced9ceb19b1b1/93daeece28dd6200?show_docid=93daeece28dd6200" rel="external"  title="  One more time its me. There's another thing I've discovered. To me it  feels quite strange to define, what is forbidden instead of what is  allowed. The approach of defining violations generates a lot of false  positives if not defined correctly. I think it would be easier to do  not allow any dep">Define positive dependency list instead of what's forbidden</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-users/browse_thread/thread/d61798d6d51c2ed9/21fa8d7582cf6e84?show_docid=21fa8d7582cf6e84" rel="external"  title="  Is there a formatting preferences file for eclipse available to ensure  code formatting? I'd like to help implementing a few features but fear  to mess up a lot of existing code by using the autoformatting feature  of Eclipse.  Regards,  Ollie  ">Eclipse formatting</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-users/browse_thread/thread/c20b2810b909ed76/e6f444bd394a43a0?show_docid=e6f444bd394a43a0" rel="external"  title="  As already mentioned here I'd linke to suggest the ANT style wildcard  package syntax over the current one as it seems to be more readable.  Especially the multiple packages match seems quite weird to me.  E.g.:  foo.bar.**.foobar - matches all packages beginning with foo.bar and  ending with foob">Wildcard syntax</a></span></li></ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/mailing-lists/architecture-rules-users/feed</wfw:commentRss>
		</item>
		<item>
		<title>architecture-rules-dev</title>
		<link>http://72miles.com/architecturerules/mailing-lists/architecture-rules-dev</link>
		<comments>http://72miles.com/architecturerules/mailing-lists/architecture-rules-dev#comments</comments>
		<pubDate>Tue, 06 May 2008 19:00:36 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Mailing-Lists]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=28</guid>
		<description><![CDATA[
.post table { margin-top: 20px; } 
.post table tbody th { color: #6eb700; valign: top; padding-right: 10px;} 
.post table tbody tr { height: 30px; } 
.post ol, .post ol li, span.rssLinkListItemTitle { margin-left: 0px !important; padding-left: 0px !important;} 
.post ol li { line-height: 24px; font-size: 10px; border-bottom: dashed silver 1px;} .post h6 { display: none;} [...]]]></description>
			<content:encoded><![CDATA[<style>
.post table { margin-top: 20px; } 
.post table tbody th { color: #6eb700; valign: top; padding-right: 10px;} 
.post table tbody tr { height: 30px; } 
.post ol, .post ol li, span.rssLinkListItemTitle { margin-left: 0px !important; padding-left: 0px !important;} 
.post ol li { line-height: 24px; font-size: 10px; border-bottom: dashed silver 1px;} .post h6 { display: none;} 
.recent-activity{ margin: 30px; border: solid silver 1px; background: url(/images/page_curl.gif) top right no-repeat; padding: 10px; }
.recent-activity h2 { margin-left: 2px; padding-left: 20px; background: url(/images/rss-black-white.png) left 8px no-repeat;  }
</style>
<table border="0">
<tbody>
<tr>
<th>Description</th>
<td>A group readable by anyone but new posts are reserved for source code commiters and observers.</td>
</tr>
<tr>
<th>Topics</th>
<td>Development, Issues, Tasks</td>
</tr>
<tr>
<th>Archive</th>
<td><a href="http://groups.google.com/group/architecture-rules-dev/topics?gvc=2">http://groups.google.com/group/architecture-rules-dev/<br />
</a></td>
</tr>
<tr>
<th>RSS Feed</th>
<td><a href="http://groups.google.com/group/architecture-rules-dev/feed/rss_v2_0_topics.xml">http://groups.google.com/group/architecture-rules-dev/feed/rss_v2_0_topics.xml<br />
</a></td>
</tr>
<tr>
<th>Guidlines</th>
<td>
<a href="mailing-list-guidelines">Mailing List Guidelines</a>
</td>
</tr>
</tbody>
</table>
<div class="recent-activity">
<h2>Recent Activity</h2>
<ol> <li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-dev/browse_thread/thread/fd9272d75a25f2ff/d511c1ff9f391596?show_docid=d511c1ff9f391596" rel="external"  title="  Hi Fellas.  I picked up architecturerules.org last week. I put two resources under it.  First is a wordpress instance that will be used as a platform to promote the  project. I have copied all of my posts form 72miles.com about the project  over. I invite you all to post from it too. You can post ">architecturerules.org</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-dev/browse_thread/thread/c30e148a8ae469fb/c1caa2aeffd7696d?show_docid=c1caa2aeffd7696d" rel="external"  title="  A thought, should the dev mailing list be absolved since this project's  community is so small? Sometimes too many options can be a hindrance to  growth. We could keep all discussions in the users list.  Thoughts, comments?  ~ Mike Nereson  ">absolve dev mailing list?</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-dev/browse_thread/thread/a1a5c75239349838/a5cbc33660d0238e?show_docid=a5cbc33660d0238e" rel="external"  title="  We're gaining a little momentum now. Chris just us this month and brought  some new excitement to the project. Today, Raja contacted me about joining  the project. We've discussed some points of entry for him and I think he'll  make a great addition to the team.  Raja is in India, which now stretc">Architecture Rules Welcomes Raja</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-dev/browse_thread/thread/7a918cfb63379ad2/5ad3c14334983bd3?show_docid=5ad3c14334983bd3" rel="external"  title="  I reviewed all of the issues in the issue list.  I fixed all of the released version for each issue using the *Milestone *  tag.  I setup components: *core, maven, ant, docs*; and categorized all of the  issues.  I also changed a few from *defect *to *enhancement *or *enhancement *to *  defect*.  ">architecture rules issue list</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-dev/browse_thread/thread/9b415e2eb2c229e7/2c4f0c3c83676161?show_docid=2c4f0c3c83676161" rel="external"  title="  We should try to take advantage of these google code features...  [link]  Specifically things like:  Since we currently are working on a lot of tasks straight out of the issue  list.  ">Google Code - Announcements of the latest features</a></span></li></ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/mailing-lists/architecture-rules-dev/feed</wfw:commentRss>
		</item>
		<item>
		<title>architcture-rules-activity</title>
		<link>http://72miles.com/architecturerules/mailing-lists/architcture-rules-activity</link>
		<comments>http://72miles.com/architecturerules/mailing-lists/architcture-rules-activity#comments</comments>
		<pubDate>Tue, 06 May 2008 18:00:50 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Mailing-Lists]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=30</guid>
		<description><![CDATA[
.post table { margin-top: 20px; } 
.post table tbody th { color: #6eb700; valign: top; padding-right: 10px;} 
.post table tbody tr { height: 30px; } 
.post ol, .post ol li, span.rssLinkListItemTitle { margin-left: 0px !important; padding-left: 0px !important;} 
.post ol li { line-height: 18px; font-size: 10px; border-bottom: dashed silver 1px;} .post h6 { display: none;} [...]]]></description>
			<content:encoded><![CDATA[<style>
.post table { margin-top: 20px; } 
.post table tbody th { color: #6eb700; valign: top; padding-right: 10px;} 
.post table tbody tr { height: 30px; } 
.post ol, .post ol li, span.rssLinkListItemTitle { margin-left: 0px !important; padding-left: 0px !important;} 
.post ol li { line-height: 18px; font-size: 10px; border-bottom: dashed silver 1px;} .post h6 { display: none;} 
.recent-activity{ margin: 30px; border: solid silver 1px; background: url(/images/page_curl.gif) top right no-repeat; padding: 10px; }
.recent-activity h2 { margin-left: 2px; padding-left: 20px; background: url(/images/rss-black-white.png) left 8px no-repeat;  }
</style>
<table border="0">
<tbody>
<tr>
<th>Description</th>
<td>SVN commits and issue list additions/changes. This list is automated.</td>
</tr>
<tr>
<th>Topics</th>
<td>Subversion Commits, Issue Activity</td>
</tr>
<tr>
<th>Archive</th>
<td><a href="http://groups.google.com/group/architecture-rules-activity/topics?gvc=2">http://groups.google.com/group/architecture-rules-activity/<br />
</a></td>
</tr>
<tr>
<th>RSS Feed</th>
<td><a href="http://groups.google.com/group/architecture-rules-activity/feed/rss_v2_0_topics.xml">http://groups.google.com/group/architecture-rules-activity/feed/rss_v2_0_topics.xml<br />
</a></td>
</tr>
</tbody>
</table>
<div class="recent-activity">
<h2>Recent Activity</h2>
<ol> <li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/b07845b31a4e8bf9/faab3592da586a75?show_docid=faab3592da586a75" rel="external"  title="  Issue 68: add support for listerners  [link]  Comment #4 by mikenereson:  (No comment was entered for this change.)  Issue attribute updates:  Owner: cdallas  ">Issue 68 in architecturerules: add support for listerners</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/1cc8ebe52f691542/ae4b937633758909?show_docid=ae4b937633758909" rel="external"  title="  Issue 66: migrate ant support to new module architecture-rules-ant  [link]  Comment #2 by mikenereson:  Ant has been migrated to the architecture-rules-ant module which has its  own tests  and its own dependencies. This will need to be documented before we setup a  ">Issue 66 in architecturerules: migrate ant support to new module architecture-rules-ant</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/a357172e175cb2b2/c72f5685b73a594b?show_docid=c72f5685b73a594b" rel="external"  title="  Issue 60: Output XML report  [link]  Comment #3 by mikenereson:  (No comment was entered for this change.)  Issue attribute updates:  Owner: ---  ">Issue 60 in architecturerules: Output XML report</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/3d8f54a4d2d496e5/27382cd22ac95441?show_docid=27382cd22ac95441" rel="external"  title="  Issue 50: be able to define source directory with absolute path  [link]  Comment #2 by mikenereson:  (No comment was entered for this change.)  Issue attribute updates:  Owner: ---  ">Issue 50 in architecturerules: be able to define source directory with absolute path</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/ff403c82a5ba00b9/dc4a454ff77a1c15?show_docid=dc4a454ff77a1c15" rel="external"  title="  Issue 47: documentation: mailing-list-guidelines  [link]  Comment #4 by mikenereson:  (No comment was entered for this change.)  Issue attribute updates:  Owner: ---  ">Issue 47 in architecturerules: documentation: mailing-list-guidelines</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/f219319a80f534aa/1a12467023ddc8ce?show_docid=1a12467023ddc8ce" rel="external"  title="  Issue 59: DependencyConstraintException should report the violating class  [link]  Comment #7 by mikenereson:  (No comment was entered for this change.)  Issue attribute updates:  Owner: ---  ">Issue 59 in architecturerules: DependencyConstraintException should report the violating class</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/046dfe1f68e3b8a3/b87e6ae845112205?show_docid=b87e6ae845112205" rel="external"  title="  Issue 52: maven2/ant task xml output  [link]  Comment #2 by mikenereson:  (No comment was entered for this change.)  Issue attribute updates:  Owner: ---  ">Issue 52 in architecturerules: maven2/ant task xml output</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/5740691193af9d5e/761e07fbfe93e610?show_docid=761e07fbfe93e610" rel="external"  title="  Issue 56: fix URL to CI server  [link]  Comment #4 by mikenereson:  (No comment was entered for this change.)  Issue attribute updates:  Labels: Component-docs  ">Issue 56 in architecturerules: fix URL to CI server</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/80dbd50e92e965b2/28a4be92d904057c?show_docid=28a4be92d904057c" rel="external"  title="  Issue attribute updates:  Labels: Component-ant  Affected issues:  issue 10: run test with Ant and other tools  [link]  issue 66: migrate ant support to new module architecture-rules-ant  [link]  ">3 issues changed in architecturerules</a></span></li><li><span class="rssLinkListItemTitle"><a href="http://groups.google.com/group/architecture-rules-activity/browse_thread/thread/078b0eed998a214e/8f6a44893bc55a8f?show_docid=8f6a44893bc55a8f" rel="external"  title="  Issue 51: java.lang.NoClassDefFoundError : javassist  [link]  Comment #2 by mikenereson:  (No comment was entered for this change.)  Issue attribute updates:  Labels: -Component-Docs  ">Issue 51 in architecturerules: java.lang.NoClassDefFoundError: javassist</a></span></li></ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/mailing-lists/architcture-rules-activity/feed</wfw:commentRss>
		</item>
		<item>
		<title>Architecture Rules is Moving</title>
		<link>http://72miles.com/architecturerules/uncategorized/architecture-rules-is-moving</link>
		<comments>http://72miles.com/architecturerules/uncategorized/architecture-rules-is-moving#comments</comments>
		<pubDate>Thu, 10 Apr 2008 02:59:24 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=7</guid>
		<description><![CDATA[From http://architecturerules.googlecode.com to http://72miles.com/architecturerules
Actually, we&#8217;re mirroring on both sites, indefinitely. googlecode is not crawlable, and its all static HTML that has to be maintained. This is an open source blogging system that makes new pages, and edits much easier.
]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://architecturerules.googlecode.com/svn/docs/index.html" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">http://architecturerules.googlecode.com</a> to <a href="http://72miles.com/architecturerules" target="_self">http://72miles.com/architecturerules</a></p>
<p>Actually, we&#8217;re mirroring on both sites, indefinitely. googlecode is not crawlable, and its all static HTML that has to be maintained. This is an open source blogging system that makes new pages, and edits much easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/uncategorized/architecture-rules-is-moving/feed</wfw:commentRss>
		</item>
		<item>
		<title>Release 2.0.3</title>
		<link>http://72miles.com/architecturerules/releases/release-203</link>
		<comments>http://72miles.com/architecturerules/releases/release-203#comments</comments>
		<pubDate>Sun, 20 Jan 2008 01:47:14 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=15</guid>
		<description><![CDATA[Resolved reported issues with XML configuration and path separator / on  non-windows platforms. Also documenting which dependencies are not required, but  are optional. For example the ant dependency is only needed by those developers  who want to execute the test via the ant task.

architecture-rules-2.0.3.jar 
architecture-rules-2.0.3-sources.jar 
architecture-rules-2.0.3-test-sources.jar 

Javadocs
This version&#8217;s (2.0.3) api documentation (javadocs) [...]]]></description>
			<content:encoded><![CDATA[<p>Resolved reported issues with XML configuration and path separator / on  non-windows platforms. Also documenting which dependencies are not required, but  are optional. For example the ant dependency is only needed by those developers  who want to execute the test via the ant task.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.3.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.0.3.jar </a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.3-sources.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.0.3-sources.jar </a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.3-test-sources.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.0.3-test-sources.jar </a></li>
</ol>
<h3>Javadocs</h3>
<p>This version&#8217;s (2.0.3) api documentation <a href="http://architecturerules.googlecode.com/svn/docs/api/2.0.3/index.html" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">(javadocs) are available here</a>.</p>
<h3>Changes</h3>
<ul>
<li> <a href="http://code.google.com/p/architecturerules/issues/detail?id=23" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-23 </a>determine which dependencies are optional <em>usability</em></li>
<li><a href="http://code.google.com/p/architecturerules/issues/detail?id=24" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-24 </a>slashes in Unix and windows are different, paths can not be read  <em>usability </em></li>
<li> <a href="http://code.google.com/p/architecturerules/issues/detail?id=25" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-25</a> cycles test not run with XML configuration <em>usability</em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-203/feed</wfw:commentRss>
		</item>
		<item>
		<title>Release 2.0.2</title>
		<link>http://72miles.com/architecturerules/releases/release-202</link>
		<comments>http://72miles.com/architecturerules/releases/release-202#comments</comments>
		<pubDate>Fri, 23 Nov 2007 05:00:27 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=16</guid>
		<description><![CDATA[Resolved major issue regarding scope of getConfiguration which allows for  programmatic configuration.

architecture-rules-2.0.2.jar
architecture-rules-2.0.2-sources.jar
architecture-rules-2.0.2-test-sources.jar

Javadocs
This version&#8217;s (2.0.2) api documentation (javadocs) are available here. 
Changes

issue-9 add package.html and overview.html maintainability
issue-21 getConfiguration() scope too weak usability

]]></description>
			<content:encoded><![CDATA[<p>Resolved major issue regarding scope of getConfiguration which allows for  programmatic configuration.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.2.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.0.2.jar</a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.2-sources.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.0.2-sources.jar</a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.2-test-sources.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.0.2-test-sources.jar</a></li>
</ol>
<h3>Javadocs</h3>
<p>This version&#8217;s (2.0.2) api documentation <a href="http://architecturerules.googlecode.com/svn/docs/api/2.0.2/index.html" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">(javadocs) are available here</a>.<a href="http://architecturerules.googlecode.com/svn/docs/api/2.0.2/index.html" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');"> </a></p>
<h3>Changes</h3>
<ul class="changes">
<li id="issue-9"><a href="http://code.google.com/p/architecturerules/issues/detail?id=9" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-9</a> add package.html and overview.html <em><span>maintainability</span></em></li>
<li id="issue-21"><a href="http://code.google.com/p/architecturerules/issues/detail?id=21" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-21</a> getConfiguration() scope too weak <em><span>usability</span></em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-202/feed</wfw:commentRss>
		</item>
		<item>
		<title>Release 2.0.1</title>
		<link>http://72miles.com/architecturerules/releases/release-201</link>
		<comments>http://72miles.com/architecturerules/releases/release-201#comments</comments>
		<pubDate>Fri, 16 Nov 2007 05:00:02 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=17</guid>
		<description><![CDATA[Reduces JRE dependency from version 5.0 to version 1.4, which was the intended  version all along. Fixed scope of abstract methods in the abstract test.

architecture-rules-2.0.1.jar
architecture-rules-2.0.1-sources.jar
architecture-rules-2.0.1-test-sources.jar

Javadocs
This version&#8217;s (2.0.1) api documentation (javadocs) are available here.

Changes

issue-18 Cannot extend AbstractArchitectureRulesConfigurationTest usability
issue-20 should only require java 1.4 usability

]]></description>
			<content:encoded><![CDATA[<p>Reduces JRE dependency from version 5.0 to version 1.4, which was the intended  version all along. Fixed scope of abstract methods in the abstract test.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.1.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.0.1.jar</a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.1-sources.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.0.1-sources.jar</a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0.1-test-sources.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.0.1-test-sources.jar</a></li>
</ol>
<h3>Javadocs</h3>
<p>This version&#8217;s (2.0.1) api documentation <a href="http://architecturerules.googlecode.com/svn/docs/api/2.0.1/index.html" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">(javadocs) are available here</a>.</p>
<p><!-- /download  --></p>
<h3>Changes</h3>
<ul class="changes">
<li id="issue-18"><a href="http://code.google.com/p/architecturerules/issues/detail?id=18" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-18</a> Cannot extend AbstractArchitectureRulesConfigurationTest <em><span>usability</span></em></li>
<li id="issue-20"><a href="http://code.google.com/p/architecturerules/issues/detail?id=20" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-20</a> should only require java 1.4 <em><span>usability</span></em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-201/feed</wfw:commentRss>
		</item>
		<item>
		<title>Release 2.0-rc2</title>
		<link>http://72miles.com/architecturerules/releases/release-20-rc2</link>
		<comments>http://72miles.com/architecturerules/releases/release-20-rc2#comments</comments>
		<pubDate>Tue, 13 Nov 2007 05:00:31 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=18</guid>
		<description><![CDATA[Improvements release. Rewrite of the CyclicRedundencyService  to utilize features in the JDepend JavaPackage to discover cyclic dependencies.

architecture-rules-2.0-rc2.jar
architecture-rules-2.0-rc2-sources.jar
architecture-rules-2.0-rc2-test-sources.jar


Changes

issue-10 run test with Ant and other tools usability
issue-11 remove log4j.xml from package
issue-13 Use JavaPackage logic to locate cycles performance maintainability
issue-14 allow programmatic-only configuration usability
issue-15 add appropriate copy write to sources usability maintainability
issue-16 provide test-sources jar usability

]]></description>
			<content:encoded><![CDATA[<p>Improvements release. Rewrite of the CyclicRedundencyService  to utilize features in the JDepend JavaPackage to discover cyclic dependencies.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0-rc2.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.0-rc2.jar</a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0-rc2-sources.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.0-rc2-sources.jar</a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0-rc2-test-sources.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.0-rc2-test-sources.jar</a></li>
</ol>
<p><!-- /download  --></p>
<h3>Changes</h3>
<ul class="changes">
<li id="issue-10"><a href="http://code.google.com/p/architecturerules/issues/detail?id=10" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-10</a> run test with Ant and other tools <em><span>usability</span></em></li>
<li id="issue-11"><a href="http://code.google.com/p/architecturerules/issues/detail?id=11" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-11</a> remove log4j.xml from package</li>
<li id="issue-13"><a href="http://code.google.com/p/architecturerules/issues/detail?id=13" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-13</a> Use JavaPackage logic to locate cycles <span>performance <em>maintainability</em></span></li>
<li id="issue-14"><a href="http://code.google.com/p/architecturerules/issues/detail?id=14" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-14</a> allow programmatic-only configuration <em><span>usability</span></em></li>
<li id="issue-15"><a href="http://code.google.com/p/architecturerules/issues/detail?id=15" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-15</a> add appropriate copy write to sources <span><em>usability</em> <em>maintainability</em></span></li>
<li id="issue-16"><a href="http://code.google.com/p/architecturerules/issues/detail?id=16" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-16</a> provide test-sources jar <em><span>usability</span></em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-20-rc2/feed</wfw:commentRss>
		</item>
		<item>
		<title>Release 2.0-rc1</title>
		<link>http://72miles.com/architecturerules/releases/release-20-rc1</link>
		<comments>http://72miles.com/architecturerules/releases/release-20-rc1#comments</comments>
		<pubDate>Fri, 02 Nov 2007 05:00:53 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=19</guid>
		<description><![CDATA[First real release. This probably should have been the 1.0 series. This  release finished the issues and tasks that should have been completed before  attempting to release the tool. It added a real xml parsing strategy to the ConfigurationFactory  - commons digester. Also, test  coverage is now at 88%, beating the [...]]]></description>
			<content:encoded><![CDATA[<p>First real release. This probably should have been the 1.0 series. This  release finished the issues and tasks that should have been completed before  attempting to release the tool. It added a real xml parsing strategy to the ConfigurationFactory  - commons digester. Also, test  coverage is now at 88%, beating the goal of 80%. And finally, rather than just  reporting that a cyclic dependency exists, the exact packages with the cyclic  dependency are exposed. Soon, even the classes will be identified.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0-rc1.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.0-rc1.jar</a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-2.0-rc1-sources.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-2.0-rc1-sources.jar</a></li>
</ol>
<h3>Changes</h3>
<ul class="changes">
<li id="issue-1"><a href="http://code.google.com/p/architecturerules/issues/detail?id=1" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-1</a> more complete test coverage</li>
<li id="issue-4"><a href="http://code.google.com/p/architecturerules/issues/detail?id=4" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-4</a> allow programmatic configuration <em><span>usability</span></em></li>
<li id="issue-5"><a href="http://code.google.com/p/architecturerules/issues/detail?id=5" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-5</a> rewrite configurationhandler with new xml parser <span><em>maintainability </em> <em>performance</em></span></li>
<li id="issue-6"><a href="http://code.google.com/p/architecturerules/issues/detail?id=6" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-6</a> report which packages were cyclic in dependency <em><span>usability</span></em></li>
<li id="issue-7"><a href="http://code.google.com/p/architecturerules/issues/detail?id=7" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-7</a> exceptions should be unchecked <em><span>usability</span></em></li>
<li id="issue-8"><a href="http://code.google.com/p/architecturerules/issues/detail?id=8" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-8</a> change rule configuration of id to name value pair <em><span>usability</span></em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-20-rc1/feed</wfw:commentRss>
		</item>
		<item>
		<title>Release 1.1</title>
		<link>http://72miles.com/architecturerules/releases/release-11</link>
		<comments>http://72miles.com/architecturerules/releases/release-11#comments</comments>
		<pubDate>Thu, 26 Jul 2007 05:00:41 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=20</guid>
		<description><![CDATA[Removed dependencies that only used a single class but brought along a large  package.

architecture-rules-1.1.jar
architecture-rules-1.1-sources.jar


Changes

issue-2 remove unnecessary dependencies maintainability
issue-3 complete javadocs maintainability

]]></description>
			<content:encoded><![CDATA[<p>Removed dependencies that only used a single class but brought along a large  package.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-1.1.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-1.1.jar</a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-1.1-sources.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-1.1-sources.jar</a></li>
</ol>
<p><!-- /download  --></p>
<h3>Changes</h3>
<ul class="changes">
<li id="issue-2"><a href="http://code.google.com/p/architecturerules/issues/detail?id=2" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-2</a> remove unnecessary dependencies <em><span>maintainability</span></em></li>
<li id="issue-3"><a href="http://code.google.com/p/architecturerules/issues/detail?id=3" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">issue-3</a> complete javadocs <em><span>maintainability</span></em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-11/feed</wfw:commentRss>
		</item>
		<item>
		<title>Release 1.0</title>
		<link>http://72miles.com/architecturerules/releases/release-10</link>
		<comments>http://72miles.com/architecturerules/releases/release-10#comments</comments>
		<pubDate>Wed, 18 Jul 2007 02:03:22 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://72miles.com/architecturerules/?p=21</guid>
		<description><![CDATA[First release. It works and is usable. The only known issues are  enhancements.

architecture-rules-1.0.jar
architecture-rules-1.0-sources.jar

]]></description>
			<content:encoded><![CDATA[<p>First release. It works and is usable. The only known issues are  enhancements.</p>
<ol class="downloadable">
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-1.0.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-1.0.jar</a></li>
<li><a href="http://architecturerules.googlecode.com/files/architecture-rules-1.0-sources.jar" onclick="javascript:pageTracker._trackPageview ('/outbound/architecturerules.googlecode.com');">architecture-rules-1.0-sources.jar</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://72miles.com/architecturerules/releases/release-10/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
