We have a Java project build using maven, we use the maven-thrift-plugin (from https://github.com/dtrott/maven-thrift-plugin) to generate the source code from the thrift files. This maven project is build using Jenkins (previous Hudson) triggered on a scm-change. So once a .thrift file is changed, jenkins instructs the module to be build using maven. All unit-tests are executed to make sure the system still functions correctly after a thrift change.
Stefan ----- Original Message ----- From: "Anait Markosian" <[email protected]> To: [email protected] Sent: Tuesday, May 24, 2011 4:46:24 PM Subject: RE: [ANT4HG] new release : V0.06 Does anyone have any experience using Thrift in continuous integration build/delivery model? How does it work to build projects which contain Thrift modules on Hudson, for example? I am thinking that every change in .thrift file needs to trigger a re-generation of corresponding thrift service files, and I wonder how to incorporate this step into our build system ... Any ideas? -Ana ________________________________________ From: Marcus Lindblom [[email protected]] Sent: Tuesday, May 24, 2011 3:27 AM To: [email protected] Cc: [email protected] Subject: Re: [ANT4HG] new release : V0.06 hezjing skrev 2011-05-24 07:21: > Hi > > I'm looking for a Mercurial Ant tasks. > [snip] > > Is there any alternative to ant4hg? :-) Running it directly as you would any other executablw? ;) Cheers, /Marcus
