[M2] Marmalade script using JUnit

2005-07-18 Thread Michael Owen
Hi, As surefire in Maven2 doesn't create HTML reports yet, I'm trying to temporary get around the problem by writing a Marmalade plugin script that uses Ant tasks to do this. So far I'm just trying to get JUnit working through the Marmalade. This is the execute part of my script so far:

Re: [M2] Marmalade script using JUnit

2005-07-18 Thread Kenney Westerhof
On Mon, 18 Jul 2005, Michael Owen wrote: You need to include ant-launcher as a dependency. Btw, you might find that ${a-b} is evaluated as an expression (not sure if this is an issue in Marmalade, but this was a problem with jelly - just thought i might warn you). Hi, As surefire in Maven2

Re: [M2] Marmalade script using JUnit

2005-07-18 Thread Michael Owen
That's great. Thanks for your help. Seems obvious now you say. :-) I'm using Ant 1.6.2 so I have the dependency for ant-launcher 1.6.2 ie: dependency groupIdant/groupId artifactIdant-launcher/artifactId