Re: Use rebar with erlang code?

2011-06-23 Thread David Nadlinger
testing. David On 6/20/11 8:18 PM, Roger Meier wrote: -Ursprüngliche Nachricht- Von: Anthony Molinaro [mailto:antho...@alumni.caltech.edu] Gesendet: Sonntag, 19. Juni 2011 21:17 An: dev@thrift.apache.org Cc:dev@thrift.apache.org Betreff: Re: AW: AW: Use rebar with erlang code? From

AW: Re: Use rebar with erlang code?

2011-06-23 Thread Roger Meier
Nachricht- Von: David Nadlinger [mailto:c...@klickverbot.at] Gesendet: Donnerstag, 23. Juni 2011 17:32 An: dev@thrift.apache.org Betreff: SPAM [ 21.68 ] Re: Use rebar with erlang code? To make easily testing without manual intervention possible, it would be great

AW: AW: AW: Use rebar with erlang code?

2011-06-20 Thread Roger Meier
-Ursprüngliche Nachricht- Von: Anthony Molinaro [mailto:antho...@alumni.caltech.edu] Gesendet: Sonntag, 19. Juni 2011 21:17 An: dev@thrift.apache.org Cc: dev@thrift.apache.org Betreff: Re: AW: AW: Use rebar with erlang code? From my perspective everything should be moved from

Re: AW: AW: Use rebar with erlang code?

2011-06-20 Thread Anthony Molinaro
On Mon, Jun 20, 2011 at 08:18:11PM +0200, Roger Meier wrote: From my perspective test/ is the directory that keeps all IDL files for UnitTests, which will be used across languages. e.g. the ThriftTest.thrift is used by several unit tests Okay, well I can use relative paths to get to those

AW: AW: Use rebar with erlang code?

2011-06-19 Thread Roger Meier
-Ursprüngliche Nachricht- Von: Anthony Molinaro [mailto:antho...@alumni.caltech.edu] Gesendet: Samstag, 18. Juni 2011 18:19 An: dev@thrift.apache.org Cc: dev@thrift.apache.org Betreff: Re: AW: Use rebar with erlang code? On Jun 18, 2011, at 1:44 AM, Roger Meier ro

Re: AW: AW: Use rebar with erlang code?

2011-06-19 Thread Anthony Molinaro
From my perspective everything should be moved from test/erl to lib/erl/test/ The test directory should only contain test definitions like the ThriftTest.thrift Doesn't that sort of make testing harder if the thrift files are in a different place from the tests? Also if cross

AW: Use rebar with erlang code?

2011-06-18 Thread Roger Meier
from test/erl/ to lib/erl/test ? See https://issues.apache.org/jira/browse/THRIFT-35 Regards Roger -Ursprüngliche Nachricht- Von: Anthony Molinaro [mailto:antho...@alumni.caltech.edu] Gesendet: Samstag, 18. Juni 2011 05:35 An: dev@thrift.apache.org Betreff: Use rebar with erlang code? Hi

Re: AW: Use rebar with erlang code?

2011-06-18 Thread Anthony Molinaro
On Jun 18, 2011, at 1:44 AM, Roger Meier ro...@bufferoverflow.ch wrote: HI Anthony, It absolutely makes sense to use a more suitable tool for a specific language, that's why we also have ant to build the java library. Some questions I have: - How do you bring in the VERSION to the

Use rebar with erlang code?

2011-06-17 Thread Anthony Molinaro
Hi, So I was considering removing some of the current erlang makefiles and replacing them with rebar. Its a standalone escript which makes building and testing erlang easier. The code and script are Apache 2 license https://github.com/basho/rebar/blob/master/LICENSE so should be fine to