Benjamin Niemann wrote:
> 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?
>   
Hudson does have some Python support, but I don't know if it can be told 
that the job requires Java jars and a JAva runtime and so on. To build 
the C runtime, I basically just used a custom project that executes a 
series of command lines such as ./configure ...

Did you get any further with this?

Jim


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

Reply via email to