On 10/20/05, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > > On 10/20/05, Torsten Curdt <[EMAIL PROTECTED]> wrote: > <snip/> > > > I also noticed that some of the other commons-sandbox projects > > > (like commons-id [2]) are publishing nightly builds. I think it's > > > good if we can do the same --- do you know how we can set one up? > > > > No idea ...guys? > > > <snap/> > > This email [1] may help. Once you have the ant build set up as > indicated (if its not already), you should send out a similar email > for [javaflow].
Regarding how to set up an appropriate Ant build.xml file ... the simplest way is to ask Maven to create one for you: maven ant and then check it in. Unless there's something pretty strange about your project setup, this Ant script will have equivalent functionality, such that "ant clean dist" (which is what my nightly build scripts need in order to operate) will result in a "dist" subdirectory containing the contents that you want packaged in a binary release. Craig -Rahul > > [1] > http://marc.theaimsgroup.com/?l=jakarta-commons-dev&m=112673819208106&w=2 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
