Hi,

I'm playing a bit with Hudson, so Python tests can run on it as well.
I'm running it locally and got some basic stuff running.
But in order to run the Python testsuite, I need the runtimes for
antlr2 and stringtemplate as well. Should I just assume that those are
installed globally on the build system? Or is there some way to tell
Hudson that I have additional dependencies? As a temporary solution I
installed them in .hudson/jobs/antlr-python/lib and add
$WORKSPACE/../lib to the PYTHONPATH in the build step.
Similar thing with the antlr.jar, which is needed for the functional
tests. Is there a way to reference the jar which was built by
"ANTLR_Tool" from a "ANTLR Python Runtime" job?

-Ben
_______________________________________________
antlr-dev mailing list
[email protected]
http://www.antlr.org/mailman/listinfo/antlr-dev

Reply via email to