Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
ROS Java Build Tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CeTI
ROS
ROS Java Packages
ROS Java Build Tools
Commits
d04dfded
Unverified
Commit
d04dfded
authored
7 years ago
by
Juan Ignacio Ubeira
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #34 from meyerj/fix-genjava-standalone-ignoring-packages
Fix for genjava ignoring most packages in standalone mode
parents
25723ff1
9edcf541
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/rosjava_build_tools/catkin.py
+2
-0
2 additions, 0 deletions
src/rosjava_build_tools/catkin.py
with
2 additions
and
0 deletions
src/rosjava_build_tools/catkin.py
+
2
−
0
View file @
d04dfded
...
...
@@ -52,6 +52,8 @@ def index_message_package_dependencies_from_local_environment(package_name_list=
# i.e. no duplicates!
for
path
in
reversed
(
package_paths
):
for
package_path
,
package
in
catkin_pkg
.
packages
.
find_packages
(
path
).
items
():
# resolve and normalize absolute path because it is used as a key below
package_path
=
os
.
path
.
normpath
(
os
.
path
.
join
(
path
,
package_path
))
all_packages
[
package
.
name
]
=
(
package_path
,
package
)
if
has_build_depend_on_message_generation
(
package
)
or
package
.
name
in
message_package_whitelist
:
if
package_name_list
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment