The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Project Inception

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
XP Cincinnati

Posts: 40
Nickname: xpcinci
Registered: Jul, 2005

XP Cincinnati is an eXtreme Programming Users Group in Cincinnati, OH
Project Inception Posted: Aug 27, 2005 5:50 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by XP Cincinnati.
Original Post: Project Inception
Feed Title: XP Cincinnati
Feed URL: http://xpcincinnati.org/xml/rss/feed.xml
Feed Description: XP Cincinnati is the website of the XP Cincinnati eXtreme Programming Users Group.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by XP Cincinnati
Latest Posts From XP Cincinnati

Advertisement

I recently spent three weeks at the beginning of a project, on and off, setting up the automated build process. This included

  • Compile everything to jar.
  • Run javadoc generation.
  • Run junit tests
  • Run junit reports.
  • Run jcoverage reports
  • Generate war and copy to app server.

I didn’t even integrate PMD and it took another 3 weeks to complete the fan build indicators.

This is too long. So, with help from XP Cincinnati volunteers, I would like to put together something that would accomplish this goal.

GOAL: One war build automation. One hour setup time.

The biggest problem is configuration flexibility which Maven solved with lots of configuration files. They don’t support my goal because of the setup time. I would like to try to follow the RubyOnRails design guideline of “convention over configuration” to see how far we can get.

Phase One will have to be a fully functional automated build of a single source and test file. From there we can start extracting the pieces we can simplify.

It would be nice to add in the x10 device build notification features as well.

Read: Project Inception

Topic: Hallepoort Castle Previous Topic   Next Topic Topic: The Great Rails Blog-off

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use