You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by "Tawfik, Sameh E" <Sa...@fairisaac.com> on 2008/01/24 23:25:53 UTC

Continuum 1.1 standalone on WindowsXP doesn't send email?

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   SamehTawfik@FairIsaac.com   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.


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

Posted by "Tawfik, Sameh E" <Sa...@fairisaac.com>.
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:wsmoak@gmail.com] 
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 <Sa...@fairisaac.com>
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?

Posted by Wendy Smoak <ws...@gmail.com>.
On Jan 24, 2008 5:41 PM, Tawfik, Sameh E <Sa...@fairisaac.com> 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

Re: How to adjust the screen size of the output

Posted by Jesse McConnell <je...@gmail.com>.
I would suggest openning a jira issue with this information as well as
browser versions and snapshots of the problem

jesse

On Jan 31, 2008 6:52 PM, Tawfik, Sameh E <Sa...@fairisaac.com> wrote:

>
>
> After the build is complete, when I click on Build History icon followed
> by clicking on the Result icon, the output screen is too big! The output
> screen is behind Continuum main screen, and the output screen is much
> bigger in size than Continuum screen, so its scroll bars are hidden
> behind Continuum screen, and I've to do lots of scrolling to the right
> and to the bottom of Continuum screen to be able to reach the output
> screen scroll bars so I can view the output! It is very cumbersome to
> view the results.
>
> Is there is a way to adjust the size of the output screen so it would
> fit inside the parent Continuum screen, so it would be easy to scroll
> and view?
>
>
> 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.
>
>


-- 
jesse mcconnell
jesse.mcconnell@gmail.com

RE: Continuum renamed and moved my projects?

Posted by "Tawfik, Sameh E" <Sa...@fairisaac.com>.

Wendy,

I created two project groups "project group A" and "Project group B". In
"project group A", I added a maven2 project "abc-r4", and in "Project
group B", I added maven2 project "abc-r3".

Both projects represent the same product, but each project represents
different code, so project "abc-4" represents the main code of the trunk
and "abc-r3" project represents the code from a branch in Subversion. 

After I did the above, when I attempted to build project "abc-3" that
represents the branch, Continuum did the following:

1. It moved "abc-r4" project from project group "project group A" to the
second project group "Project group B". When I opened "project group A"
it was empty!

2. In project group "Project group B", Continuum renamed both projects
to have the same name? So now, the two projects are called "abc". When I
click on each project to see the properties, I see each project SCM URL
is set correctly to the point to the right line of code inside
Subversion repository, one is set to the trunk, and the other is set to
a branch.

I think there must be some configuration that I need to set inside
Continuum to allow it to maintain the structure that I set? I'm not sure
yet what do I need to set to accomplish this goal? Maybe it's something
I need to set under the Administration choices? 

What I'm trying to do is simple, I just want to add two projects of the
same product, one represents the main line of code and the other one
represents a branch.

  Sameh

-----Original Message-----
From: Wendy Smoak [mailto:wsmoak@gmail.com] 
Sent: Friday, February 01, 2008 6:03 PM
To: continuum-users@maven.apache.org
Subject: Re: Continuum renamed and moved my projects?

On Feb 1, 2008 6:38 PM, Tawfik, Sameh E <Sa...@fairisaac.com>
wrote:

> Now when I run a build, Continuum did the following:
>
> 1. It moved the project under the trunk code group to be under the
> second group that is I set to point to the branch?
>
> 2. In the group that points to the branch, Continuum renamed both
> projects to have the same name?

What do you mean when you say Continuum "moved" and "renamed" the
projects?

-- 
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 renamed and moved my projects?

Posted by Wendy Smoak <ws...@gmail.com>.
On Feb 1, 2008 6:38 PM, Tawfik, Sameh E <Sa...@fairisaac.com> wrote:

> Now when I run a build, Continuum did the following:
>
> 1. It moved the project under the trunk code group to be under the
> second group that is I set to point to the branch?
>
> 2. In the group that points to the branch, Continuum renamed both
> projects to have the same name?

What do you mean when you say Continuum "moved" and "renamed" the projects?

-- 
Wendy

Continuum renamed and moved my projects?

Posted by "Tawfik, Sameh E" <Sa...@fairisaac.com>.
I created two project groups and added to each group a maven2 project,
one is set to a branch and the other one is set to point to the trunk in
Subversion. Both projects represent the same product, but as specified
each project represents different code. 

I renamed each project to reflect the code type one as main and the
other as a branch. 

Now when I run a build, Continuum did the following:

1. It moved the project under the trunk code group to be under the
second group that is I set to point to the branch?

2. In the group that points to the branch, Continuum renamed both
projects to have the same name? 

Does anyone know what is wrong?

  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.


How to adjust the screen size of the output

Posted by "Tawfik, Sameh E" <Sa...@fairisaac.com>.

After the build is complete, when I click on Build History icon followed
by clicking on the Result icon, the output screen is too big! The output
screen is behind Continuum main screen, and the output screen is much
bigger in size than Continuum screen, so its scroll bars are hidden
behind Continuum screen, and I've to do lots of scrolling to the right
and to the bottom of Continuum screen to be able to reach the output
screen scroll bars so I can view the output! It is very cumbersome to
view the results.

Is there is a way to adjust the size of the output screen so it would
fit inside the parent Continuum screen, so it would be easy to scroll
and view?


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 run-time error on Windows server 2003.

Posted by "Tawfik, Sameh E" <Sa...@fairisaac.com>.
Thanks Wendy, I used port 8085 and that fixed it.

  Sameh

-----Original Message-----
From: Wendy Smoak [mailto:wsmoak@gmail.com] 
Sent: Monday, January 28, 2008 5:52 PM
To: continuum-users@maven.apache.org
Subject: Re: Continuum 1.1 standalone run-time error on Windows server
2003.

On Jan 28, 2008 6:40 PM, Tawfik, Sameh E <Sa...@fairisaac.com>
wrote:
>
> I just installed Continuum 1.1 on Windows Server 2003 - Enterprise
> Edition with Service Pack 1, by extracting all the files from
> apache-continuum-1.1.zip
>
> Next, I run C:\continuum-1.1\bin\windows-x86-32\run.bat
...
jvm 1    | Caused by: java.net.BindException: Address already in use:
JVM_Bind

Looks like you already have something running on port 8080.  You can
change the port number in one of the xml files, I think you'll find it
if you search for 'jetty.port', or check the docs.

-- 
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 run-time error on Windows server 2003.

Posted by Wendy Smoak <ws...@gmail.com>.
On Jan 28, 2008 6:40 PM, Tawfik, Sameh E <Sa...@fairisaac.com> wrote:
>
> I just installed Continuum 1.1 on Windows Server 2003 - Enterprise
> Edition with Service Pack 1, by extracting all the files from
> apache-continuum-1.1.zip
>
> Next, I run C:\continuum-1.1\bin\windows-x86-32\run.bat
...
jvm 1    | Caused by: java.net.BindException: Address already in use:
JVM_Bind

Looks like you already have something running on port 8080.  You can
change the port number in one of the xml files, I think you'll find it
if you search for 'jetty.port', or check the docs.

-- 
Wendy

Continuum 1.1 standalone run-time error on Windows server 2003.

Posted by "Tawfik, Sameh E" <Sa...@fairisaac.com>.
I just installed Continuum 1.1 on Windows Server 2003 - Enterprise
Edition with Service Pack 1, by extracting all the files from
apache-continuum-1.1.zip

Next, I run C:\continuum-1.1\bin\windows-x86-32\run.bat

When run.bat runs, it generated the following error:

[ERROR] Error while deploying appserver
continuum-plexus-application-1.1.jar.


Does anyone know what causes this problem and how to fix it?

 Thanks,

Here is the full output:
------------------------

