<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>Architecture Rules</title>
	<link>http://72miles.com/architecturerules</link>
	<description>Assert your Architecture!</description>
	<lastBuildDate>Sun, 31 Aug 2008 01:00:18 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Release 2.1.1</title>
		<description>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

    
    [code="xml"]
com.seventytwomiles
architecturerules
2.1.1
    [/code]
   

Also, you must add our maven repository.

Javadocs
This version's (2.1.1) api ...</description>
		<link>http://72miles.com/architecturerules/releases/release-211</link>
			</item>
	<item>
		<title>Release 2.1.0</title>
		<description>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've also added support for configuration method chaining, better Exception class hierarchy and metadata, ...</description>
		<link>http://72miles.com/architecturerules/releases/release-210</link>
			</item>
	<item>
		<title>Mailing List Feeds</title>
		<description>
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>
		<link>http://72miles.com/architecturerules/mailing-lists/mailing-list-feeds</link>
			</item>
	<item>
		<title>architecture-rules-users</title>
		<description>
.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;} ...</description>
		<link>http://72miles.com/architecturerules/mailing-lists/architecture-rules-users</link>
			</item>
	<item>
		<title>architecture-rules-dev</title>
		<description>
.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;} ...</description>
		<link>http://72miles.com/architecturerules/mailing-lists/architecture-rules-dev</link>
			</item>
	<item>
		<title>architcture-rules-activity</title>
		<description>
.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;} ...</description>
		<link>http://72miles.com/architecturerules/mailing-lists/architcture-rules-activity</link>
			</item>
	<item>
		<title>Architecture Rules is Moving</title>
		<description>From http://architecturerules.googlecode.com to http://72miles.com/architecturerules

Actually, we'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>
		<link>http://72miles.com/architecturerules/uncategorized/architecture-rules-is-moving</link>
			</item>
	<item>
		<title>Release 2.0.3</title>
		<description>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 ...</description>
		<link>http://72miles.com/architecturerules/releases/release-203</link>
			</item>
	<item>
		<title>Release 2.0.2</title>
		<description>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'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>
		<link>http://72miles.com/architecturerules/releases/release-202</link>
			</item>
	<item>
		<title>Release 2.0.1</title>
		<description>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'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>
		<link>http://72miles.com/architecturerules/releases/release-201</link>
			</item>
	<item>
		<title>Release 2.0-rc2</title>
		<description>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 ...</description>
		<link>http://72miles.com/architecturerules/releases/release-20-rc2</link>
			</item>
	<item>
		<title>Release 2.0-rc1</title>
		<description>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 ...</description>
		<link>http://72miles.com/architecturerules/releases/release-20-rc1</link>
			</item>
	<item>
		<title>Release 1.1</title>
		<description>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>
		<link>http://72miles.com/architecturerules/releases/release-11</link>
			</item>
	<item>
		<title>Release 1.0</title>
		<description>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>
		<link>http://72miles.com/architecturerules/releases/release-10</link>
			</item>
</channel>
</rss>
