This post originated from an RSS feed registered with Java Buzz
by Vik David.
Original Post: Automated builds with WSAD and WebSphere
Feed Title: The Fair And Biased Blog
Feed URL: http://blog.vikdavid.com/index.rdf
Feed Description: On Software Development and related program activities ...
Okay, so automating builds with WSAD 5.1 and WebSphere 5.1 (standalone) is a known problem. Even people at BEA have fun pointing it out. It's messy, but I've got a workable solution and I'm documenting it here. The Environment We have several WSAD 5.1 projects of all types (EARs, EJBs, Web, regular Java, Web Services, etc.) checked into Rational ClearCase. I have a separate WebSphere 5.1 (standalone, outside WSAD) instance on my workstation. My goal was to atleast automate the task of getting an EAR out of WSAD and deploy...