You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2012/09/17 07:02:52 UTC

OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Hi,

Following https://issues.apache.org/jira/browse/INFRA-4785, and thanks to Gavin, we have now builds for OFBiz releases branches
(11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They simply miss the "run-tests" step in
https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
I wanted to modify it myself but I have no access there . Could someone with more privileges (ASF members?)  do it? Else please 
Gavin could you do it?

It's just about adding
f_ofb_?.addStep(Compile(command=["ant" , "run-tests"], haltOnFailure=True,))
for ? in {2,3,4}

Gavin has already handled load-demo for both trunk builds (std and ARM) but we should also change it for 12.04 (aka f_ofb_4)

Note: Buildbot ASF instance uses JDK 1.7, so following https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively R10.04 
r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04 to compiles and run (faster) under JDK 1.7

Thanks

Jacques

Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Posted by Jacques Le Roux <ja...@les7arts.com>.
From: "Gavin McDonald" <ga...@16degrees.com.au>
>> -----Original Message-----
>> From: Jacques Le Roux [mailto:jacques.le.roux@les7arts.com]
>> Sent: Thursday, 20 September 2012 10:31 PM
>> To: builds@apache.org; gavin@16degrees.com.au
>> Cc: dev@ofbiz.apache.org
>> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't
> run
>> tests
>> 
>> At https://svn.apache.org/repos/infra I see only apachecon and website,
>> what could I miss?
> 
> The rest of the URL is missing, you can't check out the whole of the infra
> tree. But you
> can check out further down:
> 
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster
> /master1/projects 
> 
> is the full URL you can check out.
> 
> Then edit your ofbiz.conf file from there.
> 
> HTH
> 
> Gav...

Ho indeed, sorry, I will take care of it

Thanks

Jacques
 
>> 
>> Jacques
>> 
>> From: "Gavin McDonald" <ga...@16degrees.com.au>
>> >> -----Original Message-----
>> >> From: Christian Geisert [mailto:christian.geisert@isu-gmbh.de]
>> >> Sent: Thursday, 20 September 2012 9:25 PM
>> >> To: builds@apache.org
>> >> Cc: dev@ofbiz.apache.org
>> >> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04)
>> >> don't
>> > run
>> >> tests
>> >>
>> >> Seems like I have access, will have a look tonight
>> >
>> > Every committer does, Jacques couldn't get in before so thought it
>> > easier to Just do it. Tell him the url you used and see if he has
>> > better luck this time.
>> >
>> > Gav...
>> >
>> >>
>> >> Christian
>> >>
>> >> Am 20.09.2012 12:12, schrieb Jacques Le Roux:
>> >> > Hi Gavin,
>> >> >
>> >> > It seems nobody is able to add the f_ofb_?.addStep(... lines below
>> >> > in
>> >> > https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/bu
>> >> > ild
>> >> > master/master1/projects/ofbiz.conf
>> >> > Could you please do it for us? Or would it be possible to grant
>> >> > access to avoid disturbing you later?
>> >> >
>> >> > Thanks
>> >> >
>> >> > Jacques
>> >> >
>> >> > From: "Jacques Le Roux" <ja...@les7arts.com>
>> >> >> Hi,
>> >> >>
>> >> >> Following https://issues.apache.org/jira/browse/INFRA-4785, and
>> >> >> thanks to Gavin, we have now builds for OFBiz releases branches
>> >> >> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They
>> >> >> simply miss the "run-tests" step in
>> >> >> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/b
>> >> >> uil dmaster/master1/projects/ofbiz.conf
>> >> >>
>> >> >> I wanted to modify it myself but I have no access there . Could
>> >> >> someone with more privileges (ASF members?)  do it? Else please
>> >> >> Gavin could you do it?
>> >> >>
>> >> >> It's just about adding
>> >> >> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
>> >> >> haltOnFailure=True,))
>> >> >> for ? in {2,3,4}
>> >> >>
>> >> >> Gavin has already handled load-demo for both trunk builds (std and
>> >> >> ARM) but we should also change it for 12.04 (aka f_ofb_4)
>> >> >>
>> >> >> Note: Buildbot ASF instance uses JDK 1.7, so following
>> >> >> https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
>> >> >> R10.04 r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04
>> >> >> to compiles and run (faster) under JDK 1.7
>> >> >>
>> >> >> Thanks
>> >> >>
>> >> >> Jacques
>> >> >
>> >
>> >
>

Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Posted by Jacques Le Roux <ja...@les7arts.com>.
From: "Gavin McDonald" <ga...@16degrees.com.au>
>> -----Original Message-----
>> From: Jacques Le Roux [mailto:jacques.le.roux@les7arts.com]
>> Sent: Thursday, 20 September 2012 10:31 PM
>> To: builds@apache.org; gavin@16degrees.com.au
>> Cc: dev@ofbiz.apache.org
>> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't
> run
>> tests
>> 
>> At https://svn.apache.org/repos/infra I see only apachecon and website,
>> what could I miss?
> 
> The rest of the URL is missing, you can't check out the whole of the infra
> tree. But you
> can check out further down:
> 
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster
> /master1/projects 
> 
> is the full URL you can check out.
> 
> Then edit your ofbiz.conf file from there.
> 
> HTH
> 
> Gav...

