Skip to content

Commit 3738412

Browse files
committed
Better Errorhandling
* Logging * Deprecationwarning for SVN
1 parent 583e016 commit 3738412

File tree

6 files changed

+142
-102
lines changed

6 files changed

+142
-102
lines changed

Diff for: build.xml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
target: depends
2323
- - - - - - - - - - - - - - - - - -->
2424
<target name="compile">
25+
<mkdir dir="${basedir}/ant-bin"/>
2526
<javac debug="true" includeantruntime="false" srcdir="${basedir}/src" optimize="false" verbose="false" destdir="${basedir}/ant-bin">
2627
<classpath>
2728
<fileset dir="LIB">

0 commit comments

Comments
 (0)