SonarLint for Eclipse cannot find my sourcefiles, can i set a path somehow? -
i have eclipse php project located at: c:\users\me\workspace\myproject (i run windows 7) since source not local, have mounted network folder x:
then in project properties -> resources -> linked resources have added linked resource resource name: www , location: x:\
in file navigator see: myproject/www/< sourcefiles here > working.
now, when enable sonarlint , try validate file test.php located in root of x: (or in myproject/www/test.php in eclipse file navigator) error:
java.lang.illegalstateexception: unable load component class org.sonar.batch.scan.projectlock: unable load component class org.sonar.api.batch.bootstrap.projectreactor: folder 'www/test.php' not exist 'project' (base directory = c:\users\me\workspace\myproject)
i guess have add kind of directory setting sonarlint how do that? i've searched everywhere without luck.
this issue seem solved in latest version.
Comments
Post a Comment