Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
fix(server): fixed aspectj-weaver jat path
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doe committed Dec 14, 2015
1 parent fa0ae0b commit 6631d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actor-server/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ daemonGroup in Linux := (daemonUser in Linux).value

bashScriptExtraDefines += """addJava "-Dactor.home=${app_home}/..""""
bashScriptExtraDefines += """addJava "-Dlogback.configurationFile=${app_home}/../conf/logback.xml""""
bashScriptExtraDefines += """addJava -javaagent:${app_home}/../lib/aspectj-weaver.jar"""
bashScriptExtraDefines += """addJava -javaagent:${app_home}/../lib/org.aspectj.aspectjweaver-1.8.7.jar"""

dockerExposedPorts := Seq(9070, 9080, 9090)
packageName in Docker := "server"
Expand Down

0 comments on commit 6631d92

Please sign in to comment.