We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf1457 commit a0c1201Copy full SHA for a0c1201
1 file changed
swt/build.xml
@@ -26,7 +26,7 @@
26
27
<target name="net_mindview_util">
28
<javac includeantruntime="false"
29
- classpath="${basedir}/.."
+ classpath="${java.class.path};${basedir};${basedir}/.."
30
srcdir="${basedir}/../net/mindview/util/">
31
<compilerarg value="-Xmaxerrs"/>
32
<compilerarg value="10"/>
@@ -43,7 +43,7 @@
43
message="You must install the SWT library from http://www.eclipse.org"/>
44
<echo message="Building 'swt'"/>
45
46
47
debug="true"
48
srcdir="${basedir}">
49
0 commit comments