Hi, looking at the build-j2ee.xml, there are targets to automate the assembly of war and ear files. Are there any plans to provide automation of the deployment / updating of these assembled components within j2ee containers?
e.g. ear files to common j2ee servers - weblogic, websphere, jboss. similarly war files to tomcat etc. This would presumably require an extension of project.xml to describe which container was in use and properties specific to those containers - location, username, password etc. This could lead the way to automating the testing of new builds within the deployment environment. 1) build / assemble 2) unit test 3) deploy 4) tests against deployed environment. Might make sense to leverage the new support for j2ee deployment to common containers in available in ant 1.5. Cheers Nathan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
