Alexei Zakharov wrote:
Thanks Stepan. By the way, I also noticed that by default all test
sources are downloaded from
http://svn.apache.org/repos/....
This is a bit inconvenient if you are a committer and trying to commit
changes in tests. Because svn refuses to commit anything if the
repository URL doesn't start with HTTPS. So yesterday I had to
recheckout all sources in order to commit a trivial change to struts
tests.
In cases like this, where you know it is the same resources at a
different URL, svn switch is your friend.
Regards,
Tim
2008/3/25, Stepan Mishura <[EMAIL PROTECTED]>:
On 3/22/08, Stepan Mishura <[EMAIL PROTECTED]> wrote:
> On 3/21/08, Alexei Zakharov <[EMAIL PROTECTED]> wrote:
> > Hi Stepan,
> >
> > Today I was trying to update the buildtest workspace and found that
> > you've made several changes to it. I tried to read README.txt but this
> > was not very helpful since the file itself looks outdated. Then from
> > svn logs I understand that you've added new 'install' target to main
> > build.xml . So what is the correct sequence now
> >
> > ant install
> > ant -Dtest.suites=struts_test setup
> > ant -Dtest.suites=struts_test run
> >
>
> Yes, this is correct sequence now, but install should has
> -Dtest.suites=struts_test param too.
>
> I'm sorry that I didn't warned about the change and not updated
> README. Currently I'm working on infra's improvements to make work
> flow more simple/transparent and resolve several issues mentioned on
> the dev-list. Please be patient to me if I broke something or the doc
> is inconsistent.
BTW, if you find something broken please let me know.
Also in this case you may use BTI's svn revision < 639550 - it should work.
Thanks,
Stepan.
> After I complete improvements I'm going to align the
> README and the page on the web-site.
>
> Thanks,
> Stepan.
>
> > ?
> >
> > Regards,
> > Alexei