C:\continuum-1.1\bin\windows-x86-32>run.bat
wrapper  | --> Wrapper Started as Console
wrapper  | Launching a JVM...
jvm 1    | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
jvm 1    |   Copyright 1999-2006 Tanuki Software, Inc.  All Rights
Reserved.
jvm 1    |
jvm 1    | [INFO] Loading on start [role,roleHint]:
[org.codehaus.plexus.naming.Naming,dataSources]
jvm 1    | [INFO] Loading on start [role,roleHint]:
[org.codehaus.plexus.contextualizer.Contextualizer,jettyConfiguration]
jvm 1    | [INFO] Services will be deployed in:
'C:\continuum-1.1\bin\windows-x86-32\..\..\services'.
jvm 1    | [INFO] Applications will be deployed in:
'C:\continuum-1.1\bin\windows-x86-32\..\..\apps'.
jvm 1    | [INFO] Service Supervisor is deploying
plexus-appserver-service-jetty-2.0-alpha-8.
jvm 1    | [DEBUG] Found 1 components to load on start
jvm 1    | [INFO] Loading on start [role,roleHint]:
[org.codehaus.plexus.appserver.service.PlexusService,jetty]
jvm 1    | Jan 28, 2008 4:09:55 PM org.mortbay.http.HttpServer doStart
jvm 1    | INFO: Version Jetty/5.1.10
jvm 1    | Jan 28, 2008 4:09:55 PM org.mortbay.util.Container start
jvm 1    | INFO: Started org.mortbay.jetty.Server@42552c
jvm 1    | [INFO] Application Supervisor is deploying
continuum-plexus-application-1.1.
jvm 1    | [INFO] Extracting
C:\continuum-1.1\bin\windows-x86-32\..\..\apps\continuum-plexus-applicat
ion-1.1.jar to 'C:\continuum-1.1\apps\continuum'.
jvm 1    | [INFO] Deploying application 'continuum' at
'C:\continuum-1.1\apps\continuum'.
jvm 1    | [INFO] Using application configurator file
C:\continuum-1.1\bin\windows-x86-32\..\..\apps\continuum\conf\applicatio
n.xml.
jvm 1    | [INFO] Using appDir =
C:\continuum-1.1\bin\windows-x86-32\..\..\apps\continuum
jvm 1    | [DEBUG] appserver.home =
C:\continuum-1.1\bin\windows-x86-32\..\..
jvm 1    | [DEBUG] appserver.base =
C:\continuum-1.1\bin\windows-x86-32\..\..
jvm 1    | [INFO] Deploying C:\continuum-1.1\apps\continuum\webapp with
context path of /continuum
jvm 1    | [INFO] Using standard webapp classloader for webapp.
jvm 1    | [INFO] Deploying appserver 'continuum'.
jvm 1    | [INFO] Adding HTTP listener on *8080
jvm 1    | Jan 28, 2008 4:10:06 PM org.mortbay.util.ThreadedServer start
jvm 1    | WARNING: Failed to start: SocketListener0@0.0.0.0:8080
jvm 1    | [ERROR] Error while deploying appserver
continuum-plexus-application-1.1.jar.
jvm 1    | org.codehaus.plexus.appserver.ApplicationServerException:
Error in the app server lifecycle post-app-container-init-service-call
phase.
jvm 1    |      at
org.codehaus.plexus.appserver.application.deploy.DefaultApplicationDeplo
yer.deployJar(DefaultApplicationDeployer.java:119)
jvm 1    |      at
org.codehaus.plexus.appserver.application.deploy.DefaultApplicationDeplo
yer.deploy(DefaultApplicationDeployer.java:88)
jvm 1    |      at
org.codehaus.plexus.appserver.lifecycle.phase.ApplicationDeploymentPhase
$1.onJarDiscovered(ApplicationDeploymentPhase.java:44)
jvm 1    |      at
org.codehaus.plexus.appserver.supervisor.DefaultSupervisor.scanDirectory
(DefaultSupervisor.java:100)
jvm 1    |      at
org.codehaus.plexus.appserver.supervisor.DefaultSupervisor.scan(DefaultS
upervisor.java:73)
jvm 1    |      at
org.codehaus.plexus.appserver.lifecycle.phase.ApplicationDeploymentPhase
.execute(ApplicationDeploymentPhase.java:58)
jvm 1    |      at
org.codehaus.plexus.appserver.DefaultApplicationServer.start(DefaultAppl
icationServer.java:218)
jvm 1    |      at
org.codehaus.plexus.personality.plexus.lifecycle.phase.StartPhase.execut
e(StartPhase.java:33)
jvm 1    |      at
org.codehaus.plexus.lifecycle.AbstractLifecycleHandler.start(AbstractLif
ecycleHandler.java:128)
jvm 1    |      at
org.codehaus.plexus.component.manager.AbstractComponentManager.startComp
onentLifecycle(AbstractComponentManager.java:142)
jvm 1    |      at
org.codehaus.plexus.component.manager.AbstractComponentManager.createCom
ponentInstance(AbstractComponentManager.java:132)
jvm 1    |      at
org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.g
etComponent(ClassicSingletonComponentManager.java:90)
jvm 1    |      at
org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponen
tLookupManager.java:147)
jvm 1    |      at
org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponen
tLookupManager.java:69)
jvm 1    |      at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer
.java:297)
jvm 1    |      at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer
.java:291)
jvm 1    |      at
org.codehaus.plexus.appserver.PlexusApplicationHost.start(PlexusApplicat
ionHost.java:155)
jvm 1    |      at
org.codehaus.plexus.appserver.PlexusApplicationHost.start(PlexusApplicat
ionHost.java:85)
jvm 1    |      at
org.codehaus.plexus.appserver.PlexusApplicationHost.main(PlexusApplicati
onHost.java:289)
jvm 1    |      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
jvm 1    |      at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
jvm 1    |      at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
jvm 1    |      at java.lang.reflect.Method.invoke(Method.java:597)
jvm 1    |      at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launche
r.java:289)
jvm 1    |      at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:2
29)
jvm 1    |      at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launc
her.java:408)
jvm 1    |      at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351
)
jvm 1    |      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
jvm 1    |      at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
jvm 1    |      at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
jvm 1    |      at java.lang.reflect.Method.invoke(Method.java:597)
jvm 1    |      at
org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:24
0)
jvm 1    |      at java.lang.Thread.run(Thread.java:619)
jvm 1    | Caused by:
org.codehaus.plexus.appserver.application.deploy.lifecycle.AppDeployment
Exception: Error calling service in pre-app init phase.
jvm 1    |      at
org.codehaus.plexus.appserver.application.deploy.lifecycle.phase.AfterAp
pStartServiceSetupPhase.execute(AfterAppStartServiceSetupPhase.java:32)
jvm 1    |      at
org.codehaus.plexus.appserver.application.deploy.DefaultApplicationDeplo
yer.deployJar(DefaultApplicationDeployer.java:107)
jvm 1    |      ... 32 more
jvm 1    | Caused by:
org.codehaus.plexus.appserver.service.PlexusServiceException: Error
while adding httpListener on address: 'null', port: 8080.
jvm 1    |      at
org.codehaus.plexus.service.jetty.JettyPlexusService.processWebContextCo
nfiguration(JettyPlexusService.java:349)
jvm 1    |      at
org.codehaus.plexus.service.jetty.JettyPlexusService.afterApplicationSta
rt(JettyPlexusService.java:217)
jvm 1    |      at
org.codehaus.plexus.appserver.application.deploy.lifecycle.phase.AfterAp
pStartServiceSetupPhase.execute(AfterAppStartServiceSetupPhase.java:28)
jvm 1    |      ... 33 more
jvm 1    | Caused by:
org.codehaus.plexus.jetty.ServletContainerException: Error while adding
httpListener on address: 'null', port: 8080.
jvm 1    |      at
org.codehaus.plexus.jetty.AbstractJettyServletContainer.addListener(Abst
ractJettyServletContainer.java:119)
jvm 1    |      at
org.codehaus.plexus.service.jetty.JettyPlexusService.processWebContextCo
nfiguration(JettyPlexusService.java:345)
jvm 1    |      ... 35 more
jvm 1    | Caused by: java.net.BindException: Address already in use:
JVM_Bind
jvm 1    |      at java.net.PlainSocketImpl.socketBind(Native Method)
jvm 1    |      at
java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
jvm 1    |      at java.net.ServerSocket.bind(ServerSocket.java:319)
jvm 1    |      at java.net.ServerSocket.<init>(ServerSocket.java:185)
jvm 1    |      at
org.mortbay.util.ThreadedServer.newServerSocket(ThreadedServer.java:391)
jvm 1    |      at
org.mortbay.util.ThreadedServer.open(ThreadedServer.java:477)
jvm 1    |      at
org.mortbay.util.ThreadedServer.start(ThreadedServer.java:503)
jvm 1    |      at
org.mortbay.http.SocketListener.start(SocketListener.java:203)
jvm 1    |      at
org.codehaus.plexus.jetty.AbstractJettyServletContainer.addListener(Abst
ractJettyServletContainer.java:115)
jvm 1    |      ... 36 more
jvm 1    | [INFO] The appserver server has been initialized.
jvm 1    | [INFO] The appserver server has started.
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?

