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

ros_java build failing

asked 2013-02-09 15:03:00 -0500

mfahad gravatar image

Hi all,

I have been trying to get rosjava working but I am facing problems :). After I download rosjava and try to install it with

./gradlew build

I get the one failed test

Test org.ros.time.NtpTimeProviderTest FAILED

and eventually the build fails. What am I doing wrong? Does any one have any idea how I can resolve this issue?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-02-19 10:51:56 -0500

damonkohler gravatar image

That test is flaky and you can avoid running it using -x test. Really you should be calling the install task though which will copy the artifacts to your m2 cache so they can be used. The install task does not run the tests.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-09 15:03:00 -0500

Seen: 80 times

Last updated: Feb 19 '13