> I am wanting to automate deployment of our WARs / EARs to Weblogic 8 under > Maven, scheduled via Anthill Pro. > > I'm wondering what is the latest and greatest way to do this, right now.
I use the weblogic.Deployer class called by an <ant:java> tag http://e-docs.bea.com/wls/docs81/deployment/tools.html -- Thomas Recloux --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
