Re: Rhino global.load() in script context

2010-08-23 Thread Jacob Beard
And here is what it looks like now: https://svn.apache.org/repos/asf/commons/sandbox/gsoc/2010/scxml-js/trunk/build.xml Most interesting parts are target run-unit-tests-with-rhino target and macro run-unit-tests-with-selenium-macro. I'm pretty happy with this result, as it has allowed me to in

Re: and - interchangeable?

2010-08-23 Thread Michael Ludwig
Stefan Bodewig schrieb am 23.08.2010 um 06:05 (+0200): > On 2010-08-23, Michael Ludwig wrote: > > > I'm wondering what's the difference between and . > > Why are there these two construct? Aren't they functionally > > identical? > > Ant contains a type - a thing you can define outside of tasks -

Re: Rhino global.load() in script context

2010-08-23 Thread Greg Roodt
No problem. I had fun discovering how to make it work. I like the macro idea btw. Cheers Greg On 22 Aug 2010 14:03, "Jacob Beard" wrote: > Hi Greg, > > I'll bring it up on the developer's list. > > I've created a macro that sets up the rhino environment, so right now > this seems like a good eno

Re: junit ant task test listeners

2010-08-23 Thread Stefan Bodewig
On 2010-08-23, Chip McCormick wrote: > Does anyone know how to add a test listener to an ant junit task, > without having to create a custom task? > We are attempting to add a test listener to a junit ant task to do > custom logging after each test class in a batch completes. Ant's formatters ar

junit ant task test listeners

2010-08-23 Thread Chip McCormick
Does anyone know how to add a test listener to an ant junit task, without having to create a custom task? We are attempting to add a test listener to a junit ant task to do custom logging after each test class in a batch completes. The only mention in the API of how to do this describes how to