-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non standard directories causes an exception #43
Comments
I would have to try that. Could you fix your description of the file structure? The markdown rendering turned it flat. |
I think I have found where the offending line of code is, but I am not sure how to fix it. In the apply method of the CucumberPlugin there is a line that says
If this exists it sets up the plugin details, if it does not exist it treats it as if there is nothing for the plugin to do. I want to go through this set up code but I dont want src/cucumber to exist, however at the point of applying the plugin I do not have a cucumber sourceSet defined in my project. |
I see. What are you trying to achieve between:
|
have a Cucumber source set with customizable paths |
I need to reorganise my project for multiple test types, so rather than have a directory structure of
I want to have
However as soon as I move cucumber under the test directory and change the sourceSets for cucumber I see the following exception:
Execution failed for task ':nrg-data:cucumber'.
If I add an empty cucumber directory under src it works fine. this is happening with Java 1.7, Gradle 2.3 and plugin version 0.7
The text was updated successfully, but these errors were encountered: