rosjava/rosjava_build_tools

Task 'installApp' catkin integration

stonier opened this issue · 2 comments

Get this task added to CMakeLists.txt when an app project is created by catkin_create_rosjava_project.

Feedback from the boys at MIT: this was working, but empty gradle packages (i.e. not yet created subprojects) fail under catkin_make.

The cmake should not add any targets if there's no tasks in the catkin_rosjava_setup() and the catkin_create scripts should dynamically add the appropriate target (publishMaven... or installApp) when building subprojects.

Template should have a default of 'tasks' so users can see what is going on as well. Most rosjava users are gradle newbies and that helps.

In hydro branch - b777efa