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

rosjava and eclipse projects

asked 2012-03-27 08:21:26 -0500

andreasw gravatar image

updated 2014-01-28 17:11:45 -0500

ngrennan gravatar image

Hi all,

why do rosjava projects with generated eclipse files (./gradlew foo:eclipse) require a rosjava project and why does this require several "apache_xmlrpc_*" projects?

Is it possible to use a rojava eclipse project without these dependencies?

Best regards, Andreas

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2012-04-05 09:38:32 -0500

damonkohler gravatar image

If you're not developing rosjava, then you can create an Eclipse project that will depend on the required jars instead of linked projects. Simply add an external dependency on ros.rosjava_core:rosjava:0.0.0-SNAPSHOT and the transitive dependencies (e.g. apache_xmlrpc) will be pulled in automatically.

Otherwise, AFAIK the answer is no. The eclipse plugin will generate dependencies as project dependencies.

edit flag offensive delete link more
0

answered 2012-04-14 03:08:31 -0500

andreasw gravatar image

Thank you for the hint

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2012-03-27 08:21:26 -0500

Seen: 506 times

Last updated: Apr 14 '12