duckietown / hatchery

🐣 An IDE for building ROS applications
http://www.ros.org/
Other
8 stars 1 forks source link

Execution failed for task ':unpackClion'. #7

Closed Seluj78 closed 5 years ago

Seluj78 commented 5 years ago

> Configure project :
Cannot find alternate SDK path: /tmp/hatchery/build/clion/clion-2018.2.6. Default IDEA will be used : /home/seluj78/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2018.2.6/37c3cf7011708a85f512311763a6684792a8b1f2/ideaIC-2018.2.6
Cannot find alternate SDK path: /tmp/hatchery/build/clion/clion-2018.2.6. Default IDEA will be used : /home/seluj78/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2018.2.6/37c3cf7011708a85f512311763a6684792a8b1f2/ideaIC-2018.2.6

> Task :rosTask
Using ROS_ROOT: melodic
Download https://download.jetbrains.com/cpp/CLion-2018.2.6.tar.gz

> Task :unpackClion FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':unpackClion'.
> Could not read '/tmp/hatchery/build/clion/clion-2018.2.6.tar.gz' as it does not exist.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.1-20181119000035+0000/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 9s
14 actionable tasks: 6 executed, 8 up-to-date
FAIL: 1

After cloning master of hatchetery

breandan commented 5 years ago

Yeah, I encountered this issue the other day, wasn't sure whether it was due to a stale cache or something else. Thanks for reporting. In the mean time, you can also download an older version from the plugin repository.

Seluj78 commented 5 years ago

@breandan yeah thanks, but I've installed the plugin on Pycharm and it doesnt seem to do anything :thinking:

breandan commented 5 years ago

For the version published on the plugin repo, functionality is mostly limited to assistance in .launch and .package files, if there are multiple nodes in your project. CLion has additional functionality available.

breandan commented 5 years ago

Closing due to inactivity. Please feel free to open a new ticket including the version and idea.log file if you re-encounter this issue.