Hi, Stepan.
I've got 2 failures with BTI build.xml (r640391)
1. when I run
ant -Dtest.suites=tptp install
I've got the following output:
BUILD FAILED
.../infra/build.xml:144: java.io.FileNotFoundException:
.../infra/build/config/resources.location (No such file or directory)
I've managed to fix it by adding the following line
<mkdir dir="${config.dir}" />
to -init-instal target
2. After that the same command produced:
BUILD FAILED
.../infra/build.xml:220: The following error occurred while executing this line:
.../infra/scripts/config.xml:52:
The following error occurred while executing this line:
.../infra/scripts/config.xml:114:
Source resource does not exist: .../infra/framework.local.properties
I've fixed it by adding create-local-configuration dependency to
generate-config target.
Thanks, Eugene.
On Tue, Mar 25, 2008 at 11:38 AM, Stepan Mishura
<[EMAIL PROTECTED]> wrote:
> 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
> > >
> >
>