Re: Unit test a build

2006-01-25 Thread Stefan Bodewig
On Wed, 25 Jan 2006, Clifton Craig <[EMAIL PROTECTED]> wrote: > I tried your suggestion and it looks like I'm getting somewhere. I > now get this on the command line: > > Fetching external item into 'trunk/common' svn: REPORT request > failed on '/repos/asf/!svn/bc/372259/ant/antlibs/common/trunk

Re: Unit test a build

2006-01-25 Thread Clifton Craig
Stefan, I tried your suggestion and it looks like I'm getting somewhere. I now get this on the command line: Fetching external item into 'trunk/common' svn: REPORT request failed on '/repos/asf/!svn/bc/372259/ant/antlibs/common/trunk' svn: REPORT of '/repos/asf/!svn/bc/372259/ant/antlibs/common

Re: Unit test a build

2006-01-24 Thread Stefan Bodewig
On Tue, 24 Jan 2006, Clifton Craig <[EMAIL PROTECTED]> wrote: > svn co http://svn.apache.org/viewcvs.cgi/ant/antlibs/antunit/trunk/ remove viewcvs.cgim and replace it with repos/asf See . Stefan

Re: Unit test a build

2006-01-24 Thread Stefan Bodewig
On Tue, 24 Jan 2006, Clifton Craig <[EMAIL PROTECTED]> wrote: > Could you or someone knowledgeable help me get my svn client to > retrueve the Ant trunk so I can play with Antunit? Thanx! If all the help others have given didn't work, try . Stefan

Re: Unit test a build

2006-01-24 Thread Clifton Craig
Carp! The snapshot doesn't look like it has the subprojects in it. On Tuesday 24 January 2006 9:59 am, Nicolas Vervelle wrote: > Clifton Craig wrote: > >Stefan, > > > >That sounds like exactly what I'm looking for. Only there's one big > > problem. I'm behind an authenticating HTTP proxy and I can'

AW: Unit test a build

2006-01-24 Thread Jan.Materne
as far I can see http://ant.apache.org/svn.html lists other urls ... Jan >-Ursprüngliche Nachricht- >Von: Clifton Craig [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 24. Januar 2006 16:57 >An: Ant Users List >Betreff: Re: Unit test a build > >This is the error I g

Re: Unit test a build

2006-01-24 Thread Clifton Craig
This is the error I get on the svn command line: [EMAIL PROTECTED]:~/neware/subversion/apache-ant-1.6.5$ svn co http://svn.apache.org/viewcvs.cgi/ant/antlibs/antunit/trunk/ svn: PROPFIND request failed on '/viewcvs.cgi/ant/antlibs/antunit/trunk' svn: PROPFIND of '/viewcvs.cgi/ant/antlibs/antunit/t

AW: Unit test a build

2006-01-24 Thread Jan.Materne
t Users List >Betreff: Re: Unit test a build > >Stefan, > >That sounds like exactly what I'm looking for. Only there's >one big problem. >I'm behind an authenticating HTTP proxy and I can't seem to >get my svn client to get through it. Our in office proxy

Re: Unit test a build

2006-01-24 Thread Nicolas Vervelle
Clifton Craig wrote: Stefan, That sounds like exactly what I'm looking for. Only there's one big problem. I'm behind an authenticating HTTP proxy and I can't seem to get my svn client to get through it. Our in office proxy has traditionally caused me such problems and I faced this about a

Re: Unit test a build

2006-01-24 Thread Clifton Craig
Stefan, That sounds like exactly what I'm looking for. Only there's one big problem. I'm behind an authenticating HTTP proxy and I can't seem to get my svn client to get through it. Our in office proxy has traditionally caused me such problems and I faced this about a month ago when I was tryin

Re: Unit test a build

2006-01-23 Thread Stefan Bodewig
On Mon, 23 Jan 2006, Ninju Bohra <[EMAIL PROTECTED]> wrote: > I too created test cases for my build files (actually they are build > files for testing my custom tasks, but they are still build files). > > I used the BuildFileTest class as the base class (that my JUnit > classes extended from).

Re: Unit test a build

2006-01-23 Thread Ninju Bohra
ROTECTED]> To: user@ant.apache.org Sent: Monday, January 23, 2006 3:06:35 PM Subject: Re: Unit test a build On Mon, 23 Jan 2006, Clifton Craig <[EMAIL PROTECTED]> wrote: > Great idea. However, I'm a little lost. I have a source distribution > of Ant-1.6.5 AntUnit is not part

Re: Unit test a build

2006-01-23 Thread Stefan Bodewig
On Mon, 23 Jan 2006, Clifton Craig <[EMAIL PROTECTED]> wrote: > Great idea. However, I'm a little lost. I have a source distribution > of Ant-1.6.5 AntUnit is not part of Ant's source distribution, but a subproject on its own right. Check out

Re: Unit test a build

2006-01-23 Thread Antoine Levy-Lambert
Clifton Craig wrote: >On Sunday 22 January 2006 4:55 pm, Steve Loughran wrote: > > >>Clifton Craig wrote: >> >> >>>Given my passion for TDD I am now looking for a way to apply unit tests >>>to my Ant build files. Is there an easy way or framework I can use? >>> >>> >>you need the antun

Re: Unit test a build

2006-01-23 Thread Steve Loughran
Clifton Craig wrote: On Sunday 22 January 2006 4:55 pm, Steve Loughran wrote: Clifton Craig wrote: Given my passion for TDD I am now looking for a way to apply unit tests to my Ant build files. Is there an easy way or framework I can use? you need the antunit test framework; its in Ant's SVN r

Re: Unit test a build

2006-01-23 Thread Clifton Craig
On Sunday 22 January 2006 4:55 pm, Steve Loughran wrote: > Clifton Craig wrote: > > Given my passion for TDD I am now looking for a way to apply unit tests > > to my Ant build files. Is there an easy way or framework I can use? > > you need the antunit test framework; its in Ant's SVN repo. Its rea

Re: Unit test a build

2006-01-22 Thread Steve Loughran
Clifton Craig wrote: Given my passion for TDD I am now looking for a way to apply unit tests to my Ant build files. Is there an easy way or framework I can use? you need the antunit test framework; its in Ant's SVN repo. Its really for testing tasks, but comes with a good set of assertions -

Unit test a build

2006-01-21 Thread Clifton Craig
Given my passion for TDD I am now looking for a way to apply unit tests to my Ant build files. Is there an easy way or framework I can use? --- Clifton C. Craig, Software Engineer Intelligent Computer Systems -  A Division of GBG [EMAIL PROTECTED]