RE: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Tawfik, Sameh E

I just opened C:\continuum-1.1\apps\continuum\conf\plexus.xml and it is
empty!

Could you let me know what the required syntax to add to this file? 

 Thanks,

Same

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Emmanuel Venisse
Sent: Thursday, January 24, 2008 2:37 PM
To: continuum-users@maven.apache.org
Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

Do you have configured your smtp server in conf/plexus.xml?


On Jan 24, 2008 11:25 PM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:


 Hi,

 According to the help documentation, the following is all I need to
have
 Continuum send an email when it done from running a build, but
Continuum
 does not send any email as it supposed to when it's done from a build!

 I set the following under the Notifiers section of the project, but
 nothing happens?

 Type Recipient  Events
 From
 mail   [EMAIL PROTECTED]   Success/Failures/Warnings/Errors
 User


  Sameh

 This email and any files transmitted with it are confidential,
proprietary
 and intended solely for the individual or entity to whom they are
 addressed.
 If you have received this email in error please delete it immediately.


This email and any files transmitted with it are confidential, proprietary
and intended solely for the individual or entity to whom they are addressed.
If you have received this email in error please delete it immediately.



Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Emmanuel Venisse
You look at the wrong file, It should be
C:\continuum-1.1\conf\plexus.xmland the file is similar to this one :
https://svn.apache.org/repos/asf/maven/continuum/branches/continuum-1.x/continuum-plexus-runtime/src/conf/plexus.xml

On Jan 24, 2008 11:51 PM, Tawfik, Sameh E [EMAIL PROTECTED] wrote:


 I just opened C:\continuum-1.1\apps\continuum\conf\plexus.xml and it is
 empty!

 Could you let me know what the required syntax to add to this file?

  Thanks,

Same

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of Emmanuel Venisse
 Sent: Thursday, January 24, 2008 2:37 PM
 To: continuum-users@maven.apache.org
 Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

 Do you have configured your smtp server in conf/plexus.xml?


 On Jan 24, 2008 11:25 PM, Tawfik, Sameh E [EMAIL PROTECTED]
 wrote:

 
  Hi,
 
  According to the help documentation, the following is all I need to
 have
  Continuum send an email when it done from running a build, but
 Continuum
  does not send any email as it supposed to when it's done from a build!
 
  I set the following under the Notifiers section of the project, but
  nothing happens?
 
  Type Recipient  Events
  From
  mail   [EMAIL PROTECTED]   Success/Failures/Warnings/Errors
  User
 
 
   Sameh
 
  This email and any files transmitted with it are confidential,
 proprietary
  and intended solely for the individual or entity to whom they are
  addressed.
  If you have received this email in error please delete it immediately.
 
 
 This email and any files transmitted with it are confidential, proprietary
 and intended solely for the individual or entity to whom they are
 addressed.
 If you have received this email in error please delete it immediately.




RE: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Tawfik, Sameh E


We're using Microsoft Exchange Server, so when I add a Notifier which
choice to choose? is it mail, or MSN? 

   Sameh

-Original Message-
From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 24, 2008 4:41 PM
To: continuum-users@maven.apache.org
Subject: RE: Continuum 1.1 standalone on WindowsXP doesn't send email?



Emmanuel, 

I'm not sure if our server uses ssl? But I'm working on finding out.

And, I need Continuum to always send email to a specific email group,
every time it runs a build whether it's successful or not. I'm hoping
Continuum can do that without going through too many steps?

Also, I noticed whenever I run a build; the icons do not change unless I
press F5 to refresh the screen! So, is there is a way, where I can have
Continuum automatically updates the build icons? So it would be easy to
visually know that the build is complete? Do I need to modify or reset
something? I worked with other auto build tools, where whenever you run
a build you'd see the icon is moving and then it change its shape to
indicate that the build is done.

Finally, do you know of any example that I can view to see how the email
section is set in the C:\continuum-1.1\conf\plexus.xml file? That would
help a lot.

   Thanks,

 Sameh

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Emmanuel Venisse
Sent: Thursday, January 24, 2008 3:29 PM
To: continuum-users@maven.apache.org
Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

