On Sat, 25 Jan 2003, Jeffrey Dever wrote:
> Yea, worked for me too. I have been making some changes in there, so > you need a clean checkout. (does maven do a checkout of the source > files, or just compiles what is already checkout and is local?) Maven will build whatever is on your local disk, so you need to do at least a 'cvs up' to get the latest before you build. -- Martin Cooper > > -jsd > > Martin Cooper wrote: > > >On Sat, 25 Jan 2003, Henri Yandell wrote: > > > > > > > >>On Fri, 24 Jan 2003, Martin Cooper wrote: > >> > >> > >> > >>>On Fri, 24 Jan 2003, Henri Yandell wrote: > >>> > >>> > >>> > >>>>I've done a cvs update on commons, and have successfully built [well it > >>>>fails on a test] httpclient with just: cd httpclient; maven > >>>> > >>>> > >>>I just tried building HttpClient and it built and unit tested just fine > >>>(apart from one deprecation warning). That's with Maven b7, and I've never > >>>tried building HttpClient before. > >>> > >>> > >>test:test: > >> [junit] dir attribute ignored if running in the same VM > >> [junit] Running org.apache.commons.httpclient.TestNoHost > >> [junit] Tests run: 161, Failures: 0, Errors: 2, Time elapsed: 1.89 sec > >> [junit] [ERROR] TEST org.apache.commons.httpclient.TestNoHost FAILED > >> > >>is the error I get. > >> > >> > > > >Odd. That worked for me. > > > >test:test: > > [junit] dir attribute ignored if running in the same VM > > [junit] Running org.apache.commons.httpclient.TestNoHost > > [junit] Tests run: 161, Failures: 0, Errors: 0, Time elapsed: 8.232 sec > > > >-- > >Martin Cooper > > > > > > > > > >>Hen > >> > >> > >>-- > >>To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > >>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > >> > >> > >> > >> > > > > > >-- > >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
