gok03 / rosjava

Automatically exported from code.google.com/p/rosjava
0 stars 0 forks source link

Rosjava fails to build when trying to generate messages that aren't already made #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Delete all generated messages from .ros/rosjava directories
2. Build rosjava

What is the expected output? What do you see instead?
I expected ros java, and any packages using rosjava, to build. Instead I 
receive the output in the attached file with a build failed error.

What version of the product are you using? On what operating system?
Revision: 1084ec6c569c  on Ubuntu 11.04 with Ros Electric.

Please provide any additional information below.
It appears as though rosjava only fails to build if the messages are not 
already generated. I had a similar problem when I changed my custom messages. 
Rosjava would fail to build if it depended upon my "message" package, but would 
succeed if it depended upon packages such as "std_msgs". However, when I delete 
the generated "std_msgs" it fails to build. Similarly, if they are not already 
there (as is the case in a fresh install), the build fails.

Original issue reported on code.google.com by j.l.am...@gmail.com on 24 Feb 2012 at 9:14

Attachments:

GoogleCodeExporter commented 9 years ago
Messages are no longer installed to .ros/rosjava. The new way to generate 
messages for your project is: rosrun rosjava_bootstrap 
install_generated_modules.py my_package

Original comment by damonkoh...@google.com on 13 Mar 2012 at 9:40