yekigoc / rosjava

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

move bin folder to rosjava (for rosrun) #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. rosrun rosjava run org.foo.MyNode

What is the expected output? 
exec org.foo.MyNode

What do you see instead?
[rosrun] Couldn't find executable named run below /a/b/c/rosjava/java/rosjava

What version of the product are you using? On what operating system?
http://code.google.com/p/rosjava/source/detail?r=9ac5643031bdead5690a2beb3a83787
bcdd7568e

Please provide any additional information below.

mv -r bin rosjava

then in bin/run, replace
exec java -jar `rospack find rosjava`/java/dist/rosjava.jar $@
with
exec java -jar `rospack find rosjava`/dist/rosjava.jar $@

Original issue reported on code.google.com by pierrick...@gmail.com on 13 Jun 2011 at 11:26

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 829ba95ca3ad.

Original comment by damonkoh...@google.com on 14 Jun 2011 at 8:18