Skip to content

Commit 47f54e9

Browse files
author
zhourenjian@gmail.com
committed
Fixed bug that building projects with both JavaBuilder and Java2Script builder may lock eclipse on building forever.
1 parent 494e16e commit 47f54e9

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

sources/net.sf.j2s.ajax/.project

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,34 @@
55
<projects>
66
</projects>
77
<buildSpec>
8+
<!--
89
<buildCommand>
910
<name>org.eclipse.jdt.core.javabuilder</name>
1011
<arguments>
1112
</arguments>
1213
</buildCommand>
14+
-->
15+
<!--
16+
DO NOT enable both javabuilder and java2scriptbuilder,
17+
or Eclipse will be locked in building this project.
18+
19+
If you are building Java2Script from SVN, try to enable
20+
javabuilder and disable java2scriptbuilder first and build
21+
out Java2Script plug-in. And after installing Java2Script,
22+
try to disable javabuilder and re-enable java2scriptbuilder.
23+
-->
1324
<buildCommand>
14-
<name>org.eclipse.pde.ManifestBuilder</name>
25+
<name>net.sf.j2s.core.java2scriptbuilder</name>
1526
<arguments>
1627
</arguments>
1728
</buildCommand>
1829
<buildCommand>
19-
<name>org.eclipse.pde.SchemaBuilder</name>
30+
<name>org.eclipse.pde.ManifestBuilder</name>
2031
<arguments>
2132
</arguments>
2233
</buildCommand>
2334
<buildCommand>
24-
<name>net.sf.j2s.core.java2scriptbuilder</name>
35+
<name>org.eclipse.pde.SchemaBuilder</name>
2536
<arguments>
2637
</arguments>
2738
</buildCommand>

0 commit comments

Comments
 (0)