-
Notifications
You must be signed in to change notification settings - Fork 111
[OSJC-184] Add port forwarding capability #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
18ba32e
to
38baa62
Compare
looks fine to me. Like the capability visitor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would extract the path building to a separate method, that would keep this method focused and enhance readability
I tried to build my local origin so that I have the oc available, but it failed for me: http://fpaste.org/237582/55745821/ |
38baa62
to
5b8bec5
Compare
@adietish try 'make clean; make' |
@adietish refactored and made more readable per your suggestions. Still needs testing on windows and mac |
@jcantrill ok that helped, thx! |
+1 good to go as soon as we did the basic testing on all platforms as discussed in irc. |
I have a test failure when running the tests via maven:
|
Fixed test and repushed |
977d613
to
8f6d9e6
Compare
8f6d9e6
to
542d460
Compare
@adietish I have tested on linux and windows and am comfortable with merging this. Please review and comment accordingly. |
merged into master |
@adietish @maxandersen This is for your initial review. I'll push the JBT code that depends upon this. I need to do some more testing for cases like when it cant find the binary and also on windows.