Skip to content
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

ISPN-9259 Fix agent-bond and jolokia module paths #6139

Merged
merged 1 commit into from Jul 13, 2018

Conversation

ryanemerson
Copy link
Contributor

@ryanemerson
Copy link
Contributor Author

I'll backport this to 9.3.x as well.

@ryanemerson ryanemerson added this to the 9.4.0.Alpha1 milestone Jul 13, 2018
@@ -1,5 +1,5 @@
set AGENT_BOND_JAR=
for /r %JBOSS_HOME%\modules\io\fabric8\agent-bond\main %%X in (*.jar) do (
for /r %JBOSS_HOME%modules\system\add-ons\@infinispan.module.slot.prefix@\io\fabric8\agent-bond\@infinispan.module.slot@ %%X in (*.jar) do (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hrmm, can we assume that JBOSS_HOME env variable will always have the separator present?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, that was removed by mistake

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@wburns
Copy link
Member

wburns commented Jul 13, 2018

Looks good to me (assuming Ryan tested it with Jolokia), I can merge unless anyone else has any last second things they wanted to add.

@wburns wburns merged commit 0756eea into infinispan:master Jul 13, 2018
@wburns
Copy link
Member

wburns commented Jul 13, 2018

Integrated into master, thanks @ryanemerson !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants