Skip to content

Commit a0c1201

Browse files
committed
Another javac classpath issue fixed
1 parent 5bf1457 commit a0c1201

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

swt/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<target name="net_mindview_util">
2828
<javac includeantruntime="false"
29-
classpath="${basedir}/.."
29+
classpath="${java.class.path};${basedir};${basedir}/.."
3030
srcdir="${basedir}/../net/mindview/util/">
3131
<compilerarg value="-Xmaxerrs"/>
3232
<compilerarg value="10"/>
@@ -43,7 +43,7 @@
4343
message="You must install the SWT library from http://www.eclipse.org"/>
4444
<echo message="Building 'swt'"/>
4545
<javac includeantruntime="false"
46-
classpath="${basedir}/.."
46+
classpath="${java.class.path};${basedir};${basedir}/.."
4747
debug="true"
4848
srcdir="${basedir}">
4949
<compilerarg value="-Xmaxerrs"/>

0 commit comments

Comments
 (0)