Daryl Teo
Daryl Teo
They need to be included as compile/test dependencies, no? Daryl On Monday, July 14, 2014, Paulo Lopes [email protected] wrote: > I've a set of gradle modules (each a vert.x module)...
So what you're saying is we have three issues here. - some build problem when you're "including" other modules - a testing problem with system environment properties. - something about...
Right, the way I have been doing runtime dependencies between vert.x modules is the following: ``` groovy // root Project including project A copyMod.dependsOn ':projectA:copyMod' __watch.dependsOn ':projectA:__watch' ``` Now, gradle...
@pmlopes I haven't used the official template for awhile. Can you tell me if integration tests work from within the IDE? I have working integration tests from gradle, but not...
I just don't see how testtools expects to accurately run tests on latest sources. It grabs a few environment variables from the build script, then deploys the module. However, there's...
So it looks like they've gotten rid of modules for vertx 3.0. i.e. most of the stuff I have been doing is going to be absolutely useless when that comes....
Sorry but there's absolutely no point working on things that are just going to be pointless when 3.0 comes. The next version of this plugin will focus on cooperating with...
If you're here from Google trying to solve this, you might have created the app with an old version of Amplify. Check the AmplifyDataStore table on DynamoDB, and make sure...
This doesn't just relate to `serverless-offline`, but also many other plugins which might spawn offline test resources like `serverless-s3-local` or `serverless-dynamodb-local`.
Aha found the issue. The Job Template that I created using the MediaConvert management console requires one you put in a Template Name. Exporting it from the Management Console exports...