You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2011/07/04 13:20:41 UTC

openejb examples

Hi,

i don't know where to go to modify the openejb.conf for our buildbots, i
only know the svn conf file but i think to modify it is not enough.

can someone modify the conf to delete ../examples.zip before the zip command
in the openejb-update-examples buidler?

there is a weird behavior
http://ci.apache.org/builders/openejb-update-examples/

when it is run manually the extracted dir contains too much files (maybe
cause of a bad try and cause the zip is just updated) but when it is run
automatically with the scheduler it doesn't work at all.

To sumamrize there are 2 issues:
1) scheduler runs don't work at all
2) manual runs work but either the zip file or the extracted dir have too
much directories, the ../examples.zip should be removed before the zip
command

anybody to help me on this subject?

- Romain

Re: openejb examples

Posted by Romain Manni-Bucau <rm...@gmail.com>.
oh ok, thanks for the precision ;)

- Romain

2011/7/6 David Blevins <da...@gmail.com>

>
> On Jul 6, 2011, at 11:46 AM, Romain Manni-Bucau wrote:
>
> > I thought you did something more, no?
>
> You're probably thinking of the svn hooks.
>
> For performance reasons there isn't one big hook for all of "
> http://svn.apache.org/repos/asf/*", but it would work.  We tend to add
> them to more specific locations.  Here's what our hooks look like:
>
> ^(openejb/trunk/openejb3)/(.*)
> ^(openejb/trunk/sandbox)/(.*)
> ^(openejb/site)/(.*)
> ^(openejb/branches/openejb-3.2.x)/(.*)
>
> If we add any openejb.conf builders that might want to be triggered via a
> path not covered by the above, then we need to poke infra to add a hook for
> us.
>
>
> -David
>
> >
> > 2011/7/6 David Blevins <da...@gmail.com>
> >
> >>
> >> On Jul 6, 2011, at 4:56 AM, Romain Manni-Bucau wrote:
> >>
> >>> i don't know how to change the conf used by buildbot to test.
> >>
> >> Here's the link.  You've checked in a change to the openejb.conf
> already,
> >> btw :)  Don't worry, you're in good company.  Kevan did the same thing
> --
> >> checked in a change then later forgot where the file was and that he had
> >> access.  It should be setup so that any committer can checkout and edit:
> >>
> >>
> >>
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects
> >>
> >> -David
> >>
> >>>
> >>> 2011/7/6 Jacek Laskowski <ja...@japila.pl>
> >>>
> >>>> On Mon, Jul 4, 2011 at 1:20 PM, Romain Manni-Bucau
> >>>> <rm...@gmail.com> wrote:
> >>>>
> >>>>> anybody to help me on this subject?
> >>>>
> >>>> Hi,
> >>>>
> >>>> Have you worked it out? May I help you somehow? (I don't know how, so
> >>>> please advise).
> >>>>
> >>>> Jacek
> >>>>
> >>>> --
> >>>> Jacek Laskowski
> >>>> Java EE, functional languages and IBM WebSphere -
> http://blog.japila.pl
> >>>> Warszawa JUG conference = Confitura (formerly Javarsovia) ::
> >>>> http://confitura.pl
> >>>>
> >>
> >>
>
>

Re: openejb examples

Posted by David Blevins <da...@gmail.com>.
On Jul 6, 2011, at 11:46 AM, Romain Manni-Bucau wrote:

> I thought you did something more, no?

You're probably thinking of the svn hooks.

For performance reasons there isn't one big hook for all of "http://svn.apache.org/repos/asf/*", but it would work.  We tend to add them to more specific locations.  Here's what our hooks look like:

^(openejb/trunk/openejb3)/(.*)
^(openejb/trunk/sandbox)/(.*)
^(openejb/site)/(.*)
^(openejb/branches/openejb-3.2.x)/(.*)

If we add any openejb.conf builders that might want to be triggered via a path not covered by the above, then we need to poke infra to add a hook for us.


