You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>We can use the same <code>helperCompany.scala</code> script, we created in the <ahref="initCompany.html#init-company">Init Company</a> step.</p>
115
-
<preclass="keep-together pdf epub"><codeclass="nohighlight"><spanclass="identifier">cd</span><span> ~/</span><spanclass="identifier">dev</span><span>-</span><spanclass="identifier">myCompany</span><span>
115
+
<preclass="keep-together pdf epub"><codeclass="nohighlight"><spanclass="identifier">cd</span><span> ~/</span><spanclass="identifier">dev</span><span>-</span><spanclass="identifier">mycompany</span><span>
<p>Open the <code>myCompany-myProject</code> directory with your IDE (I use Intellij).</p>
129
+
<p>Open the <code>mycompany-myProject</code> directory with your IDE (I use Intellij).</p>
130
130
</li>
131
131
</ol>
132
132
<divclass="callout info">
133
133
<iclass="icofont-laika info"></i>
134
134
<p>If you haven't released <code>company-camundala</code> yet,
135
135
you need to run it at least locally (<code>sbt publishLocal</code>)
136
136
and set the version in the <code>helper.scala</code> manually.</p>
137
-
<preclass="keep-together pdf epub"><codeclass="nohighlight"><spanclass="comment">//> using dep myCompany::myCompany-camundala-helper:VERSION NOT FOUND
137
+
<preclass="keep-together pdf epub"><codeclass="nohighlight"><spanclass="comment">//> using dep mycompany::mycompany-camundala-helper:VERSION NOT FOUND
138
138
// replace with:
139
-
//> using dep myCompany::myCompany-camundala-helper:0.1.0-SNAPSHOT</span></code></pre>
139
+
//> using dep mycompany::mycompany-camundala-helper:0.1.0-SNAPSHOT</span></code></pre>
0 commit comments