Added missing libs.deployDir #91

Closed
wants to merge 1 commit into
from

Projects

None yet

5 participants

@gerth2
gerth2 commented Jan 13, 2017

Debug deploy target appeared to be missing libs.deployDir , which was preventing a successful debug deploy from eclipse. I"m not sure if this is all of the required changes (as I still have to manually restart the remote java application), but this does allow the deploy to go through as expected.

@gerth2 gerth2 Added missing libs.deployDir
Debug deploy target appeared to be missing libs.deployDir , which was preventing a successful debug deploy from eclipse. I"m not sure if this is all of the required changes (as I still have to manually restart the remote java application), but this does allow the deploy to go through as expected.
1ec4ca0
@frcjenkins

Can one of the admins verify this patch?

@333fred
Member
333fred commented Jan 13, 2017

@frcjenkins ok to test

@gerth2
gerth2 commented Jan 13, 2017

So further testing on my own machine, looks like even with this the debug is still flaky.... looks like the deploy succeeds, but the remote java application connection doesn't always appear in eclipse (might still be happening, but it's just not visible?)

@sciencewhiz
Contributor

Same change needs to be made to the user libs in the debug-deploy target.

@PeterJohnson
Member

Closing (#96 incorporates).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment