Re: An Ant script automates some supplemental installation tasks
carrie tomiye <[email protected]> Sat, 28 Feb 2015 19:51:49 -0800
| Newsgroups | gmane.comp.java.roller.user |
|---|---|
| Message-ID | <CAFcBpWBw8kuJhAj=0j+WVder-TXj6pGC9iRr2OD8jRX1aNmxvg@mail.gmail.com> |
Hi. Thank you back On Thursday, February 26, 2015, Kohei Nozaki <[email protected]> wrote: > Hello, > > I created an Ant script to automate some supplemental installation tasks > of Roller such as: > > * Checkout the source tree from SVN > * Install plugins > * Install additional themes in roller-extras > * Enable security-constaint in web.xml > * Apply in-house patches > * Build customized WAR package > * Deploy WAR file to the container via ssh tunnel (currently supported > only WildFly) > > The script can be obtained from https://github.com/lbtc-xxx/rollersetup . > more details are in build.xml it self. any feedback appreciated. thanks. > >