Ho indeed, sorry, I will take care of it

Thanks

Jacques
 
>> 
>> Jacques
>> 
>> From: "Gavin McDonald" <ga...@16degrees.com.au>
>> >> -----Original Message-----
>> >> From: Christian Geisert [mailto:christian.geisert@isu-gmbh.de]
>> >> Sent: Thursday, 20 September 2012 9:25 PM
>> >> To: builds@apache.org
>> >> Cc: dev@ofbiz.apache.org
>> >> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04)
>> >> don't
>> > run
>> >> tests
>> >>
>> >> Seems like I have access, will have a look tonight
>> >
>> > Every committer does, Jacques couldn't get in before so thought it
>> > easier to Just do it. Tell him the url you used and see if he has
>> > better luck this time.
>> >
>> > Gav...
>> >
>> >>
>> >> Christian
>> >>
>> >> Am 20.09.2012 12:12, schrieb Jacques Le Roux:
>> >> > Hi Gavin,
>> >> >
>> >> > It seems nobody is able to add the f_ofb_?.addStep(... lines below
>> >> > in
>> >> > https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/bu
>> >> > ild
>> >> > master/master1/projects/ofbiz.conf
>> >> > Could you please do it for us? Or would it be possible to grant
>> >> > access to avoid disturbing you later?
>> >> >
>> >> > Thanks
>> >> >
>> >> > Jacques
>> >> >
>> >> > From: "Jacques Le Roux" <ja...@les7arts.com>
>> >> >> Hi,
>> >> >>
>> >> >> Following https://issues.apache.org/jira/browse/INFRA-4785, and
>> >> >> thanks to Gavin, we have now builds for OFBiz releases branches
>> >> >> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They
>> >> >> simply miss the "run-tests" step in
>> >> >> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/b
>> >> >> uil dmaster/master1/projects/ofbiz.conf
>> >> >>
>> >> >> I wanted to modify it myself but I have no access there . Could
>> >> >> someone with more privileges (ASF members?)  do it? Else please
>> >> >> Gavin could you do it?
>> >> >>
>> >> >> It's just about adding
>> >> >> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
>> >> >> haltOnFailure=True,))
>> >> >> for ? in {2,3,4}
>> >> >>
>> >> >> Gavin has already handled load-demo for both trunk builds (std and
>> >> >> ARM) but we should also change it for 12.04 (aka f_ofb_4)
>> >> >>
>> >> >> Note: Buildbot ASF instance uses JDK 1.7, so following
>> >> >> https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
>> >> >> R10.04 r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04
>> >> >> to compiles and run (faster) under JDK 1.7
>> >> >>
>> >> >> Thanks
>> >> >>
>> >> >> Jacques
>> >> >
>> >
>> >
>

RE: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Posted by Gavin McDonald <ga...@16degrees.com.au>.

