mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
eclipse: if classpathDir was not set try with baseModulePath (IDEA-97561)
This commit is contained in:
+1
@@ -41,6 +41,7 @@ public class JpsEclipseClasspathSerializer extends JpsModuleClasspathSerializer
|
||||
final JpsDependenciesList dependenciesList = module.getDependenciesList();
|
||||
dependenciesList.clear();
|
||||
try {
|
||||
if (classpathDir == null) classpathDir = baseModulePath;
|
||||
final File classpathFile = new File(classpathDir, EclipseXml.DOT_CLASSPATH_EXT);
|
||||
if (!classpathFile.exists()) return; //no classpath file - no compilation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user