Ant Cargo Various other container-specific plugins Manual copy etc We certainly do not automate deployment to Production. But it makes sense to set up a Continuous Integration server and perhaps automate deployment to a CI deployment environment.
What kind of app are you building, Dave? And what container are you using? Wayne On 9/21/07, Farhan Sarwar <[EMAIL PROTECTED]> wrote: > Thats something i would be interested in knowing as well, as to what > people are using for automated deployment of their wars/ears or are > they still relying on some manual effort, i know of few using ant for > the same. > > Farhan. > > > to my knowledge most of the people are currently using or ant or other scripts > > On 9/21/07, Dave Rathnow <[EMAIL PROTECTED]> wrote: > > So I've now got Maven to build my jars, wars, and ears, it installs them > > in my local repository and deploys to my remote repositories. But what > > do I do now? In order to run and test my apps, I have to manualy copy > > files to the appropriate directories, which seems a bit primative for > > such a complex tool as Maven. The next step I'll have to figure out is > > how to build an install kit with Maven, which may not be that hard since > > everything is in the respository. > > > > Still, I'm wondering how others are using Maven in their development > > process? Do you us Maven to build and deploy your files and then have > > another script copy them to directories for testing/kit building? > > > > Thanks, > > Dave. > > > > --------------------------------------------------------------------- > 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]
