summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2009-10-21 21:37:41 +0200
committerManuel Traut <manut@linutronix.de>2009-10-21 21:37:41 +0200
commitb1721e125c15acdec0793aaf8e18b78d03740aa3 (patch)
tree77969dd55717043eebf344e1b2c0e1404d3166bc /build.xml
parent06a1cf5c92dc0b514d6c9ac9075567f29f203b41 (diff)
fix build and bashrc_example
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 7e80ba1..f38dccc 100644
--- a/build.xml
+++ b/build.xml
@@ -44,6 +44,7 @@
</target>
<target name="interfaces" description="Create stubs/skeletons from idl">
+ <mkdir dir="${build}"/>
<exec dir="${src}" executable="${idlj}">
<arg value="yalp.idl"/>
</exec>
@@ -107,6 +108,7 @@
</target>
<target name="pgsqlindexer" description="indexer for pgsqlinputplugin">
+ <mkdir dir="${build}/indexer"/>
<javac debug="true" srcdir="${srcPgSqlInputIndexer}" destdir="${build}/indexer"/>
<jar destfile="yalpPGSqlIndexer.jar" basedir="${build}">
<path id="project.class.path">