Posted by "Tawfik, Sameh E" <Sa...@fairisaac.com>.
Hi Emmanuel,

The problem is resolved. It was as you specified earlier when you asked:

 > 1- are you sure your smtp server use ssl?

When I updated :\continuum-1.1\conf\plexus.xml, I took the default
settings which uses ssl as follow:

<property>
   <name>mail.smtp.socketFactory.class</name>
       <value>javax.net.ssl.SSLSocketFactory</value>
</property>

And after, I set the "alwaysSend" property to true, when the build run,
I see the following error messages:

jvm 1    | DEBUG: setDebug: JavaMail version 1.4ea
jvm 1    | DEBUG: getProvider() returning
javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun
Microsystems, Inc]
jvm 1    | DEBUG SMTP: useEhlo true, useAuth true
jvm 1    | DEBUG SMTP: trying to connect to host "mail.fairisaac.com",
port 25, isSSL false
jvm 1    | DEBUG SMTP: exception reading response:
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext
connection?
jvm 1    | 2008-01-25 14:12:13,713 [pool-1-thread-1] ERROR
org.apache.maven.continuum.notification.ContinuumNotificationDispatcher:
default  - Error while
trying to use the mail notifier.
jvm 1    | org.codehaus.plexus.notification.NotificationException:
Exception while sending message.

