Skip to content

Commit 2f0e5c6

Browse files
committed
fix single artifact message generation when there is dependencies.
1 parent e9a62f8 commit 2f0e5c6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog
33
^^^^^^^^^
44

5+
0.1.29 [2013-11-08]
6+
===================
7+
* fix single artifact message generation when there is dependencies.
8+
59
0.1.28 [2013-10-30]
610
===================
711
* seed ROS_MAVEN_REPOSITORY when necessary.

src/rosjava_build_tools/templates/rosjava_msg_project/build.gradle.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
try {
18-
project.catkin.tree.pkgs['%(project_name)s'].generateMessageArtifact(project)
18+
project.catkin.tree.pkgs['%(project_name)s'].generateUnofficialMessageArtifact(project)
1919
} catch (NullPointerException e) {
2020
println("Couldn't find %(project_name)s on the ROS_PACKAGE_PATH")
2121
}

0 commit comments

Comments
 (0)