You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.
I get the following error from our TravisCI job.
It's compiling (rosjava) workspaces via catkin build with "install" option activated (i.e. catkin config --install)
also, I can't seem to find the code where CATKIN_GLOBAL_MAVEN_DESTINATION is set.
it seems to be set to share/maven given the error notification above...
anyway:
what would be wrong about setting the install tag to
does it actually make sense to install the maven artifacts?
I guess they could also be removed as they will be found via the ROS_MAVEN_* environment variables
Hi @fmessmer, sorry for the delay; I've been out for some weeks.
I'm not very into the details of these subtle differences between catkin_make and catkin tools.
Just to have a heads up before testing this, will this change affect users using catkin_make?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get the following error from our TravisCI job.
It's compiling (rosjava) workspaces via
catkin build
with "install" option activated (i.e.catkin config --install
)the respective install tag is
there seems to be a discrepancy for
CATKIN_DEVEL_PREFIX
betweencatkin_make
andcatkin-tools
: https://answers.ros.org/question/248718/catkin_devel_prefix-in-catkin_make-vs-catkin-tools/also, I can't seem to find the code where
CATKIN_GLOBAL_MAVEN_DESTINATION
is set.it seems to be set to
share/maven
given the error notification above...anyway:
what would be wrong about setting the install tag to
or even drop the intall tag as "installing" should be done via the gradle wrappers
install
task, right?this problem applies for several repos:
rosjava_bootstrap
rosjava_messages
rosjava_core
The text was updated successfully, but these errors were encountered: