Re: monitoring builds

2007-08-24 Thread Ionut S
I didn't find something similar in Romania (where I'm from), so I chose to make 
this circuit:

http://www.instructables.com/id/EXTC9BLAQJEPD7QSN2/



Wendy Smoak [EMAIL PROTECTED] wrote: On 8/23/07, Ionut S  wrote:
 Hi,
 I want to implement a system of lava lamps for our continuum server and I 
 need a way to find out when a build was done and the result. I know about the 
 notifications mechanism, but my lava lamps will not be located on the same 
 computer that hosts the continuum server.

I was in a Cruise Control talk recently, and apparently they do the
lava lamp thing with X10 (home automation stuff).

There's a discussion here:
http://www.pragmaticautomation.com/cgi-bin/pragauto.cgi/Monitor/Devices/BubbleBubbleBuildsInTrouble.rdoc

-- 
Wendy


   
-
Be a better Heartthrob. Get better relationship answers from someone who knows.
Yahoo! Answers - Check it out. 

monitoring builds

2007-08-23 Thread Ionut S
Hi,
I want to implement a system of lava lamps for our continuum server and I need 
a way to find out when a build was done and the result. I know about the 
notifications mechanism, but my lava lamps will not be located on the same 
computer that hosts the continuum server. 

My computer is behind a firewall and I can't change these settings - hence I 
can access the continuum server from my computer but not the other way around. 
As a consequence, I will need a way from my computer to ping Continuum from 
time to time and see when a build was done.

Another method would be to have an application that checks the email and see if 
an email notification arrived (we have email notifications configured, yes). 
However, this solution doesn't seem very elegant - I would keep it only as the 
last resort..

Thank you in advance for your advices !

Ionut

   
-
Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
and lay it on us.

Re: monitoring builds

2007-08-23 Thread Nick Stolwijk

Hi,

Maybe it is an idea to use a IM notification like Jabber. That way you 
don't have to poll the continuum or your mail.


With regards,

Nick Stolwijk

Ionut S wrote:

Hi,
I want to implement a system of lava lamps for our continuum server and I need a way to find out when a build was done and the result. I know about the notifications mechanism, but my lava lamps will not be located on the same computer that hosts the continuum server. 


My computer is behind a firewall and I can't change these settings - hence I can access 
the continuum server from my computer but not the other way around. As a consequence, I 
will need a way from my computer to ping Continuum from time to time and see 
when a build was done.

Another method would be to have an application that checks the email and see if 
an email notification arrived (we have email notifications configured, yes). 
However, this solution doesn't seem very elegant - I would keep it only as the 
last resort..

Thank you in advance for your advices !

Ionut

   
-

Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
and lay it on us.
  




RE: monitoring builds

2007-08-23 Thread LAMY Olivier
Hi,
Added in 1.1-beta-1.
But in your case will need some developpement.


Have you look at all available notifier impls :
- mail
- jabber
- wagon (send the build output file to the wagon url)
- irc

--
Olivier 

