Re: Open AntUnit Issues

2006-07-25 Thread Steve Loughran
Stefan Bodewig wrote: On Mon, 24 Jul 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: On 24 Jul 2006, at 12:02, Stefan Bodewig wrote: On Mon, 24 Jul 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: * RessourceCollection instead of FileSet I've just quickly hacked this in - tested by using the re

Re: Open AntUnit Issues

2006-07-24 Thread Stefan Bodewig
On Tue, 25 Jul 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: >> >> When dealing with ResourceCollections you must keep in mind that >> the resources specified don't need to exist - unlike the resources >> obtained from a fileset. >> >> I've also added a check that no non-File resources have been >>

Re: Open AntUnit Issues

2006-07-24 Thread Kev Jackson
When dealing with ResourceCollections you must keep in mind that the resources specified don't need to exist - unlike the resources obtained from a fileset. I've also added a check that no non-File resources have been specified and thrown in a few tests. Sorry about that. IIUC it lists JUn

Re: Open AntUnit Issues

2006-07-24 Thread Stefan Bodewig
On Mon, 24 Jul 2006, Steve Loughran <[EMAIL PROTECTED]> wrote: >> Any other stuff? > > 1. dont run any target called "test" with no suffix. Because that is > a well known target name and makes it harder to mix antunit test > cases into the main build. OK. > 2. setup/pass down the standard ant p

Re: Open AntUnit Issues

2006-07-24 Thread Stefan Bodewig
On Mon, 24 Jul 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: > On 24 Jul 2006, at 12:02, Stefan Bodewig wrote: > >> On Mon, 24 Jul 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: * RessourceCollection instead of FileSet >>> >>> I've just quickly hacked this in - tested by using the resulting >>>

Re: Open AntUnit Issues

2006-07-24 Thread Steve Loughran
Stefan Bodewig wrote: Hi all, this is an unsorted list of things I'd like to (see) address(ed) before we have a fisrt release of the library: * RessourceCollection instead of FileSet +1 * XML format listener +1. Something compatible with junitreport would be nice, though I am not over-f

Re: Open AntUnit Issues

2006-07-24 Thread Kev Jackson
On 24 Jul 2006, at 12:02, Stefan Bodewig wrote: On Mon, 24 Jul 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: * RessourceCollection instead of FileSet I've just quickly hacked this in - tested by using the resulting ant- antunit.jar in a another project. Not sure if what I did was the cleanes

Re: Open AntUnit Issues

2006-07-23 Thread Stefan Bodewig
On Mon, 24 Jul 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: >> * RessourceCollection instead of FileSet > > I've just quickly hacked this in - tested by using the resulting > ant- antunit.jar in a another project. Not sure if what I did was > the cleanest way as I'm still new to ResourceCollectio

Re: Open AntUnit Issues

2006-07-23 Thread Kev Jackson
* RessourceCollection instead of FileSet I've just quickly hacked this in - tested by using the resulting ant- antunit.jar in a another project. Not sure if what I did was the cleanest way as I'm still new to ResourceCollections etc. * XML format listener * ... which certainly requires