I installed Buildship v1.014.c20160412-1208 in Eclipse Mars. Imported multi project. but, it only displays java plugin tasks and none of the ones I implemented in the project. then I created a new project with a new task ‘hello’. it did not show that one either. any idea’s ?
thank you,
-Zak
Your task probably does not have a group
, so it is a private task. Buildship does not show private tasks by default. You can use the Show all tasks
option in the tasks view. If your task is something that the user should call directly, please consider giving it a group, so that it becomes a public task.