rosjava: gradle or rosmake?
I am attempting to set up rosjava by following the tutorial released by Google here. Upon installing rosjava_core, I look to this ROS wiki tutorial to create my first package and build it and eventually import it into Eclipse as documented in this ROS wiki tutorial.
The Eclipse tutorial states that my Eclipse .project and .classpath files would automatically be created upon running rosmake, but they are not. Going back to Google's tutorials, I notice there are conflicting directions to remove the generated Makefile and CMakeLists.txt files rather than edit them, as the ROS wiki tutorial suggests. One of these tutorials is outdated. Which? Is gradle the new standard for building rosjava packages?