I verified that we are not using ssl, followed by removing the above ssl
property segment from \continuum-1.1\conf\plexus.xml, so now after the
build is complete, Continuum is able to successfully send email with the
build results.

   Thanks,
 
     Sameh


-----Original Message-----
From: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com] On
Behalf Of Emmanuel Venisse
Sent: Friday, January 25, 2008 12:57 AM
To: continuum-users@maven.apache.org
Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

You can configure it in
.../WEB-INF/classes/META-INF/plexus/application.xml

You'll find in this file some "alwaysSend" parameters

Emmanuel

On Jan 25, 2008 2:55 AM, Tawfik, Sameh E <Sa...@fairisaac.com>
wrote:

>
> 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:SamehTawfik@fairisaac.com]
> 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:SamehTawfik@fairisaac.com]
> 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: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com]
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 <Sa...@fairisaac.com>
> 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>
> >            <name>mail/Session</name>
> >            <type>javax.mail.Session</type>
> >            <properties>
> >              <property>
> >                <name>mail.smtp.host</name>
> >                <value>STPMSGMxyz.corp.fairisaac.com</value>
> >              </property>
> >              <property>
> >                <name>mail.smtp.port</name>
> >                <value>25</value>
> >              </property>
> >
> >              <property>
> >                <name>mail.smtp.auth</name>
> >                <value>true</value>
> >              </property>
> >              <property>
> >                <name>mail.smtp.user</name>
> >                <value>SamehTawfik</value>
> >              </property>
> >              <property>
> >                <name>password</name>
> >                <value>xxxxx</value>
> >              </property>
> >              <property>
> >                <name>mail.smtp.debug</name>
> >                <value>true</value>
> >              </property>
> >              <property>
> >                <name>mail.smtp.starttls.enable</name>
> >                <value>true</value>
> >              </property>
> >              <property>
> >                <name>mail.smtp.socketFactory.class</name>
> >                <value>javax.net.ssl.SSLSocketFactory</value>
> >              </property>
> >            </properties>
> >          </resource>
> >
> > -----Original Message-----
> > From: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com]
> 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
<Sa...@fairisaac.com>
> > 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: emmanuel.venisse@gmail.com
[mailto:emmanuel.venisse@gmail.com]
> > 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
> <Sa...@fairisaac.com>
> > > 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   SamehTawfik@FairIsaac.com
> 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.
> > >
> > >
> > 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.
>
>
> 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.
>
>
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?

