I've committed what I've got so far into the maven-plugins project on sourceforge (mavin-plugins/was5) . It's in CVS, but not released as a jar. The documentation is not great yet, and not all the wsanttask.jar tasks have been exposed, but enough to ejbdeploy, start/stop servers, un/install ears (and probably ejb-jars, wars), start/stop/list applications. The biggy that's missing is the wsadmin task, although I'm yet to really see how that would be used - it may end up being easier to fall back to calling the ant task directly.
I believe that this plugin will work with both WAS 5.0 and 5.1, as they both contain wsanttasks.jar, and appear to be compatible. I've only tested with WAS 5.0 so far though. I'm publishing this plugin in its current state so that those who have expressed interest can have a look at it, suggest improvements, and hopefully even make use of it. I'm a maven newbie too, so happy to hear any comments... Richard ----- Original Message ----- From: "Gautham Pamu" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, March 09, 2004 3:59 AM Subject: Re: Anyone working on WebSphere AppServer 5.0 Plugin? > Hi Richard, > > I am new to Maven, but even I am interested to install > my ear file on WAS 5.0 after the maven build is > completed, if you have a goal in maven.xml for > installing/configuring/operating on WAS 5.0, can you > send some goals and instructions on how to setup the > project to use wsanttasks.jar.... > > Thanks > Gautham Pamu > > --- Richard Lewis-Shell <[EMAIL PROTECTED]> wrote: > > The difference is that I am just calling/wrapping > > the ant tasks that IBM > > supplies in their wsanttasks.jar, rather than > > calling the .bat/.sh scripts. > > My SF id is rlewisshell - I was hoping that this > > might end up along side the > > was40 plugin one day... > > > > Richard > > > > ----- Original Message ----- > > From: <[EMAIL PROTECTED]> > > To: "Maven Users List" <[EMAIL PROTECTED]> > > Sent: Friday, March 05, 2004 12:32 PM > > Subject: Re: Anyone working on WebSphere AppServer > > 5.0 Plugin? > > > > > > > I've done this for WAS 4.0. That's what the was40 > > plugin is up on > > > sourceforge. If you want to join the team, pop > > someone an email with your > > > sourceforge id. > > > > > > If it could have a similar set of goals to the 40 > > plugin, that'd be even > > > better! > > > -- > > > dIon Gillard, Multitask Consulting > > > > > > > > > > > > "Richard Lewis-Shell" <[EMAIL PROTECTED]> wrote > > on 05/03/2004 11:27:14 > > > AM: > > > > > > > Oh, and ejbdeploy > > > > > > > > ----- Original Message ----- > > > > From: "Richard Lewis-Shell" > > <[EMAIL PROTECTED]> > > > > To: "Maven Users List" <[EMAIL PROTECTED]> > > > > Sent: Friday, March 05, 2004 11:21 AM > > > > Subject: Re: Anyone working on WebSphere > > AppServer 5.0 Plugin? > > > > > > > > > > > > > I am. I am basically building a plugin > > wrapper around the wsanttasks. > > > > It's > > > > > early days yet, but so far server > > starting/stopping and application > > > > listing > > > > > is working. Am happy to share/collaborate to > > get it done... > > > > > > > > > > Richard > > > > > > > > > > ----- Original Message ----- > > > > > From: <[EMAIL PROTECTED]> > > > > > To: "Maven Users List" > > <[EMAIL PROTECTED]> > > > > > Sent: Friday, March 05, 2004 12:48 AM > > > > > Subject: Anyone working on WebSphere AppServer > > 5.0 Plugin? > > > > > > > > > > > > > > > > > > > > > > Is anyone working on a WebSphere AppServer > > 5.0 plugin? > > > > > > > > > > > > - Tom > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Search - Find what you're looking for faster > http://search.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