1- are you sure your smtp server use ssl?
2- Continuum doesn't send a mail for each build by default but only when
the
project state change to prevent some spam

Emmanuel

On Jan 25, 2008 12:23 AM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:



 I opened the correct file, and made the following modification,
 restarted Continuum, followed by logging as an admin, run a build, but
 still Continuum is not sending any email?


  resource
namemail/Session/name
typejavax.mail.Session/type
properties
  property
namemail.smtp.host/name
valueSTPMSGMxyz.corp.fairisaac.com/value
  /property
  property
namemail.smtp.port/name
value25/value
  /property

  property
namemail.smtp.auth/name
valuetrue/value
  /property
  property
namemail.smtp.user/name
valueSamehTawfik/value
  /property
  property
namepassword/name
valuex/value
  /property
  property
namemail.smtp.debug/name
valuetrue/value
  /property
  property
namemail.smtp.starttls.enable/name
valuetrue/value
  /property
  property
namemail.smtp.socketFactory.class/name
valuejavax.net.ssl.SSLSocketFactory/value
  /property
/properties
  /resource

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
 Behalf Of Emmanuel Venisse
 Sent: Thursday, January 24, 2008 2:56 PM
 To: continuum-users@maven.apache.org
 Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

 You looked at the wrong file, It should be
 C:\continuum-1.1\conf\plexus.xml and the file is similar to this one :

https://svn.apache.org/repos/asf/maven/continuum/branches/continuum-1.x/
 continuum-plexus-runtime/src/conf/plexus.xml

 On Jan 24, 2008 11:51 PM, Tawfik, Sameh E [EMAIL PROTECTED]
 wrote:

 
  I just opened C:\continuum-1.1\apps\continuum\conf\plexus.xml and it
 is
  empty!
 
  Could you let me know what the required syntax to add to this file?
 
   Thanks,
 
 Same
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On
  Behalf Of Emmanuel Venisse
  Sent: Thursday, January 24, 2008 2:37 PM
  To: continuum-users@maven.apache.org
  Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send
email?
 
  Do you have configured your smtp server in conf/plexus.xml?
 
 
  On Jan 24, 2008 11:25 PM, Tawfik, Sameh E
[EMAIL PROTECTED]
  wrote:
 
  
   Hi,
  
   According to the help documentation, the following is all I need
to
  have
   Continuum send an email when it done from running a build, but
  Continuum
   does not send any email as it supposed to when it's done from a
 build!
  
   I set the following under the Notifiers section of the project,
but
   nothing happens?
  
   Type Recipient  Events
   From
   mail   [EMAIL PROTECTED]
Success/Failures/Warnings/Errors
   User
  
  
Sameh
  
   This email and any files transmitted with it are confidential,
  proprietary
   and intended solely for the individual or entity to whom they are
   addressed.
   If you have received this email

RE: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Tawfik, Sameh E

Thanks Wendy,

I found the file, it's:

C:\continuum-1.1\apps\continuum\webapp\WEB-INF\jsp\projectGroupSummary.j
sp

And, I changed the value from 300 to 05, and it's much better now.

   Sameh

-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 24, 2008 4:50 PM
To: continuum-users@maven.apache.org
Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

On Jan 24, 2008 5:41 PM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:

 Also, I noticed whenever I run a build; the icons do not change unless
I
 press F5 to refresh the screen! So, is there is a way, where I can
have
 Continuum automatically updates the build icons?

The page will refresh automatically, but perhaps not as often as you'd
like.

Right click and view source, you'll see:  meta content=300
http-equiv=refresh/meta

I think that's every 5 minutes.  You can probably find the file(s) and
change it (let us know if you need help finding it).  (We should make
it configurable...)

-- 
Wendy
This email and any files transmitted with it are confidential, proprietary
and intended solely for the individual or entity to whom they are addressed.
If you have received this email in error please delete it immediately.



RE: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Tawfik, Sameh E

I found the following info from the Continuum screen that launches when
I click on C:\continuum-1.1\bin\windows-x86-32\run.bat