Posted by Emmanuel Venisse <em...@venisse.net>.
You can configure it in .../WEB-INF/classes/META-INF/plexus/application.xml

You'll find in this file some "alwaysSend" parameters

Emmanuel

On Jan 25, 2008 2:55 AM, Tawfik, Sameh E <Sa...@fairisaac.com> wrote:

>
> 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:SamehTawfik@fairisaac.com]
> 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:SamehTawfik@fairisaac.com]
> 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: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com] 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 <Sa...@fairisaac.com>
> 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>
> >            <name>mail/Session</name>
> >            <type>javax.mail.Session</type>
> >            <properties>
> >              <property>
> >                <name>mail.smtp.host</name>
> >                <value>STPMSGMxyz.corp.fairisaac.com</value>
> >              </property>
> >              <property>
> >                <name>mail.smtp.port</name>
> >                <value>25</value>
> >              </property>
> >
> >              <property>
> >                <name>mail.smtp.auth</name>
> >                <value>true</value>
> >              </property>
> >              <property>
> >                <name>mail.smtp.user</name>
> >                <value>SamehTawfik</value>
> >              </property>
> >              <property>
> >                <name>password</name>
> >                <value>xxxxx</value>
> >              </property>
> >              <property>
> >                <name>mail.smtp.debug</name>
> >                <value>true</value>
> >              </property>
> >              <property>
> >                <name>mail.smtp.starttls.enable</name>
> >                <value>true</value>
> >              </property>
> >              <property>
> >                <name>mail.smtp.socketFactory.class</name>
> >                <value>javax.net.ssl.SSLSocketFactory</value>
> >              </property>
> >            </properties>
> >          </resource>
> >
> > -----Original Message-----
> > From: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com]
> 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 <Sa...@fairisaac.com>
> > 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: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com]
> > 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
> <Sa...@fairisaac.com>
> > > 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   SamehTawfik@FairIsaac.com
> 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.
> > >
> > >
> > 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.
>
>
> 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?

Posted by "Tawfik, Sameh E" <Sa...@fairisaac.com>.
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:SamehTawfik@fairisaac.com] 
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:SamehTawfik@fairisaac.com] 
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: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com] 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 <Sa...@fairisaac.com>
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>
>            <name>mail/Session</name>
>            <type>javax.mail.Session</type>
>            <properties>
>              <property>
>                <name>mail.smtp.host</name>
>                <value>STPMSGMxyz.corp.fairisaac.com</value>
>              </property>
>              <property>
>                <name>mail.smtp.port</name>
>                <value>25</value>
>              </property>
>
>              <property>
>                <name>mail.smtp.auth</name>
>                <value>true</value>
>              </property>
>              <property>
>                <name>mail.smtp.user</name>
>                <value>SamehTawfik</value>
>              </property>
>              <property>
>                <name>password</name>
>                <value>xxxxx</value>
>              </property>
>              <property>
>                <name>mail.smtp.debug</name>
>                <value>true</value>
>              </property>
>              <property>
>                <name>mail.smtp.starttls.enable</name>
>                <value>true</value>
>              </property>
>              <property>
>                <name>mail.smtp.socketFactory.class</name>
>                <value>javax.net.ssl.SSLSocketFactory</value>
>              </property>
>            </properties>
>          </resource>
>
> -----Original Message-----
> From: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com]
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 <Sa...@fairisaac.com>
> 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: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com]
> 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
<Sa...@fairisaac.com>
> > 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   SamehTawfik@FairIsaac.com
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.
> >
> >
> 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.


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?