-David

> 
> 2011/7/6 David Blevins <da...@gmail.com>
> 
>> 
>> On Jul 6, 2011, at 4:56 AM, Romain Manni-Bucau wrote:
>> 
>>> i don't know how to change the conf used by buildbot to test.
>> 
>> Here's the link.  You've checked in a change to the openejb.conf already,
>> btw :)  Don't worry, you're in good company.  Kevan did the same thing --
>> checked in a change then later forgot where the file was and that he had
>> access.  It should be setup so that any committer can checkout and edit:
>> 
>> 
>> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects
>> 
>> -David
>> 
>>> 
>>> 2011/7/6 Jacek Laskowski <ja...@japila.pl>
>>> 
>>>> On Mon, Jul 4, 2011 at 1:20 PM, Romain Manni-Bucau
>>>> <rm...@gmail.com> wrote:
>>>> 
>>>>> anybody to help me on this subject?
>>>> 
>>>> Hi,
>>>> 
>>>> Have you worked it out? May I help you somehow? (I don't know how, so
>>>> please advise).
>>>> 
>>>> Jacek
>>>> 
>>>> --
>>>> Jacek Laskowski
>>>> Java EE, functional languages and IBM WebSphere - http://blog.japila.pl
>>>> Warszawa JUG conference = Confitura (formerly Javarsovia) ::
>>>> http://confitura.pl
>>>> 
>> 
>> 


Re: openejb examples

Posted by Romain Manni-Bucau <rm...@gmail.com>.
well, i removed examples.zip and it seems to work now.

.. if someone wants to play with css ;)

- Romainl

2011/7/6 Romain Manni-Bucau <rm...@gmail.com>

> I thought you did something more, no?
>
> - Romain
>
>
> 2011/7/6 David Blevins <da...@gmail.com>
>
>>
>> On Jul 6, 2011, at 4:56 AM, Romain Manni-Bucau wrote:
>>
>> > i don't know how to change the conf used by buildbot to test.
>>
>> Here's the link.  You've checked in a change to the openejb.conf already,
>> btw :)  Don't worry, you're in good company.  Kevan did the same thing --
>> checked in a change then later forgot where the file was and that he had
>> access.  It should be setup so that any committer can checkout and edit:
>>
>>
>> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects
>>
>> -David
>>
>> >
>> > 2011/7/6 Jacek Laskowski <ja...@japila.pl>
>> >
>> >> On Mon, Jul 4, 2011 at 1:20 PM, Romain Manni-Bucau
>> >> <rm...@gmail.com> wrote:
>> >>
>> >>> anybody to help me on this subject?
>> >>
>> >> Hi,
>> >>
>> >> Have you worked it out? May I help you somehow? (I don't know how, so
>> >> please advise).
>> >>
>> >> Jacek
>> >>
>> >> --
>> >> Jacek Laskowski
>> >> Java EE, functional languages and IBM WebSphere -
>> http://blog.japila.pl
>> >> Warszawa JUG conference = Confitura (formerly Javarsovia) ::
>> >> http://confitura.pl
>> >>
>>
>>
>

Re: openejb examples

Posted by Romain Manni-Bucau <rm...@gmail.com>.
I thought you did something more, no?

- Romain

2011/7/6 David Blevins <da...@gmail.com>

>
> On Jul 6, 2011, at 4:56 AM, Romain Manni-Bucau wrote:
>
> > i don't know how to change the conf used by buildbot to test.
>
> Here's the link.  You've checked in a change to the openejb.conf already,
> btw :)  Don't worry, you're in good company.  Kevan did the same thing --
> checked in a change then later forgot where the file was and that he had
> access.  It should be setup so that any committer can checkout and edit:
>
>
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects
>
> -David
>
> >
> > 2011/7/6 Jacek Laskowski <ja...@japila.pl>
> >
> >> On Mon, Jul 4, 2011 at 1:20 PM, Romain Manni-Bucau
> >> <rm...@gmail.com> wrote:
> >>
> >>> anybody to help me on this subject?
> >>
> >> Hi,
> >>
> >> Have you worked it out? May I help you somehow? (I don't know how, so
> >> please advise).
> >>
> >> Jacek
> >>
> >> --
> >> Jacek Laskowski
> >> Java EE, functional languages and IBM WebSphere - http://blog.japila.pl
> >> Warszawa JUG conference = Confitura (formerly Javarsovia) ::
> >> http://confitura.pl
> >>
>
>