-Message d'origine-
De : Ionut S [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 23 août 2007 14:03
À : continuum-users@maven.apache.org; [EMAIL PROTECTED]
Objet : Re: monitoring builds

Do you know when this feature was added ? We still have the 1.0.3 version ...



Michael Meyer [EMAIL PROTECTED] wrote: Hi we use continuums xml-rpc api for 
this. Look in the archive for [1.1-beta-1] How does the XML-RPC API work? 
(Date: 10. August 2007). 
Emmanuel Venisse explains it nicely.

Cheers, michael

Ionut S wrote:
 Hi,
 I want to implement a system of lava lamps for our continuum server and I 
 need a way to find out when a build was done and the result. I know about the 
 notifications mechanism, but my lava lamps will not be located on the same 
 computer that hosts the continuum server. 
 
 My computer is behind a firewall and I can't change these settings - hence I 
 can access the continuum server from my computer but not the other way 
 around. As a consequence, I will need a way from my computer to ping 
 Continuum from time to time and see when a build was done.
 
 Another method would be to have an application that checks the email and see 
 if an email notification arrived (we have email notifications configured, 
 yes). However, this solution doesn't seem very elegant - I would keep it only 
 as the last resort..
 
 Thank you in advance for your advices !
 
 Ionut
 

 -
 Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
 and lay it on us.

--
Michael Meyer | [EMAIL PROTECTED] phone +41-44-247 79 12 | fax +41-44-247 70 75 
Netcetera AG | 8040 Zürich | Switzerland | http://netcetera.ch



   
-
Shape Yahoo! in your own image.  Join our Network Research Panel today!


This e-mail, any attachments and the information contained therein (this 
message) are confidential and intended solely for the use of the addressee(s). 
If you have received this message in error please send it back to the sender 
and delete it. Unauthorized publication, use, dissemination or disclosure of 
this message, either in whole or in part is strictly prohibited.
** 
Ce message électronique et tous les fichiers joints ainsi que  les informations 
contenues dans ce message ( ci après le message ), sont confidentiels et 
destinés exclusivement à l'usage de la  personne à laquelle ils sont adressés. 
Si vous avez reçu ce message par erreur, merci  de le renvoyer à son émetteur 
et de le détruire. Toutes diffusion, publication, totale ou partielle ou 
divulgation sous quelque forme que se soit non expressément autorisées de ce 
message, sont interdites.
** 



RE: monitoring builds

2007-08-23 Thread Ionut S
What do you need by But in your case will need some developpement. ? 



LAMY Olivier [EMAIL PROTECTED] wrote: Hi,
Added in 1.1-beta-1.
But in your case will need some developpement.


Have you look at all available notifier impls :
- mail
- jabber
- wagon (send the build output file to the wagon url)
- irc

--
Olivier 

-Message d'origine-
De : Ionut S [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 23 août 2007 14:03
À : continuum-users@maven.apache.org; [EMAIL PROTECTED]
Objet : Re: monitoring builds

Do you know when this feature was added ? We still have the 1.0.3 version ...



Michael Meyer  wrote: Hi we use continuums xml-rpc api for this. Look in the 
archive for [1.1-beta-1] How does the XML-RPC API work? (Date: 10. August 
2007). 
Emmanuel Venisse explains it nicely.

Cheers, michael

Ionut S wrote:
 Hi,
 I want to implement a system of lava lamps for our continuum server and I 
 need a way to find out when a build was done and the result. I know about the 
 notifications mechanism, but my lava lamps will not be located on the same 
 computer that hosts the continuum server. 
 
 My computer is behind a firewall and I can't change these settings - hence I 
 can access the continuum server from my computer but not the other way 
 around. As a consequence, I will need a way from my computer to ping 
 Continuum from time to time and see when a build was done.
 
 Another method would be to have an application that checks the email and see 
 if an email notification arrived (we have email notifications configured, 
 yes). However, this solution doesn't seem very elegant - I would keep it only 
 as the last resort..
 
 Thank you in advance for your advices !
 
 Ionut
 

 -
 Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
 and lay it on us.

--
Michael Meyer | [EMAIL PROTECTED] phone +41-44-247 79 12 | fax +41-44-247 70 75 
Netcetera AG | 8040 Zürich | Switzerland | http://netcetera.ch



   
-
Shape Yahoo! in your own image.  Join our Network Research Panel today!


This e-mail, any attachments and the information contained therein (this 
message) are confidential and intended solely for the use of the addressee(s). 
If you have received this message in error please send it back to the sender 
and delete it. Unauthorized publication, use, dissemination or disclosure of 
this message, either in whole or in part is strictly prohibited.
** 
Ce message électronique et tous les fichiers joints ainsi que  les informations 
contenues dans ce message ( ci après le message ), sont confidentiels et 
destinés exclusivement à l'usage de la  personne à laquelle ils sont adressés. 
Si vous avez reçu ce message par erreur, merci  de le renvoyer à son émetteur 
et de le détruire. Toutes diffusion, publication, totale ou partielle ou 
divulgation sous quelque forme que se soit non expressément autorisées de ce 
message, sont interdites.
** 



   
-
Shape Yahoo! in your own image.  Join our Network Research Panel today!

Re: monitoring builds

2007-08-23 Thread Michael Meyer

Ionut S wrote:

Thank you ! However, I looked at the changes from 1.0.3 to 1.1-alpha1 and it 
seems this bug might be a problem:
...
3) find another method 


For continuum 1.0.3 I used to parse the index page with jtidy. Ugly but 
it worked. If you can wait for the 1.1 final release I would probably do 
that (Don't know when the final release will be available though).


michael


Re: monitoring builds

2007-08-23 Thread Wendy Smoak
On 8/23/07, Ionut S [EMAIL PROTECTED] wrote:
 Hi,
 I want to implement a system of lava lamps for our continuum server and I 
 need a way to find out when a build was done and the result. I know about the 
 notifications mechanism, but my lava lamps will not be located on the same 
 computer that hosts the continuum server.

I was in a Cruise Control talk recently, and apparently they do the
lava lamp thing with X10 (home automation stuff).

There's a discussion here:
http://www.pragmaticautomation.com/cgi-bin/pragauto.cgi/Monitor/Devices/BubbleBubbleBuildsInTrouble.rdoc

-- 
Wendy


Re: monitoring builds

2007-08-23 Thread Michael Meyer

Hi
we use continuums xml-rpc api for this. Look in the archive for 
[1.1-beta-1] How does the XML-RPC API work? (Date: 10. August 2007). 
Emmanuel Venisse explains it nicely.


Cheers, michael

Ionut S wrote:

Hi,
I want to implement a system of lava lamps for our continuum server and I need a way to find out when a build was done and the result. I know about the notifications mechanism, but my lava lamps will not be located on the same computer that hosts the continuum server. 


My computer is behind a firewall and I can't change these settings - hence I can access 
the continuum server from my computer but not the other way around. As a consequence, I 
will need a way from my computer to ping Continuum from time to time and see 
when a build was done.

Another method would be to have an application that checks the email and see if 
an email notification arrived (we have email notifications configured, yes). 
However, this solution doesn't seem very elegant - I would keep it only as the 
last resort..

Thank you in advance for your advices !

Ionut

   
-

Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
and lay it on us.


--
Michael Meyer | [EMAIL PROTECTED]
phone +41-44-247 79 12 | fax +41-44-247 70 75
Netcetera AG | 8040 Zürich | Switzerland | http://netcetera.ch



Re: monitoring builds

2007-08-23 Thread Michael Meyer

Hi
I've only used xml-rpc with continuum 1.1-beta-1. But the documentation 
[1] suggests that xml-rpc works with 1.0.3


Cheers, michael

[1] http://maven.apache.org/continuum/guides/mini/guide-xmlrpc-api.html

Ionut S wrote:
Do you know when this feature was added ? We still have the 1.0.3 
version ...




*/Michael Meyer [EMAIL PROTECTED]/* wrote:

Hi
we use continuums xml-rpc api for this. Look in the archive for
[1.1-beta-1] How does the XML-RPC API work? (Date: 10. August 2007).
Emmanuel Venisse explains it nicely.

Cheers, michael

Ionut S wrote:
  Hi,
  I want to implement a system of lava lamps for our continuum
server and I need a way to find out when a build was done and the
result. I know about the notifications mechanism, but my lava lamps
will not be located on the same computer that hosts the continuum
server.
 
  My computer is behind a firewall and I can't change these
settings - hence I can access the continuum server from my computer
but not the other way around. As a consequence, I will need a way
from my computer to ping Continuum from time to time and see when
a build was done.
 
  Another method would be to have an application that checks the
email and see if an email notification arrived (we have email
notifications configured, yes). However, this solution doesn't seem
very elegant - I would keep it only as the last resort..
 
  Thank you in advance for your advices !
 
  Ionut
 
 
  -
  Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s
user panel and lay it on us.

-- 
Michael Meyer | [EMAIL PROTECTED]

phone +41-44-247 79 12 | fax +41-44-247 70 75
Netcetera AG | 8040 Zürich | Switzerland | http://netcetera.ch



Shape Yahoo! in your own image. Join our Network Research Panel today! 
http://us.rd.yahoo.com/evt=48517/*http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 



--
Michael Meyer | [EMAIL PROTECTED]
phone +41-44-247 79 12 | fax +41-44-247 70 75
Netcetera AG | 8040 Zürich | Switzerland | http://netcetera.ch