[or-cvs] [ernie/master 1/3] Added mkdirs to ant build

karsten at torproject.org karsten at torproject.org
Mon May 31 08:28:47 UTC 2010


Author: Kevin Berry <xckjb88 at gmail.com>
Date: Mon, 24 May 2010 12:51:10 -0400
Subject: Added mkdirs to ant build
Commit: c0035de3bb4aefb3f4e95b8027463f55e9dc8c61

---
 build.xml |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/build.xml b/build.xml
index 2a1b2d3..df7cab3 100644
--- a/build.xml
+++ b/build.xml
@@ -4,6 +4,14 @@
   <property name="docs" value="javadoc/"/>
   <target name="init">
     <mkdir dir="${classes}"/>
+    <mkdir dir="website/csv"/>
+    <mkdir dir="website/graphs/descriptors"/>
+    <mkdir dir="website/graphs/direct-users"/>
+    <mkdir dir="website/graphs/exit"/>
+    <mkdir dir="website/graphs/gettor"/>
+    <mkdir dir="website/graphs/networksize"/>
+    <mkdir dir="website/graphs/new-users"/>
+    <mkdir dir="website/graphs/torperf"/>
   </target>
   <target name="compile" depends="init"> 
     <javac srcdir="${sources}"
@@ -13,7 +21,7 @@
            classpath="lib/commons-codec-1.4.jar;lib/commons-compress-1.0.jar"/>
   </target>
   <target name="run" depends="compile">
-    <java classpath="${classes};lib/commons-codec-1.4.jar:lib/commons-compress-1.0.jar;postgresql-8.4-701.jdbc4.jar"
+    <java classpath="${classes};lib/commons-codec-1.4.jar:lib/commons-compress-1.0.jar;lib/postgresql-8.4-701.jdbc4.jar"
           fork="true"
           maxmemory="1024m"
           classname="Main"/>
-- 
1.6.5




More information about the tor-commits mailing list