Re: openejb examples

Posted by David Blevins <da...@gmail.com>.
On Jul 6, 2011, at 4:56 AM, Romain Manni-Bucau wrote:

> i don't know how to change the conf used by buildbot to test.

Here's the link.  You've checked in a change to the openejb.conf already, btw :)  Don't worry, you're in good company.  Kevan did the same thing -- checked in a change then later forgot where the file was and that he had access.  It should be setup so that any committer can checkout and edit:

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

-David

> 
> 2011/7/6 Jacek Laskowski <ja...@japila.pl>
> 
>> On Mon, Jul 4, 2011 at 1:20 PM, Romain Manni-Bucau
>> <rm...@gmail.com> wrote:
>> 
>>> anybody to help me on this subject?
>> 
>> Hi,
>> 
>> Have you worked it out? May I help you somehow? (I don't know how, so
>> please advise).
>> 
>> Jacek
>> 
>> --
>> Jacek Laskowski
>> Java EE, functional languages and IBM WebSphere - http://blog.japila.pl
>> Warszawa JUG conference = Confitura (formerly Javarsovia) ::
>> http://confitura.pl
>> 


Re: openejb examples

Posted by Jacek Laskowski <ja...@japila.pl>.
On Wed, Jul 6, 2011 at 1:56 PM, Romain Manni-Bucau
<rm...@gmail.com> wrote:

> Well, if you have any idea it is always welcome :)

I'd report an issue in infra jira and wait for their response.

Jacek

-- 
Jacek Laskowski
Java EE, functional languages and IBM WebSphere - http://blog.japila.pl
Warszawa JUG conference = Confitura (formerly Javarsovia) :: http://confitura.pl

Re: openejb examples

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi,

no i didn't work on it,

i don't know how to change the conf used by buildbot to test.

i guess the zip command merges the zip already existing and the data added
so we should remove it before doing the new zip but i don't know how to
apply these commands, maybe the asfinfra channel on IRC is a good point but
when i asked yesterday i felt alone ;).

For the other issue asfinfra is probably the best place because it seems
(i'm not really sure of it), the build is sent from different place from irc
or from scheduler, i would like to be sure of it.

Well, if you have any idea it is always welcome :)

- Romain

2011/7/6 Jacek Laskowski <ja...@japila.pl>

> On Mon, Jul 4, 2011 at 1:20 PM, Romain Manni-Bucau
> <rm...@gmail.com> wrote:
>
> > anybody to help me on this subject?
>
> Hi,
>
> Have you worked it out? May I help you somehow? (I don't know how, so
> please advise).
>
> Jacek
>
> --
> Jacek Laskowski
> Java EE, functional languages and IBM WebSphere - http://blog.japila.pl
> Warszawa JUG conference = Confitura (formerly Javarsovia) ::
> http://confitura.pl
>

Re: openejb examples

Posted by Jacek Laskowski <ja...@japila.pl>.
On Mon, Jul 4, 2011 at 1:20 PM, Romain Manni-Bucau
<rm...@gmail.com> wrote:

> anybody to help me on this subject?

Hi,

Have you worked it out? May I help you somehow? (I don't know how, so
please advise).

Jacek

-- 
Jacek Laskowski
Java EE, functional languages and IBM WebSphere - http://blog.japila.pl
Warszawa JUG conference = Confitura (formerly Javarsovia) :: http://confitura.pl