> -----Original Message-----
> From: Jacques Le Roux [mailto:jacques.le.roux@les7arts.com]
> Sent: Thursday, 20 September 2012 10:31 PM
> To: builds@apache.org; gavin@16degrees.com.au
> Cc: dev@ofbiz.apache.org
> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't
run
> tests
> 
> At https://svn.apache.org/repos/infra I see only apachecon and website,
> what could I miss?

The rest of the URL is missing, you can't check out the whole of the infra
tree. But you
can check out further down:

https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster
/master1/projects 

is the full URL you can check out.

Then edit your ofbiz.conf file from there.

HTH

Gav...

> 
> Jacques
> 
> From: "Gavin McDonald" <ga...@16degrees.com.au>
> >> -----Original Message-----
> >> From: Christian Geisert [mailto:christian.geisert@isu-gmbh.de]
> >> Sent: Thursday, 20 September 2012 9:25 PM
> >> To: builds@apache.org
> >> Cc: dev@ofbiz.apache.org
> >> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04)
> >> don't
> > run
> >> tests
> >>
> >> Seems like I have access, will have a look tonight
> >
> > Every committer does, Jacques couldn't get in before so thought it
> > easier to Just do it. Tell him the url you used and see if he has
> > better luck this time.
> >
> > Gav...
> >
> >>
> >> Christian
> >>
> >> Am 20.09.2012 12:12, schrieb Jacques Le Roux:
> >> > Hi Gavin,
> >> >
> >> > It seems nobody is able to add the f_ofb_?.addStep(... lines below
> >> > in
> >> > https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/bu
> >> > ild
> >> > master/master1/projects/ofbiz.conf
> >> > Could you please do it for us? Or would it be possible to grant
> >> > access to avoid disturbing you later?
> >> >
> >> > Thanks
> >> >
> >> > Jacques
> >> >
> >> > From: "Jacques Le Roux" <ja...@les7arts.com>
> >> >> Hi,
> >> >>
> >> >> Following https://issues.apache.org/jira/browse/INFRA-4785, and
> >> >> thanks to Gavin, we have now builds for OFBiz releases branches
> >> >> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They
> >> >> simply miss the "run-tests" step in
> >> >> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/b
> >> >> uil dmaster/master1/projects/ofbiz.conf
> >> >>
> >> >> I wanted to modify it myself but I have no access there . Could
> >> >> someone with more privileges (ASF members?)  do it? Else please
> >> >> Gavin could you do it?
> >> >>
> >> >> It's just about adding
> >> >> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
> >> >> haltOnFailure=True,))
> >> >> for ? in {2,3,4}
> >> >>
> >> >> Gavin has already handled load-demo for both trunk builds (std and
> >> >> ARM) but we should also change it for 12.04 (aka f_ofb_4)
> >> >>
> >> >> Note: Buildbot ASF instance uses JDK 1.7, so following
> >> >> https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
> >> >> R10.04 r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04
> >> >> to compiles and run (faster) under JDK 1.7
> >> >>
> >> >> Thanks
> >> >>
> >> >> Jacques
> >> >
> >
> >


Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Posted by Jacques Le Roux <ja...@les7arts.com>.
At https://svn.apache.org/repos/infra I see only apachecon and website, what could I miss?

Jacques

