duckietown / hatchery

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

not found in root project `hatchery` #20

Closed liampaull closed 5 years ago

liampaull commented 5 years ago

What are the requirements about the location of the project on the file system with respect to the hatchery source code? The documentation that I have says I can specify an absolute path to my ROS package but this caused an error.

Here's the output I received:

liam@couguar:~/hatchery$ ./gradlew runIde ~/dt-env-developer/src/Software/

FAILURE: Build failed with an exception.

* What went wrong:
Task '/home/liam/dt-env-developer/src/Software/' not found in root project 'hatchery'.
breandan commented 5 years ago

I think you are missing the -Project flag. Can you try this command from inside the /home/liam/hatchery directory and see what happens: ./gradlew runIde -Project=/home/liam/dt-env-developer/src/Software/? (It might take a while the first time.)

liampaull commented 5 years ago

yes you are correct.