<div dir="ltr"><div><br></div><span class="im" style="font-family:arial,sans-serif;font-size:13px">&gt; * in 0.6.0, the JSDT Install Path -&gt; Tern script path was not very<br>&gt; managed. Problems comes from with lib configuration. In this case, project<br>&gt; folder is used.<br><br></span><span style="font-family:arial,sans-serif;font-size:13px">&gt; Not following what you mean here ? Got example of how to reproduce ?</span><br><div><br></div><div>If you screenshot of <a href="https://cloud.githubusercontent.com/assets/1614482/4785634/de9e3852-5d82-11e4-876c-baf206c4ffff.PNG">https://cloud.githubusercontent.com/assets/1614482/4785634/de9e3852-5d82-11e4-876c-baf206c4ffff.PNG</a></div><div><br></div><div>You can see tern script path which is computed from JSDT (you see (jsdt) ate the end of each entries).</div><div><br></div><div>In this sample you have twice projects folder (it&#39;s wrong, because JSDT Install path defines this 2 entries with excluding), and try to parse node_modules as file. It&#39;s wrong, because node_modules is a lib (and not a file).</div><div>In this case, you think that tern will post JS files to tern server, but it does nothing : </div><div><br></div><div> * project tern script is never used to post JS files</div><div> * node_modules is a folder and not a file.</div><div><br></div><div>&gt; <span style="font-family:arial,sans-serif;font-size:13px">I looked at this and it does not say what is the thing to improve ?</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Yes I know -( I have created this issue quicly to remember me that I must do it. I will try to fill it once I will understand more how JSDT manages JSDT Install Path (with excluding, etc)</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">If some JBoss guys which knows JSDT could help me with this topic (like Victor), it should be very cool, thank&#39;s!</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">I think 0.8.0 should improve a lot tern file synchronization (JSDT Tern script path, manage remove of JS file, do synchronization on background when project is opened, do the capability to stop the parse of JS files with a button to avoid freezing).</span></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-12-03 11:33 GMT+01:00 Max Rydahl Andersen <span dir="ltr">&lt;<a href="mailto:manderse@redhat.com" target="_blank">manderse@redhat.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
&gt; Today the big problem with tern.java is when you have a lot of JS files in<br>
&gt; your project (with bower tool you can have a lot of JS files).<br>
&gt;<br>
&gt; If you configure correctly your tern script path<br>
&gt; <a href="https://github.com/angelozerr/tern.java/wiki/Tern-Script-Path" target="_blank">https://github.com/angelozerr/tern.java/wiki/Tern-Script-Path</a> you can set<br>
&gt; the folder which contains JS you need to parse with tern.<br>
&gt;<br>
&gt; BUT since 0.6.0, tern script path is configured by using JSDT Install Path,<br>
&gt; and it can be a problem, because :<br>
&gt;<br>
&gt; * in 0.6.0, the JSDT Install Path -&gt; Tern script path was not very<br>
&gt; managed. Problems comes from with lib configuration. In this case, project<br>
&gt; folder is used.<br>
<br>
</span>Not following what you mean here ? Got example of how to reproduce ?<br>
<span class=""><br>
&gt; I have fixed that in 0.7.0<br>
&gt; * JSDT Install Path -&gt; Tern script path must be improved again like<br>
&gt; managing exclude script path<br>
&gt; <a href="https://github.com/angelozerr/tern.java/issues/168" target="_blank">https://github.com/angelozerr/tern.java/issues/168</a><br>
<br>
</span>I looked at this and it does not say what is the thing to improve ?<br>
<br>
/max<br>
<a href="http://about.me/maxandersen" target="_blank">http://about.me/maxandersen</a><br>
</blockquote></div><br></div>