From: "Gavin McDonald" <ga...@16degrees.com.au>
>> -----Original Message-----
>> From: Christian Geisert [mailto:christian.geisert@isu-gmbh.de]
>> Sent: Thursday, 20 September 2012 9:25 PM
>> To: builds@apache.org
>> Cc: dev@ofbiz.apache.org
>> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't
> run
>> tests
>> 
>> Seems like I have access, will have a look tonight
> 
> Every committer does, Jacques couldn't get in before so thought it easier to
> Just do it. Tell him the url you used and see if he has better luck this
> time.
> 
> Gav...
> 
>> 
>> Christian
>> 
>> Am 20.09.2012 12:12, schrieb Jacques Le Roux:
>> > Hi Gavin,
>> >
>> > It seems nobody is able to add the f_ofb_?.addStep(... lines below in
>> > https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/build
>> > master/master1/projects/ofbiz.conf
>> > Could you please do it for us? Or would it be possible to grant access
>> > to avoid disturbing you later?
>> >
>> > Thanks
>> >
>> > Jacques
>> >
>> > From: "Jacques Le Roux" <ja...@les7arts.com>
>> >> Hi,
>> >>
>> >> Following https://issues.apache.org/jira/browse/INFRA-4785, and
>> >> thanks to Gavin, we have now builds for OFBiz releases branches
>> >> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They
>> >> simply miss the "run-tests" step in
>> >> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buil
>> >> dmaster/master1/projects/ofbiz.conf
>> >>
>> >> I wanted to modify it myself but I have no access there . Could
>> >> someone with more privileges (ASF members?)  do it? Else please Gavin
>> >> could you do it?
>> >>
>> >> It's just about adding
>> >> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
>> >> haltOnFailure=True,))
>> >> for ? in {2,3,4}
>> >>
>> >> Gavin has already handled load-demo for both trunk builds (std and
>> >> ARM) but we should also change it for 12.04 (aka f_ofb_4)
>> >>
>> >> Note: Buildbot ASF instance uses JDK 1.7, so following
>> >> https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
>> >> R10.04 r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04 to
>> >> compiles and run (faster) under JDK 1.7
>> >>
>> >> Thanks
>> >>
>> >> Jacques
>> >
> 
>

Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Posted by Jacques Le Roux <ja...@les7arts.com>.
At https://svn.apache.org/repos/infra I see only apachecon and website, what could I miss?

Jacques

From: "Gavin McDonald" <ga...@16degrees.com.au>
>> -----Original Message-----
>> From: Christian Geisert [mailto:christian.geisert@isu-gmbh.de]
>> Sent: Thursday, 20 September 2012 9:25 PM
>> To: builds@apache.org
>> Cc: dev@ofbiz.apache.org
>> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't
> run
>> tests
>> 
>> Seems like I have access, will have a look tonight
> 
> Every committer does, Jacques couldn't get in before so thought it easier to
> Just do it. Tell him the url you used and see if he has better luck this
> time.
> 
> Gav...
> 
>> 
>> Christian
>> 
>> Am 20.09.2012 12:12, schrieb Jacques Le Roux:
>> > Hi Gavin,
>> >
>> > It seems nobody is able to add the f_ofb_?.addStep(... lines below in
>> > https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/build
>> > master/master1/projects/ofbiz.conf
>> > Could you please do it for us? Or would it be possible to grant access
>> > to avoid disturbing you later?
>> >
>> > Thanks
>> >
>> > Jacques
>> >
>> > From: "Jacques Le Roux" <ja...@les7arts.com>
>> >> Hi,
>> >>
>> >> Following https://issues.apache.org/jira/browse/INFRA-4785, and
>> >> thanks to Gavin, we have now builds for OFBiz releases branches
>> >> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They
>> >> simply miss the "run-tests" step in
>> >> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buil
>> >> dmaster/master1/projects/ofbiz.conf
>> >>
>> >> I wanted to modify it myself but I have no access there . Could
>> >> someone with more privileges (ASF members?)  do it? Else please Gavin
>> >> could you do it?
>> >>
>> >> It's just about adding
>> >> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
>> >> haltOnFailure=True,))
>> >> for ? in {2,3,4}
>> >>
>> >> Gavin has already handled load-demo for both trunk builds (std and
>> >> ARM) but we should also change it for 12.04 (aka f_ofb_4)
>> >>
>> >> Note: Buildbot ASF instance uses JDK 1.7, so following
>> >> https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
>> >> R10.04 r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04 to
>> >> compiles and run (faster) under JDK 1.7
>> >>
>> >> Thanks
>> >>
>> >> Jacques
>> >
> 
>

RE: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Posted by Gavin McDonald <ga...@16degrees.com.au>.