jvm 1| 2008-01-24 17:28:14,982 [pool-1-thread-1] INFO
org.codehaus.plexus.notification.notifier.Notifier:msn  - Same state,
not sending message.
jvm 1| 2008-01-24 17:28:14,998 [pool-1-thread-1] INFO
org.codehaus.plexus.notification.notifier.Notifier:mail  - Same state,
not sending message.

So, is there is any way to force it to send an email. We need to know
the results of the build? And I do not know if the email part is working
or not yet?

  Sameh

-Original Message-
From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 24, 2008 5:23 PM
To: continuum-users@maven.apache.org
Subject: RE: Continuum 1.1 standalone on WindowsXP doesn't send email?


We're using Microsoft Exchange Server, so when I add a Notifier which
choice to choose? is it mail, or MSN? 

   Sameh

-Original Message-
From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 24, 2008 4:41 PM
To: continuum-users@maven.apache.org
Subject: RE: Continuum 1.1 standalone on WindowsXP doesn't send email?



Emmanuel, 

I'm not sure if our server uses ssl? But I'm working on finding out.

And, I need Continuum to always send email to a specific email group,
every time it runs a build whether it's successful or not. I'm hoping
Continuum can do that without going through too many steps?

Also, I noticed whenever I run a build; the icons do not change unless I
press F5 to refresh the screen! So, is there is a way, where I can have
Continuum automatically updates the build icons? So it would be easy to
visually know that the build is complete? Do I need to modify or reset
something? I worked with other auto build tools, where whenever you run
a build you'd see the icon is moving and then it change its shape to
indicate that the build is done.

Finally, do you know of any example that I can view to see how the email
section is set in the C:\continuum-1.1\conf\plexus.xml file? That would
help a lot.

   Thanks,

 Sameh

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Emmanuel Venisse
Sent: Thursday, January 24, 2008 3:29 PM
To: continuum-users@maven.apache.org
Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

1- are you sure your smtp server use ssl?
2- Continuum doesn't send a mail for each build by default but only when
the
project state change to prevent some spam

Emmanuel

On Jan 25, 2008 12:23 AM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:



 I opened the correct file, and made the following modification,
 restarted Continuum, followed by logging as an admin, run a build, but
 still Continuum is not sending any email?


  resource
namemail/Session/name
typejavax.mail.Session/type
properties
  property
namemail.smtp.host/name
valueSTPMSGMxyz.corp.fairisaac.com/value
  /property
  property
namemail.smtp.port/name
value25/value
  /property

  property
namemail.smtp.auth/name
valuetrue/value
  /property
  property
namemail.smtp.user/name
valueSamehTawfik/value
  /property
  property
namepassword/name
valuex/value
  /property
  property
namemail.smtp.debug/name
valuetrue/value
  /property
  property
namemail.smtp.starttls.enable/name
valuetrue/value
  /property
  property
namemail.smtp.socketFactory.class/name
valuejavax.net.ssl.SSLSocketFactory/value
  /property
/properties
  /resource

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
 Behalf Of Emmanuel Venisse
 Sent: Thursday, January 24, 2008 2:56 PM
 To: continuum-users@maven.apache.org
 Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

 You looked at the wrong file, It should be
 C:\continuum-1.1\conf\plexus.xml and the file is similar to this one :

https://svn.apache.org/repos/asf/maven/continuum/branches/continuum-1.x/
 continuum-plexus-runtime/src/conf/plexus.xml

 On Jan 24, 2008 11:51 PM, Tawfik, Sameh E [EMAIL PROTECTED]
 wrote:

 
  I just opened C:\continuum-1.1\apps\continuum\conf\plexus.xml and it
 is
  empty!
 
  Could you let me know what the required syntax to add to this file?
 
   Thanks,
 
 Same
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On
  Behalf Of Emmanuel Venisse
  Sent: Thursday, January 24, 2008 2:37 PM
  To: continuum-users@maven.apache.org
  Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send
email?
 
  Do

