We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975177e commit 7787065Copy full SHA for 7787065
src/net/sf/j2s/core/compiler/Java2ScriptCompiler.java
@@ -41,6 +41,7 @@ public class Java2ScriptCompiler implements IExtendedCompiler {
41
42
public void process(ICompilationUnit sourceUnit, IContainer binaryFolder) {
43
final IProject project = binaryFolder.getProject();
44
+ /*
45
synchronized (project) {
46
if (Java2ScriptProjectNature.hasJavaBuilder(project)) {
47
if (Java2ScriptProjectNature.removeJavaBuilder(project)) {
@@ -62,6 +63,7 @@ public void run() {
62
63
}
64
65
66
+ // */
67
String prjFolder = project.getLocation().toOSString();
68
File file = new File(prjFolder, ".j2s"); //$NON-NLS-1$
69
if (!file.exists()) {
0 commit comments