Re: Gradle questions on Eclipse and End to End tests

2018-04-11 Thread Scott Wegner
FYI, I was able to get basic Gradle integration working in Eclipse; take a look at documentation here: https://github.com/apache/beam-site/pull/419 I'm not a regular Eclipse user, so there may be other pieces that I'm not aware of. But the Gradle integration seems quite mature. Feel free to add

Re: Gradle questions on Eclipse and End to End tests

2018-04-06 Thread Scott Wegner
Gradle has plugins for creating the necessary project files for various IDEs. I haven't tried it yet, but I would recommend starting there: * https://docs.gradle.org/current/userguide/eclipse_plugin.html * https://docs.gradle.org/current/userguide/idea_plugin.html On Fri, Apr 6, 2018 at 8:15 AM

Re: Gradle questions on Eclipse and End to End tests

2018-04-06 Thread Ɓukasz Gajowy
> > > 2. I'm having trouble finding relevant information for this section: E2E > Testing Framework > . > Does anyone know what the progress is on E2E tests in Gradle? > > This section seems to relate to both things like WordCountIT

Re: Gradle questions on Eclipse and End to End tests

2018-04-06 Thread Daniel Kulp
> On Apr 5, 2018, at 5:31 PM, Daniel Oliveira wrote: > > So I'm working on updating the Beam Contributor's Guide to swap references to > Maven with Gradle. I'm wondering if anyone can help with two trouble spots > I'm having: > > 1. Has anyone set up Eclipse to work

Gradle questions on Eclipse and End to End tests

2018-04-05 Thread Daniel Oliveira
So I'm working on updating the Beam Contributor's Guide to swap references to Maven with Gradle. I'm wondering if anyone can help with two trouble spots I'm having: 1. Has anyone set up Eclipse to work with Gradle for beam development? If so can you give me a description of how that's done for