RE: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Robbrecht van Amerongen
I had the same problem. After a lot of searching in the configuration
files I discovered that the firewall on the XP server blocks access of
java.exe to the mail server. This is in most virusscanners a common rule
to prevent mass mailing. 

Regards, 

Robbrecht van Amerongen 
AMIS Weblog: http://technology.amis.nl/blog


 

-Original Message-
From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED] 
Sent: vrijdag 25 januari 2008 2:23
To: continuum-users@maven.apache.org
Subject: RE: Continuum 1.1 standalone on WindowsXP doesn't send email?



We're using Microsoft Exchange Server, so when I add a Notifier which
choice to choose? is it mail, or MSN? 

   Sameh

-Original Message-
From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 24, 2008 4:41 PM
To: continuum-users@maven.apache.org
Subject: RE: Continuum 1.1 standalone on WindowsXP doesn't send email?



Emmanuel, 

I'm not sure if our server uses ssl? But I'm working on finding out.

And, I need Continuum to always send email to a specific email group,
every time it runs a build whether it's successful or not. I'm hoping
Continuum can do that without going through too many steps?

Also, I noticed whenever I run a build; the icons do not change unless I
press F5 to refresh the screen! So, is there is a way, where I can have
Continuum automatically updates the build icons? So it would be easy to
visually know that the build is complete? Do I need to modify or reset
something? I worked with other auto build tools, where whenever you run
a build you'd see the icon is moving and then it change its shape to
indicate that the build is done.

Finally, do you know of any example that I can view to see how the email
section is set in the C:\continuum-1.1\conf\plexus.xml file? That would
help a lot.

   Thanks,

 Sameh

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Emmanuel Venisse
Sent: Thursday, January 24, 2008 3:29 PM
To: continuum-users@maven.apache.org
Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

1- are you sure your smtp server use ssl?
2- Continuum doesn't send a mail for each build by default but only when
the
project state change to prevent some spam

Emmanuel

On Jan 25, 2008 12:23 AM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:



 I opened the correct file, and made the following modification,
 restarted Continuum, followed by logging as an admin, run a build, but
 still Continuum is not sending any email?


  resource
namemail/Session/name
typejavax.mail.Session/type
properties
  property
namemail.smtp.host/name
valueSTPMSGMxyz.corp.fairisaac.com/value
  /property
  property
namemail.smtp.port/name
value25/value
  /property

  property
namemail.smtp.auth/name
valuetrue/value
  /property
  property
namemail.smtp.user/name
valueSamehTawfik/value
  /property
  property
namepassword/name
valuex/value
  /property
  property
namemail.smtp.debug/name
valuetrue/value
  /property
  property
namemail.smtp.starttls.enable/name
valuetrue/value
  /property
  property
namemail.smtp.socketFactory.class/name
valuejavax.net.ssl.SSLSocketFactory/value
  /property
/properties
  /resource

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
 Behalf Of Emmanuel Venisse
 Sent: Thursday, January 24, 2008 2:56 PM
 To: continuum-users@maven.apache.org
 Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

 You looked at the wrong file, It should be
 C:\continuum-1.1\conf\plexus.xml and the file is similar to this one :

https://svn.apache.org/repos/asf/maven/continuum/branches/continuum-1.x/
 continuum-plexus-runtime/src/conf/plexus.xml

 On Jan 24, 2008 11:51 PM, Tawfik, Sameh E [EMAIL PROTECTED]
 wrote:

 
  I just opened C:\continuum-1.1\apps\continuum\conf\plexus.xml and it
 is
  empty!
 
  Could you let me know what the required syntax to add to this file?
 
   Thanks,
 
 Same
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On
  Behalf Of Emmanuel Venisse
  Sent: Thursday, January 24, 2008 2:37 PM
  To: continuum-users@maven.apache.org
  Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send
email?
 
  Do you have configured your smtp server in conf/plexus.xml?
 
 
  On Jan 24, 2008 11:25 PM, Tawfik, Sameh E
[EMAIL PROTECTED]
  wrote:
 
  
   Hi,
  
   According to the help documentation, the following is all I need
to
  have
   Continuum send an email when it done from