Posted by Robbrecht van Amerongen <Ro...@AMIS.nl>.
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:SamehTawfik@fairisaac.com] 
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:SamehTawfik@fairisaac.com] 
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: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com] 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 <Sa...@fairisaac.com>
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>
>            <name>mail/Session</name>
>            <type>javax.mail.Session</type>
>            <properties>
>              <property>
>                <name>mail.smtp.host</name>
>                <value>STPMSGMxyz.corp.fairisaac.com</value>
>              </property>
>              <property>
>                <name>mail.smtp.port</name>
>                <value>25</value>
>              </property>
>
>              <property>
>                <name>mail.smtp.auth</name>
>                <value>true</value>
>              </property>
>              <property>
>                <name>mail.smtp.user</name>
>                <value>SamehTawfik</value>
>              </property>
>              <property>
>                <name>password</name>
>                <value>xxxxx</value>
>              </property>
>              <property>
>                <name>mail.smtp.debug</name>
>                <value>true</value>
>              </property>
>              <property>
>                <name>mail.smtp.starttls.enable</name>
>                <value>true</value>
>              </property>
>              <property>
>                <name>mail.smtp.socketFactory.class</name>
>                <value>javax.net.ssl.SSLSocketFactory</value>
>              </property>
>            </properties>
>          </resource>
>
> -----Original Message-----
> From: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com]
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 <Sa...@fairisaac.com>
> 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: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com]
> 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
<Sa...@fairisaac.com>
> > 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   SamehTawfik@FairIsaac.com
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.
> >
> >
> 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.


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?

Posted by "Tawfik, Sameh E" <Sa...@fairisaac.com>.

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:SamehTawfik@fairisaac.com] 
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: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com] 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 <Sa...@fairisaac.com>
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>
>            <name>mail/Session</name>
>            <type>javax.mail.Session</type>
>            <properties>
>              <property>
>                <name>mail.smtp.host</name>
>                <value>STPMSGMxyz.corp.fairisaac.com</value>
>              </property>
>              <property>
>                <name>mail.smtp.port</name>
>                <value>25</value>
>              </property>
>
>              <property>
>                <name>mail.smtp.auth</name>
>                <value>true</value>
>              </property>
>              <property>
>                <name>mail.smtp.user</name>
>                <value>SamehTawfik</value>
>              </property>
>              <property>
>                <name>password</name>
>                <value>xxxxx</value>
>              </property>
>              <property>
>                <name>mail.smtp.debug</name>
>                <value>true</value>
>              </property>
>              <property>
>                <name>mail.smtp.starttls.enable</name>
>                <value>true</value>
>              </property>
>              <property>
>                <name>mail.smtp.socketFactory.class</name>
>                <value>javax.net.ssl.SSLSocketFactory</value>
>              </property>
>            </properties>
>          </resource>
>
> -----Original Message-----
> From: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com]
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 <Sa...@fairisaac.com>
> 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: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com]
> 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
<Sa...@fairisaac.com>
> > 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   SamehTawfik@FairIsaac.com
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.
> >
> >
> 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.


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?

Posted by "Tawfik, Sameh E" <Sa...@fairisaac.com>.

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: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com] 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 <Sa...@fairisaac.com>
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>
>            <name>mail/Session</name>
>            <type>javax.mail.Session</type>
>            <properties>
>              <property>
>                <name>mail.smtp.host</name>
>                <value>STPMSGMxyz.corp.fairisaac.com</value>
>              </property>
>              <property>
>                <name>mail.smtp.port</name>
>                <value>25</value>
>              </property>
>
>              <property>
>                <name>mail.smtp.auth</name>
>                <value>true</value>
>              </property>
>              <property>
>                <name>mail.smtp.user</name>
>                <value>SamehTawfik</value>
>              </property>
>              <property>
>                <name>password</name>
>                <value>xxxxx</value>
>              </property>
>              <property>
>                <name>mail.smtp.debug</name>
>                <value>true</value>
>              </property>
>              <property>
>                <name>mail.smtp.starttls.enable</name>
>                <value>true</value>
>              </property>
>              <property>
>                <name>mail.smtp.socketFactory.class</name>
>                <value>javax.net.ssl.SSLSocketFactory</value>
>              </property>
>            </properties>
>          </resource>
>
> -----Original Message-----
> From: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com]
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 <Sa...@fairisaac.com>
> 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: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com]
> 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
<Sa...@fairisaac.com>
> > 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   SamehTawfik@FairIsaac.com
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.
> >
> >
> 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?

