ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

org.ros.rosjava Jar Messages files Do Not update

asked 2011-12-20 19:23:56 -0500

safzam gravatar image

Hi all, My message jar files at at /.ros/rosjava/lib/org.ros.rosjava.my_msgs-0.0.0.jar. I have the problem that when I change the message (add one more field) and rosmake the message. It is compiled but the jar files are not updated. I even removed the org.ros.rosjava.my_msgs-0.0.0.jar from /.ros/rosjava/lib/ even then it does not generate new jar file for my_msgs. Did anyone have the same problem, how can I fix it?? Regards

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-01-05 01:31:48 -0500

damonkohler gravatar image

This is a known issue. See http://code.google.com/p/rosjava/issues/detail?id=62

As a workaround, the easiest (although time consuming) thing to do is rm -rf ~/.ros/rosjava and then rebuild. It is also possible to selectively remove everything from ~/.ros/rosjava (i.e. use grep and find) that has to do with you package and then rebuild which is faster.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2011-12-20 19:23:56 -0500

Seen: 226 times

Last updated: Jan 05 '12