Skip to content

Commit 94a24b9

Browse files
committed
Fixed javac classpath
1 parent c58087b commit 94a24b9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ Temporary Items
4444

4545
*.class
4646
failures
47+
People.xml

xml/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
message="You must install the XOM library from http://www.xom.nu"/>
3333
<echo message="Building 'xml'"/>
3434
<javac includeantruntime="false"
35-
classpath="${basedir}/.."
35+
classpath="${java.class.path};${basedir};${basedir}/.."
3636
debug="true"
3737
srcdir="${basedir}">
3838
<compilerarg value="-Xmaxerrs"/>

0 commit comments

Comments
 (0)