> -----Original Message-----
> From: Christian Geisert [mailto:christian.geisert@isu-gmbh.de]
> Sent: Thursday, 20 September 2012 9:25 PM
> To: builds@apache.org
> Cc: dev@ofbiz.apache.org
> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't
run
> tests
> 
> Seems like I have access, will have a look tonight

Every committer does, Jacques couldn't get in before so thought it easier to
Just do it. Tell him the url you used and see if he has better luck this
time.

Gav...

> 
> Christian
> 
> Am 20.09.2012 12:12, schrieb Jacques Le Roux:
> > Hi Gavin,
> >
> > It seems nobody is able to add the f_ofb_?.addStep(... lines below in
> > https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/build
> > master/master1/projects/ofbiz.conf
> > Could you please do it for us? Or would it be possible to grant access
> > to avoid disturbing you later?
> >
> > Thanks
> >
> > Jacques
> >
> > From: "Jacques Le Roux" <ja...@les7arts.com>
> >> Hi,
> >>
> >> Following https://issues.apache.org/jira/browse/INFRA-4785, and
> >> thanks to Gavin, we have now builds for OFBiz releases branches
> >> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They
> >> simply miss the "run-tests" step in
> >> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buil
> >> dmaster/master1/projects/ofbiz.conf
> >>
> >> I wanted to modify it myself but I have no access there . Could
> >> someone with more privileges (ASF members?)  do it? Else please Gavin
> >> could you do it?
> >>
> >> It's just about adding
> >> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
> >> haltOnFailure=True,))
> >> for ? in {2,3,4}
> >>
> >> Gavin has already handled load-demo for both trunk builds (std and
> >> ARM) but we should also change it for 12.04 (aka f_ofb_4)
> >>
> >> Note: Buildbot ASF instance uses JDK 1.7, so following
> >> https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
> >> R10.04 r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04 to
> >> compiles and run (faster) under JDK 1.7
> >>
> >> Thanks
> >>
> >> Jacques
> >



Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Posted by SAURABH SINGH <sa...@gmail.com>.
On Thu, Sep 20, 2012 at 5:24 PM, Christian Geisert <
christian.geisert@isu-gmbh.de> wrote:

> Seems like I have access, will have a look tonight
>
> Christian
>
> Am 20.09.2012 12:12, schrieb Jacques Le Roux:
> > Hi Gavin,
> >
> > It seems nobody is able to add the f_ofb_?.addStep(... lines below in
> >
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
> > Could you please do it for us? Or would it be possible to grant access
> > to avoid disturbing you later?
> >
> > Thanks
> >
> > Jacques
> >
> > From: "Jacques Le Roux" <ja...@les7arts.com>
> >> Hi,
> >>
> >> Following https://issues.apache.org/jira/browse/INFRA-4785, and
> >> thanks to Gavin, we have now builds for OFBiz releases branches
> >> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They
> >> simply miss the "run-tests" step in
> >>
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
> >>
> >> I wanted to modify it myself but I have no access there . Could
> >> someone with more privileges (ASF members?)  do it? Else please Gavin
> >> could you do it?
> >>
> >> It's just about adding
> >> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
> >> haltOnFailure=True,))
> >> for ? in {2,3,4}
> >>
> >> Gavin has already handled load-demo for both trunk builds (std and
> >> ARM) but we should also change it for 12.04 (aka f_ofb_4)
> >>
> >> Note: Buildbot ASF instance uses JDK 1.7, so following
> >> https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
> >> R10.04 r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04 to
> >> compiles and run (faster) under JDK 1.7
> >>
> >> Thanks
> >>
> >> Jacques
> >
>
>


-- 
*Thanks & Regards
SAURABH SINGH
**Software Engineer*
*Mechatronics Systems Pvt Ltd*
*BHOPAL (M.P.)*

Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Posted by SAURABH SINGH <sa...@gmail.com>.
On Thu, Sep 20, 2012 at 5:24 PM, Christian Geisert <
christian.geisert@isu-gmbh.de> wrote:

> Seems like I have access, will have a look tonight
>
> Christian
>
> Am 20.09.2012 12:12, schrieb Jacques Le Roux:
> > Hi Gavin,
> >
> > It seems nobody is able to add the f_ofb_?.addStep(... lines below in
> >
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
> > Could you please do it for us? Or would it be possible to grant access
> > to avoid disturbing you later?
> >
> > Thanks
> >
> > Jacques
> >
> > From: "Jacques Le Roux" <ja...@les7arts.com>
> >> Hi,
> >>
> >> Following https://issues.apache.org/jira/browse/INFRA-4785, and
> >> thanks to Gavin, we have now builds for OFBiz releases branches
> >> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They
> >> simply miss the "run-tests" step in
> >>
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
> >>
> >> I wanted to modify it myself but I have no access there . Could
> >> someone with more privileges (ASF members?)  do it? Else please Gavin
> >> could you do it?
> >>
> >> It's just about adding
> >> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
> >> haltOnFailure=True,))
> >> for ? in {2,3,4}
> >>
> >> Gavin has already handled load-demo for both trunk builds (std and
> >> ARM) but we should also change it for 12.04 (aka f_ofb_4)
> >>
> >> Note: Buildbot ASF instance uses JDK 1.7, so following
> >> https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
> >> R10.04 r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04 to
> >> compiles and run (faster) under JDK 1.7
> >>
> >> Thanks
> >>
> >> Jacques
> >
>
>


-- 
*Thanks & Regards
SAURABH SINGH
**Software Engineer*
*Mechatronics Systems Pvt Ltd*
*BHOPAL (M.P.)*

Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Posted by Christian Geisert <ch...@isu-gmbh.de>.
Seems like I have access, will have a look tonight

Christian

Am 20.09.2012 12:12, schrieb Jacques Le Roux:
> Hi Gavin,
>
> It seems nobody is able to add the f_ofb_?.addStep(... lines below in
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
> Could you please do it for us? Or would it be possible to grant access
> to avoid disturbing you later?
>
> Thanks
>
> Jacques
>
> From: "Jacques Le Roux" <ja...@les7arts.com>
>> Hi,
>>
>> Following https://issues.apache.org/jira/browse/INFRA-4785, and
>> thanks to Gavin, we have now builds for OFBiz releases branches
>> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They
>> simply miss the "run-tests" step in
>> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
>>
>> I wanted to modify it myself but I have no access there . Could
>> someone with more privileges (ASF members?)  do it? Else please Gavin
>> could you do it?
>>
>> It's just about adding
>> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
>> haltOnFailure=True,))
>> for ? in {2,3,4}
>>
>> Gavin has already handled load-demo for both trunk builds (std and
>> ARM) but we should also change it for 12.04 (aka f_ofb_4)
>>
>> Note: Buildbot ASF instance uses JDK 1.7, so following
>> https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
>> R10.04 r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04 to
>> compiles and run (faster) under JDK 1.7
>>
>> Thanks
>>
>> Jacques
>


RE: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Posted by Gavin McDonald <ga...@16degrees.com.au>.
No problem, late here so will do it in a few hours.

> -----Original Message-----
> From: Jacques Le Roux [mailto:jacques.le.roux@les7arts.com]
> Sent: Thursday, 20 September 2012 7:43 PM
> To: builds@apache.org
> Cc: dev@ofbiz.apache.org
> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't
run
> tests
> 
> Hi Gavin,
> 
> It seems nobody is able to add the f_ofb_?.addStep(... lines below in
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmast
> er/master1/projects/ofbiz.conf
> Could you please do it for us? Or would it be possible to grant access to
avoid
> disturbing you later?
> 
> Thanks
> 
> Jacques
> 
> From: "Jacques Le Roux" <ja...@les7arts.com>
> > Hi,
> >
> > Following https://issues.apache.org/jira/browse/INFRA-4785, and thanks
> > to Gavin, we have now builds for OFBiz releases branches (11.04,
> > 11.04, 12.04). Unfortunaltey they don't run tests. They simply miss
> > the "run-tests" step in
> > https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/build
> > master/master1/projects/ofbiz.conf
> > I wanted to modify it myself but I have no access there . Could
> > someone with more privileges (ASF members?)  do it? Else please Gavin
> could you do it?
> >
> > It's just about adding
> > f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
> > haltOnFailure=True,)) for ? in {2,3,4}
> >
> > Gavin has already handled load-demo for both trunk builds (std and
> > ARM) but we should also change it for 12.04 (aka f_ofb_4)
> >
> > Note: Buildbot ASF instance uses JDK 1.7, so following
> > https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
> > R10.04
> > r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04 to compiles
> > and run (faster) under JDK 1.7
> >
> > Thanks
> >
> > Jacques


Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Posted by Christian Geisert <ch...@isu-gmbh.de>.
Seems like I have access, will have a look tonight

