summaryrefslogtreecommitdiff
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
parent06a1cf5c92dc0b514d6c9ac9075567f29f203b41 (diff)
fix build and bashrc_example
Signed-off-by: Manuel Traut <manut@linutronix.de>
-rw-r--r--bashrc_example4
-rw-r--r--build.xml2
2 files changed, 4 insertions, 2 deletions
diff --git a/bashrc_example b/bashrc_example
index 137ddd0..897eac8 100644
--- a/bashrc_example
+++ b/bashrc_example
@@ -1,2 +1,2 @@
-export YALP_ROOT="/home/manut/nfs/manut/Projects/yalp/dev"
-export CLASSPATH="$YALP_ROOT/lib/yajil-0.3.3.jar:$YALP_ROOT/lib/swt.jar:$YALP_ROOT/lib/postgresql-8.1-404.jdbc3.jar:$YALP_ROOT/lib/jarbundler-1.4.jar:$YALP_ROOT/lib/id3-1.6.0d9.jar:$YALP_ROOT)/lib/log4j-1.2.15.jar:$YALP_ROOT/lib/commons-net-1.4.1.jar"
+export YALP_ROOT=`pwd`
+export CLASSPATH="$YALP_ROOT/lib/yajil-0.3.3.jar:$YALP_ROOT/lib/swt.jar:$YALP_ROOT/lib/postgresql-8.1-404.jdbc3.jar:$YALP_ROOT/lib/jarbundler-1.4.jar:$YALP_ROOT/lib/id3-1.6.0d9.jar:$YALP_ROOT/lib/log4j-1.2.15.jar:$YALP_ROOT/lib/commons-net-1.4.1.jar:/usr/lib/java/swt.jar:/usr/lib/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.4.1.v3449c.jar"
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">