Posted by Emmanuel Venisse <em...@venisse.net>.
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 <Sa...@fairisaac.com> 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>
>            <name>mail/Session</name>
>            <type>javax.mail.Session</type>
>            <properties>
>              <property>
>                <name>mail.smtp.host</name>
>                <value>STPMSGMxyz.corp.fairisaac.com</value>
>              </property>
>              <property>
>                <name>mail.smtp.port</name>
>                <value>25</value>
>              </property>
>
>              <property>
>                <name>mail.smtp.auth</name>
>                <value>true</value>
>              </property>
>              <property>
>                <name>mail.smtp.user</name>
>                <value>SamehTawfik</value>
>              </property>
>              <property>
>                <name>password</name>
>                <value>xxxxx</value>
>              </property>
>              <property>
>                <name>mail.smtp.debug</name>
>                <value>true</value>
>              </property>
>              <property>
>                <name>mail.smtp.starttls.enable</name>
>                <value>true</value>
>              </property>
>              <property>
>                <name>mail.smtp.socketFactory.class</name>
>                <value>javax.net.ssl.SSLSocketFactory</value>
>              </property>
>            </properties>
>          </resource>
>
> -----Original Message-----
> From: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com] 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.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 <Sa...@fairisaac.com>
> 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: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com]
> 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 <Sa...@fairisaac.com>
> > 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   SamehTawfik@FairIsaac.com   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.
> >
> >
> 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?

Posted by "Tawfik, Sameh E" <Sa...@fairisaac.com>.

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>
            <name>mail/Session</name>
            <type>javax.mail.Session</type>
            <properties>
              <property>
                <name>mail.smtp.host</name>
                <value>STPMSGMxyz.corp.fairisaac.com</value>
              </property>
              <property>
                <name>mail.smtp.port</name>
                <value>25</value>
              </property>

              <property> 
                <name>mail.smtp.auth</name>
                <value>true</value>
              </property>
              <property>
                <name>mail.smtp.user</name>
                <value>SamehTawfik</value>
              </property>
              <property>
                <name>password</name>
                <value>xxxxx</value>
              </property>
              <property>
                <name>mail.smtp.debug</name>
                <value>true</value>
              </property>
              <property>
                <name>mail.smtp.starttls.enable</name>
                <value>true</value>
              </property>
              <property>
                <name>mail.smtp.socketFactory.class</name>
                <value>javax.net.ssl.SSLSocketFactory</value>
              </property>
            </properties>
          </resource>

-----Original Message-----
From: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com] 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.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 <Sa...@fairisaac.com>
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: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com]
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 <Sa...@fairisaac.com>
> 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   SamehTawfik@FairIsaac.com   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.
>
>
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?

Posted by Emmanuel Venisse <em...@venisse.net>.
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 <Sa...@fairisaac.com> 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: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com] 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 <Sa...@fairisaac.com>
> 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   SamehTawfik@FairIsaac.com   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?

Posted by "Tawfik, Sameh E" <Sa...@fairisaac.com>.
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: emmanuel.venisse@gmail.com [mailto:emmanuel.venisse@gmail.com] 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 <Sa...@fairisaac.com>
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   SamehTawfik@FairIsaac.com   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?

Posted by Emmanuel Venisse <em...@venisse.net>.
Do you have configured your smtp server in conf/plexus.xml?


On Jan 24, 2008 11:25 PM, Tawfik, Sameh E <Sa...@fairisaac.com> 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   SamehTawfik@FairIsaac.com   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.
>
>