Christian

Am 20.09.2012 12:12, schrieb Jacques Le Roux:
> Hi Gavin,
>
> It seems nobody is able to add the f_ofb_?.addStep(... lines below in
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
> Could you please do it for us? Or would it be possible to grant access
> to avoid disturbing you later?
>
> Thanks
>
> Jacques
>
> From: "Jacques Le Roux" <ja...@les7arts.com>
>> Hi,
>>
>> Following https://issues.apache.org/jira/browse/INFRA-4785, and
>> thanks to Gavin, we have now builds for OFBiz releases branches
>> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They
>> simply miss the "run-tests" step in
>> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
>>
>> I wanted to modify it myself but I have no access there . Could
>> someone with more privileges (ASF members?)  do it? Else please Gavin
>> could you do it?
>>
>> It's just about adding
>> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
>> haltOnFailure=True,))
>> for ? in {2,3,4}
>>
>> Gavin has already handled load-demo for both trunk builds (std and
>> ARM) but we should also change it for 12.04 (aka f_ofb_4)
>>
>> Note: Buildbot ASF instance uses JDK 1.7, so following
>> https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
>> R10.04 r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04 to
>> compiles and run (faster) under JDK 1.7
>>
>> Thanks
>>
>> Jacques
>


Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Gavin,

It seems nobody is able to add the f_ofb_?.addStep(... lines below in 
https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
Could you please do it for us? Or would it be possible to grant access to avoid disturbing you later?

Thanks

Jacques

From: "Jacques Le Roux" <ja...@les7arts.com>
> Hi,
> 
> Following https://issues.apache.org/jira/browse/INFRA-4785, and thanks to Gavin, we have now builds for OFBiz releases branches
> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They simply miss the "run-tests" step in
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
> I wanted to modify it myself but I have no access there . Could someone with more privileges (ASF members?)  do it? Else please 
> Gavin could you do it?
> 
> It's just about adding
> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"], haltOnFailure=True,))
> for ? in {2,3,4}
> 
> Gavin has already handled load-demo for both trunk builds (std and ARM) but we should also change it for 12.04 (aka f_ofb_4)
> 
> Note: Buildbot ASF instance uses JDK 1.7, so following https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively R10.04 
> r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04 to compiles and run (faster) under JDK 1.7
> 
> Thanks
> 
> Jacques

Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Gavin,

It seems nobody is able to add the f_ofb_?.addStep(... lines below in 
https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
Could you please do it for us? Or would it be possible to grant access to avoid disturbing you later?

Thanks

Jacques

From: "Jacques Le Roux" <ja...@les7arts.com>
> Hi,
> 
> Following https://issues.apache.org/jira/browse/INFRA-4785, and thanks to Gavin, we have now builds for OFBiz releases branches
> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They simply miss the "run-tests" step in
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
> I wanted to modify it myself but I have no access there . Could someone with more privileges (ASF members?)  do it? Else please 
> Gavin could you do it?
> 
> It's just about adding
> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"], haltOnFailure=True,))
> for ? in {2,3,4}
> 
> Gavin has already handled load-demo for both trunk builds (std and ARM) but we should also change it for 12.04 (aka f_ofb_4)
> 
> Note: Buildbot ASF instance uses JDK 1.7, so following https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively R10.04 
> r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04 to compiles and run (faster) under JDK 1.7
> 
> Thanks
> 
> Jacques