[GRADLE-1181] Gradle GUI: running a task with -a does not work Created: 18/Oct/10 Updated: 16/Jan/17 Resolved: 16/Jan/17 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Etienne Studer | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 0 |
Description |
In the Gradle GUI, when running a target using 'Execute Ignoring Dependencies', the execution fails since there seems to be a space missing between the task name and the -a option. |
Comments |
Comment by Adam Murdoch [ 19/Oct/10 ] |
Do you have some more details? A stack trace? Gradle version? Does -a work from the command-line with the same build? |
Comment by Etienne Studer [ 20/Oct/10 ] |
It's how the command is executed. The space is missing between task name and -a. beluga:demo etienne$ gr -v ------------------------------------------------------------ Gradle build time: Tuesday, October 19, 2010 8:01:16 AM MSD Executing command: ":build-a" FAILURE: Could not determine which tasks to execute.
BUILD FAILED Total time: 3.975 secs |
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by Benjamin Muschko [ 16/Jan/17 ] |
The Gradle GUI has been deprecated and is scheduled to be removed with Gradle 4.0. We are not going to work on this issue anymore. |