Hi,

On Sun, Feb 22, 2009 at 6:39 PM, Terence Parr <[email protected]> wrote:
> Hi Benjamin, Jim is now gone for a week.
That will give me some time to find it out myself ;)

> Cool that hudson works with python!

With a bit of manual work, it seems to handle everything. I googled a
bit and found hints that it's also possible get the output of the
testsuite in a format that Hudson understands or hook in pylint. But I
haven't tried that yet.

-Ben

> Ter
> On Feb 22, 2009, at 7:35 AM, 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?
>>
>> -Ben
>> _______________________________________________
>> antlr-dev mailing list
>> [email protected]
>> http://www.antlr.org/mailman/listinfo/antlr-dev
>
>
_______________________________________________
antlr-dev mailing list
[email protected]
http://www.antlr.org/mailman/listinfo/antlr-dev

Reply via email to