Friday December 10, 2004

Can you test all of AppFuse?
I'll admit, it's time for me to get a G5. I can no longer test everything in AppFuse in one fell swoop. When I try to run this Ant build file
(which I'd like to use with CruiseControl) on my Mac and Linux machines, I get OutOfMemory errors. My PowerBook has ANT_OPTS set to "-Xmx768m" and my Fedora Core 3 box has it set to "-Xms1024M -Xmx1024M". Both machines have 1 GB of RAM. The build dies a lot sooner on Linux (15 minutes), and the PowerBook gets really close to finishing (42 minutes). I'm guessing all the tests would take about 50 minutes on the PowerBook. There are currently 21 AppFuse combinations tested by this script. Spring is used in all of these, so I've eliminated that as a listed option.
NOTE: If you're trying this on Windows, remove the "fixcrlf" call at the beginning of the "test" target.
- Struts + Hibernate
- Struts + Hibernate and iBATIS
- Struts + iBATIS
- Struts with AppGen - Generic
- Struts with AppGen - Detailed
- Spring MVC + Hibernate
- Spring MVC + iBATIS
- Spring MVC with AppGen - Generic
- Spring MVC with AppGen - Detailed
- WebWork + Hibernate
- WebWork + iBATIS
- WebWork with AppGen - Generic
- WebWork with AppGen - Detailed
- JSF + Hibernate
- JSF + iBATIS
- JSF with AppGen - Generic
- JSF with AppGen - Detailed
- Tapestry + Hibernate
- Tapestry + iBATIS
- Tapestry with AppGen - Generic
- Tapestry with AppGen - Detailed
So, the question is - can your machine run all the tests for AppFuse? If so, let me know your specs. I'd love to get this setup for CruiseControl, but if I can't even run it with Ant, I doubt CruiseControl will be any better. I realize I could split things up, but I prefer to have one build file.
Posted in Java at Dec 10 2004, 08:51:02 AM MST 8 CommentsSearch This Site
Recent Entries
- My What's New in Spring 3.1 Presentation
- Twitter's Open Source Summit: Bootstrap 2.0 Edition
- Refreshing AppFuse's UI with Twitter Bootstrap
- 2011 - A Year in Review
- Upgrading AppFuse to Spring Security 3.1 and Spring 3.1
- What have I been working on at Taleo?
- Our Engaging Trip to Paris and Antwerp
- My HTML5 with Play Scala, CoffeeScript and Jade Presentation from Devoxx 2011
- Deploying Java and Play Framework Apps to the Cloud with James Ward
- PhoneGap for Hybrid App Development