gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire Makefile build.xml


From: Benja Fallenstein
Subject: [Gzz-commits] fenfire Makefile build.xml
Date: Tue, 22 Apr 2003 08:11:43 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Benja Fallenstein <address@hidden>      03/04/22 08:11:43

Modified files:
        .              : Makefile build.xml 

Log message:
        add alph to pythonpath

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/Makefile.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/build.xml.diff?tr1=1.32&tr2=1.33&r1=text&r2=text

Patches:
Index: fenfire/Makefile
diff -u fenfire/Makefile:1.5 fenfire/Makefile:1.6
--- fenfire/Makefile:1.5        Mon Apr  7 11:59:57 2003
+++ fenfire/Makefile    Tue Apr 22 08:11:42 2003
@@ -4,6 +4,10 @@
 all:
        ant 2>&1 | sed 's/ *\[javac\] *//g'
 
+test:
+       LD_LIBRARY_PATH=../libvob/src/jni java -cp 
/home/benja/ff/storm-depends/cryptix-jce-provider.jar:/home/benja/ff/fenfire/build:/home/benja/ff/storm/CLASSES:/home/benja/ff/alph/CLASSES:/home/benja/ff/libvob/CLASSES:/home/benja/ff/fenfire-depends/libvob.jar:/home/benja/ff/fenfire-depends/jython.jar:/home/benja/ff/fenfire-depends/jena.jar:/home/benja/ff/fenfire-depends/icu4j.jar:/home/benja/ff/fenfire-depends/xerces.jar
 
-Dpython.path=../fenfire-depends/jythonlib.jar:../fenfire-depends/jython.jar:../fenfire-depends/pythonlib.jar:.:../libvob:../alph
 org.python.util.jython org/fenfire/test/test.py -Dvob.api=gl org/
+
+
 .PHONY: docs
 
 ########################
Index: fenfire/build.xml
diff -u fenfire/build.xml:1.32 fenfire/build.xml:1.33
--- fenfire/build.xml:1.32      Tue Apr 22 07:06:15 2003
+++ fenfire/build.xml   Tue Apr 22 08:11:42 2003
@@ -15,7 +15,7 @@
          overriding this property -->
     <property name="file" value=""/>
 
-    <property name="pythonpath" 
value="${dep}/jythonlib.jar:${dep}/pythonlib.jar:.:../libvob/"/>
+    <property name="pythonpath" 
value="${dep}/jythonlib.jar:${dep}/pythonlib.jar:.:../libvob/:../alph/"/>
 
     <target name="fenfire" depends="compile,test" 
             description="Compile and test Fenfire">




reply via email to

[Prev in Thread] Current Thread [Next in Thread]