[java2python] r159 committed - changes to support new location of 'test' directory.

1 view
Skip to first unread message

codesite...@google.com

unread,
Jul 14, 2010, 3:01:40 PM7/14/10
to java2pyth...@googlegroups.com
Revision: 159
Author: troy.melhase
Date: Wed Jul 14 11:56:45 2010
Log: changes to support new location of 'test' directory.
http://code.google.com/p/java2python/source/detail?r=159

Modified:
/branches/0.5/test/Makefile
/branches/0.5/test/runj2py

=======================================
--- /branches/0.5/test/Makefile Thu Jul 1 15:12:49 2010
+++ /branches/0.5/test/Makefile Wed Jul 14 11:56:45 2010
@@ -1,4 +1,4 @@
-PYTHONPATH=../..:.
+PYTHONPATH=$PYTHONPATH:..:.
## CLASSPATH=.

java_sources := $(wildcard *.java)
@@ -31,4 +31,4 @@
rm -f *.class *.pyc $(py_sources)

parser:
- cd ../parser && make
+ cd ../java2python/lang && make
=======================================
--- /branches/0.5/test/runj2py Thu Jul 1 15:12:49 2010
+++ /branches/0.5/test/runj2py Wed Jul 14 11:56:45 2010
@@ -5,7 +5,7 @@

if [ $? -eq 0 ]
then
- PYTHONPATH=$PYTHONPATH:. ../bin/j2py -c testconfig "$@"
+ PYTHONPATH=$PYTHONPATH:..:. ../bin/j2py -c testconfig "$@"
else
echo make failed
fi

Reply all
Reply to author
Forward
0 new messages