Re: Anthill Build regardless Question
Eric Minick <[email protected]> Tue, 06 Feb 2007 23:14:41 -0700
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
Josue, AnthillOS doesn't handle this situation particularly well. It's really designed to be doing the interaction with your core project. You do have a couple options though. 1) Use a 'file system' repository. If your build script changes almost never, you could manually put that build script out to some location and just have AnthillOS run against that. The File System Repo doesn't detect changes, so it will always build. 2) Check in bogus changes. If your SVN tasks could also check in a bogus change to a scratch file in the /mainfolder/build path, Anthill would see those changes on the next build and react to them. 3) Grab the source, and change how schedules work. :) AnthillPro handles this quite nicely and if we get some time to revisit AnthillOS, we might steal a feature from it and add a force build flag to schedules. -- Eric Claros, Josue (Mission Systems) wrote: > How do I configure anthill to build regardless of no updates being > made to the subversion repository on a timed schedule. > > The way I have my setup is… Anthill checks out /mainfolder/build folder > And the actual build.xml has svnant commands that either checkout or > update the repository > Problem is….on a timed schedule anthill will never do anything since > the /mainfolder/build folder will rarely change > > Please help > > Thanks, > Josh > >------------------------------------------------------------------------ > >_______________________________________________ >Anthill mailing list >Anthill-IWHQxnLZ/[email protected] >http://lists.urbancode.com/mailman/listinfo/anthill > >