RE: What is the syntax for entering pom url?

2008-01-23 Thread Tawfik, Sameh E

Thanks that worked fine.

   Sameh

-Original Message-
From: Dragan-Sassler Dorin [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 23, 2008 12:22 AM
To: continuum-users@maven.apache.org
Subject: AW: What is the syntax for entering pom url?

Try following for POM Url: file:///Driver:/path_to_pom/pom.xml

Dragan-Sassler


-Ursprüngliche Nachricht-
Von: Tawfik, Sameh E [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 23. Januar 2008 02:35
An: continuum-users@maven.apache.org
Betreff: RE: What is the syntax for entering pom url?




I'm using Subversion.


And, I tried all of the following:

1. file://D6P1Y2F1/projects/pom.xml

Where D6P1Y2F1 is the machine name where the pom.xml and source code are 
located. 

I uncommented allowedSchemefile/allowedScheme in 
C:\continuum-1.1\apps\continuum\webapp\WEB-INF\classes\META-INF\plexus\a
pplication.xml to allow for the use of the file protocol in Add Project view.

Error message: 
The specified resource cannot be accessed. Please try again later or contact 
your administrator.


2. svn+ssh://server107/apps/svnstore/branches/apc7_0_r3/projects

Where server107 is the Linux server name where Subversion repository resides.

Error message: 
The specified resource cannot be accessed. Please try again later or contact 
your administrator.


3. http://lux107/apps/svnstore/branches/apc7_0_r3/projects

Error message:
The URL provided is malformed.

   Sameh

-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 22, 2008 5:14 PM
To: continuum-users@maven.apache.org
Subject: Re: What is the syntax for entering pom url?

On Jan 22, 2008 4:54 PM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:

 I just installed Continuum 1.1 on WindowsXP, after I created the admin 
 account, I tried to add Maven 2.0.x project, but no matter what I
enter
 in the POM Url field it does not seem to be the right syntax?

 I've C:\projects\pom.xml as the parent pom for multi modules project.

What did you try entering?  What was the error message?

What scm system are you using?  (Subversion? CVS?)

 Can anyone let me know? Also, are there are any examples or documents 
 that cover the usage of Continuum?

http://maven.apache.org/continuum/docs/1.1/user_guides/managing_project/
addProject.html

-- 
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.


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 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: No such logger 'com.opensymphony.xwork.Action:schedule?

2008-02-06 Thread Tawfik, Sameh E

Never mined, it was my mistake; I did not enter the time correctly.

It is working fine now.

  Sameh

-Original Message-
From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 06, 2008 10:24 PM
To: continuum-users@maven.apache.org
Subject: No such logger 'com.opensymphony.xwork.Action:schedule?



I created two schedules for two projects with the following syntax:

1. Cron Expression: 0 14 20 * * ?   -- Schedule A

2. Cron Expression: 0 30 20 * * ?   -- Schedule B

I assigned each project one of the above schedules.

When the time comes to tart the build, nothing happens? And I see the
following output from the Apache Continuum window:

jvm 1| 2008-02-06 22:13:40,582 [SocketListener0-0] INFO
org.apache.maven.co
ntinuum.build.settings.SchedulesActivator:default  - MBC1 1.0 Schedule:
next
fire time -Thu Feb 07 20:14:00 PST 2008
jvm 1| There was no such logger
'com.opensymphony.xwork.Action:schedule' 125
6167.

Any thoughts?

  Thanks,

  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: How to make Continuum continue with the build even if there are some errors or failures?

2008-02-11 Thread Tawfik, Sameh E


The -Dmaven.tests.ignore.failure=true might be working per module,
meaning it could be running all the tests that relate to one module even
if it encounters some error or failure on some tests, but the problem is
the exit code that Continuum detects from this run.

So, if there is a method to make Continuum to ignore exit code 1, then
that would fix the problem.

Do you know if this can be done? Is there is a settings or a parameter
that can be defined to make Continuum do that?

  Thanks,

Sameh

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 11, 2008 2:00 PM
To: continuum-users@maven.apache.org
Subject: Re: How to make Continuum continue with the build even if there
are some errors or failures?

Continuum check only the exit code. if it is 1, the process exit with
errors
so Continuum stop.
If -Dmaven.tests.ignore.failure=true doesn't work, it is a surefire
issue
that must be fixed in the plugin.

Emmanuel

On Feb 11, 2008 10:43 PM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:



 I've a project that consists of few modules. When Continuum runs mvn
 test on these modules, the build stops when one of the modules junit
 tests fails or if it has some errors.

 Is there is a way to force continuum to ignore the error exit code
when
 it counters an error or a failure when running the unit test on any
one
 of the modules so it would continue and go to the next modules?

 Our goal is to have one report that covers the results of running the
 unit tests on all the modules.

 I tried -Dmaven.tests.ignore.failure=true parameter but it does not
 have any effect on Continuum. It seems that when Continuum detects an
 exit error or failure code, it stops the build, so it seems the key to
 fix this problem is to force Continuum to ignore the exit code value
and
 continue with build.

 Does anyone know if this task can be done?

  Thanks,

  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: How to successfully add users?

2008-02-15 Thread Tawfik, Sameh E

Thanks,

   Sameh

-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 15, 2008 2:34 PM
To: continuum-users@maven.apache.org
Subject: Re: How to successfully add users?

On Fri, Feb 15, 2008 at 2:57 PM, Tawfik, Sameh E
[EMAIL PROTECTED] wrote:

  I'm using Continuum 1.1, I logged-in as administrator and created a
new
  user for example developer and assigned it 12345 password.

  When I tried later to login using the new account developer with
the
  12345 password, Continuum displayed the following message:

  . You have entered an incorrect username and/or password.

  I logged again as an administrator and double checked everything, and
  tried it again, but I'm still keep getting the same result?

  What could be wrong?

Sorry.  It's a known issue with the version of Redback that Continuum
1.1 uses.  The easiest thing to do is click 'Resend Validation' and
click the link in the email, which will validate the account.  You can
also turn off the requirement for email validation altogether in
security.properties.

  Also, is there is a way where I can stop Continuum from prompting for
a
  user\password to view the build output? When the build is done and
the
  email is sent, we'd like to be able to view the build output results
by
  going direct to the build result screen bypassing Continuum prompt
for
  the user and password values.

Grant the project group user role to the 'guest' user, and it will
stop prompting for a login.

-- 
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.



I'm not able to delete a group?

2008-02-15 Thread Tawfik, Sameh E


I'm stuck right now, I'm trying to delete a group and recreate it, but
when I click on Show Project Groups followed by clicking on a specific
group from the group list, and click on Delete Group the following is
displayed:

Does anyone know how to fix this problem? Which folder Continuum uses to
save all the projects information? If I need to reset Continuum which
files needs to be removed?

Error Occurred:

javax.jdo.JDOUserException: One or more instances could not be deleted
NestedThrowables: javax.jdo.JDODataStoreException: Delete request
failed: DELETE FROM PROJECTDEPENDENCY WHERE PROJECTDEPENDENCY_ID=?
NestedThrowables: SQL Exception: DELETE on table 'PROJECTDEPENDENCY'
caused a violation of foreign key constraint 'PROJECT_FK3' for key
(5163). The statement has been rolled back. 



Show/hide Stack Trace:

javax.jdo.JDOUserException: One or more instances could not be deleted
at
org.jpox.AbstractPersistenceManager.deletePersistentAll(AbstractPersiste
nceManager.java:1525)
at
org.jpox.AbstractPersistenceManager.deletePersistentAll(AbstractPersiste
nceManager.java:1498)
at
org.jpox.store.rdbms.scostore.FKListStore.clear(FKListStore.java:1137)
at
org.jpox.store.mapping.CollectionMapping.deleteDependent(CollectionMappi
ng.java:334)
at
org.jpox.store.rdbms.table.ClassTable.deleteDependent(ClassTable.java:26
51)
at
org.jpox.store.StoreManager.deleteDependent(StoreManager.java:1019)
at
org.jpox.state.StateManagerImpl.deletePersistent(StateManagerImpl.java:4
405)
at
org.jpox.AbstractPersistenceManager.internalDeletePersistent(AbstractPer
sistenceManager.java:1473)
at
org.jpox.AbstractPersistenceManager.deletePersistent(AbstractPersistence
Manager.java:1489)
at
org.codehaus.plexus.jdo.PlexusJdoUtils.removeObject(PlexusJdoUtils.java:
121)
at
org.apache.maven.continuum.store.JdoContinuumStore.removeObject(JdoConti
nuumStore.java:1906)
at
org.apache.maven.continuum.store.JdoContinuumStore.removeBuildResult(Jdo
ContinuumStore.java:600)
at
org.apache.maven.continuum.DefaultContinuum.removeProject(DefaultContinu
um.java:719)
at
org.apache.maven.continuum.web.action.ProjectsListAction.remove(Projects
ListAction.java:95)
at
org.apache.maven.continuum.web.action.ProjectsListAction.execute(Project
sListAction.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActio
nInvocation.java:358)
at
com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultA
ctionInvocation.java:218)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc
ation.java:192)
at
org.codehaus.plexus.xwork.interceptor.PlexusReleaseComponentInterceptor.
intercept(PlexusReleaseComponentInterceptor.java:69)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc
ation.java:190)
at
com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercep
t(DefaultWorkflowInterceptor.java:175)
at
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(Met
hodFilterInterceptor.java:86)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc
ation.java:190)
at
com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(Valid
ationInterceptor.java:115)
at
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(Met
hodFilterInterceptor.java:86)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc
ation.java:190)
at
org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationIn
terceptor.intercept(ForceContinuumConfigurationInterceptor.java:72)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc
ation.java:190)
at
org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementIntercept
or.intercept(PolicyEnforcementInterceptor.java:149)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc
ation.java:190)
at
org.codehaus.plexus.redback.xwork.interceptor.SecureActionInterceptor.in
tercept(SecureActionInterceptor.java:178)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc
ation.java:190)
at
org.codehaus.plexus.xwork.interceptor.ExceptionMappingInterceptor.interc
ept(ExceptionMappingInterceptor.java:58)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvoc
ation.java:190)
at
com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercep
t(DefaultWorkflowInterceptor.java:175)
at

RE: I'm not able to delete a group?

2008-02-15 Thread Tawfik, Sameh E

Thank you Wendy.

   Sameh

-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 15, 2008 3:57 PM
To: continuum-users@maven.apache.org
Subject: Re: I'm not able to delete a group?

On Fri, Feb 15, 2008 at 4:37 PM, Tawfik, Sameh E
[EMAIL PROTECTED] wrote:

  I'm stuck right now, I'm trying to delete a group and recreate it,
but
  when I click on Show Project Groups followed by clicking on a
specific
  group from the group list, and click on Delete Group the following
is
  displayed:

  Does anyone know how to fix this problem? Which folder Continuum uses
to
  save all the projects information? If I need to reset Continuum which
  files needs to be removed?

It's stored in a database - Continuum uses Apache Derby by default.
You can connect to it with a client like Squirrel SQL and make changes
directly, or if you'd like to start over you can delete the entire
database, working copies and build output directories.

(FWIW, I was able to add and immediately delete a project group from
Continuum 1.1.)

-- 
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: How to successfully add users?

2008-02-15 Thread Tawfik, Sameh E

Wendy,

I just opened security.properties and I do not see how you'd turn off
the requirement for email validation?


The following is the content of security.properties:

C:\continuum-1.1\apps\continuum\webapp\WEB-INF\classes\org\apache\maven\
continuum\security.properties

#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# License); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#   http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.
#

# The subject line for the email message.
email.validation.subject=Welcome to Maven Continuum

# Feedback page
email.feedback.path=http://maven.apache.org/continuum/mail-lists.html

  
Sameh


-Original Message-
From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 15, 2008 3:21 PM
To: continuum-users@maven.apache.org
Subject: RE: How to successfully add users?


Thanks,

   Sameh

-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 15, 2008 2:34 PM
To: continuum-users@maven.apache.org
Subject: Re: How to successfully add users?

On Fri, Feb 15, 2008 at 2:57 PM, Tawfik, Sameh E
[EMAIL PROTECTED] wrote:

  I'm using Continuum 1.1, I logged-in as administrator and created a
new
  user for example developer and assigned it 12345 password.

  When I tried later to login using the new account developer with
the
  12345 password, Continuum displayed the following message:

  . You have entered an incorrect username and/or password.

  I logged again as an administrator and double checked everything, and
  tried it again, but I'm still keep getting the same result?

  What could be wrong?

Sorry.  It's a known issue with the version of Redback that Continuum
1.1 uses.  The easiest thing to do is click 'Resend Validation' and
click the link in the email, which will validate the account.  You can
also turn off the requirement for email validation altogether in
security.properties.

-- 
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.


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: How to successfully add users?

2008-02-15 Thread Tawfik, Sameh E

Thanks,

  Sameh

-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 15, 2008 4:54 PM
To: continuum-users@maven.apache.org
Subject: Re: How to successfully add users?

On Feb 15, 2008 5:33 PM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:

 I just opened security.properties and I do not see how you'd turn off
 the requirement for email validation?

email.validation.required=false

See http://redback.codehaus.org/configuration.html

-- 
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.



Continuum report incorrect build results?

2008-02-20 Thread Tawfik, Sameh E


When Continuum runs my maven 2 project, it send an email: [continuum]
BUILD SUCCESSFUL:, but when I checked the build results I found out the
build failed when it was building the last component, so why is
Continuum is reporting success when the build failed?

Does anyone know how to make Continuum detect this failure and correctly
report back this result?

The following is the build failed error messages:

[javac] 33. ERROR in C:\Auto_Builds\working-directory\12\
csvimport\job\DelimImportJob.java (at line 128)
[javac]
ls.setCharacterSet(DelimitedLayoutImpl.CHARACTER_SET_EBCIDIC);
[javac]
^
[javac] DelimitedLayoutImpl.CHARACTER_SET_EBCIDIC cannot be resolved


BUILD FAILED
C:\Auto_Builds\working-directory\12\mabc\build.xml:32: The following
error occurred while executing this line:
C:\Auto_Builds\working-directory\12\mabc\build.xml:16: The following
error occurred while executing this line:
C:\Auto_Builds\working-directory\12\mabc\build.xml:291: The following
error occurred while executing this line:
C:\Auto_Builds\working-directory\12\mabc\build.xml:258: Compile failed;
see the compiler error output for details.

Total time: 13 seconds
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Error executing command line. Exit code:13
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 25 minutes 14 seconds
[INFO] Finished at: Wed Feb 20 15:23:17 PST 2008
[INFO] Final Memory: 23M/63M
[INFO]

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 report incorrect build results?

2008-02-20 Thread Tawfik, Sameh E

I'm using the following parameters when I run a build:

-Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true
install

So is that is why Continuum is reporting success instead of failure?

Do I need to set any flags or settings to Continuum?

  Sameh

-Original Message-
From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 20, 2008 3:42 PM
To: continuum-users@maven.apache.org
Subject: Continuum report incorrect build results?



When Continuum runs my maven 2 project, it send an email: [continuum]
BUILD SUCCESSFUL:, but when I checked the build results I found out the
build failed when it was building the last component, so why is
Continuum is reporting success when the build failed?

Does anyone know how to make Continuum detect this failure and correctly
report back this result?

The following is the build failed error messages:

[javac] 33. ERROR in C:\Auto_Builds\working-directory\12\
csvimport\job\DelimImportJob.java (at line 128)
[javac]
ls.setCharacterSet(DelimitedLayoutImpl.CHARACTER_SET_EBCIDIC);
[javac]
^
[javac] DelimitedLayoutImpl.CHARACTER_SET_EBCIDIC cannot be resolved


BUILD FAILED
C:\Auto_Builds\working-directory\12\mabc\build.xml:32: The following
error occurred while executing this line:
C:\Auto_Builds\working-directory\12\mabc\build.xml:16: The following
error occurred while executing this line:
C:\Auto_Builds\working-directory\12\mabc\build.xml:291: The following
error occurred while executing this line:
C:\Auto_Builds\working-directory\12\mabc\build.xml:258: Compile failed;
see the compiler error output for details.

Total time: 13 seconds
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Error executing command line. Exit code:13
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 25 minutes 14 seconds
[INFO] Finished at: Wed Feb 20 15:23:17 PST 2008
[INFO] Final Memory: 23M/63M
[INFO]

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.



Continuum does not launch a build as scheduled?

2008-02-22 Thread Tawfik, Sameh E

I've two maven 2.0.8 projects that relate to the same product, one is
set to retrieve and build from a branch, and the other one is set to
retrieve and build from the trunk in Subversion.

When I set the schedule to launch the build for each project, Continuum
runs the build for the branch project, but when it attempts to launch
the build as scheduled for the trunk project nothing happens, the build
does not run? 

Instead of running the build, Continuum displays a message indicating
that the project is duplicated in the reactor? But interestingly, I can
force the build to run by clicking on the Build Now icon!

Does anyone knows what is wrong?

Here is the message that gets displayed in Apache Continuum command line
screen:

jvm 1| 2008-02-22 13:32:58,246 [SocketListener0-1] INFO
org.apache.maven.continuum.build.settings.SchedulesActivator:default  -
Activating schedule MBCD 1.0 trunk Schedule
jvm 1| 2008-02-22 13:32:58,261 [SocketListener0-1] INFO
org.apache.maven.continuum.build.settings.SchedulesActivator:default  -
MBCD 1.0 trunk Schedule: next fire time -Fri Feb 22 13:34:00 PST 2008
jvm 1| There was no such logger
'com.opensymphony.xwork.Action:schedule' 040.
jvm 1| 2008-02-22 13:34:00,014 [defaultScheduler_Worker-0] INFO
org.apache.maven.continuum.build.settings.SchedulesActivator:default  -

 Executing build job (MBCD 1.0 trunk Schedule)...
jvm 1| 2008-02-22 13:34:00,029 [defaultScheduler_Worker-0] WARN
org.apache.maven.continuum.Continuum:default  - Project
'com.fairisaac.MBCD:MBCD:4.0' is duplicated in the reactor

I Also, I'm using the following maven version:

C:\Auto_Buildsmvn -v
Maven version: 2.0.8
Java version: 1.6.0_01
OS name: windows 2003 version: 5.2 arch: x86 Family: windows

  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.



ContinuumBuildExecutorException: Could not find Maven project descriptor?

2008-02-29 Thread Tawfik, Sameh E


After Continuum finishes running a build, when I look at the build
history I found two outputs. The first one is marked with the build
error icon, and the second one is marked as successful. This happens
every time Continuum runs a build.

Does anyone know anything about this error?

The build error has the following error message:

Build Error
---
org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error
executing action 'update-project-from-working-directory' at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.perfor
mAction(DefaultBuildController.java:434)at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(
DefaultBuildController.java:139)at
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.exec
uteTask(BuildProjectTaskExecutor.java:50)at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Execut
orRunnable$1.run(ThreadedTaskQueueExecutor.java:116)at
edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter
.call(Executors.java:442)at
edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask
.java:176)at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker
.runTask(ThreadPoolExecutor.java:665)at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker
.run(ThreadPoolExecutor.java:690)at
java.lang.Thread.run(Thread.java:619)

Caused by:
--
org.apache.maven.continuum.execution.ContinuumBuildExecutorException:
Could not find Maven project descriptor. 

at
org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.upda
teProjectFromCheckOut(MavenTwoBuildExecutor.java:148) at
org.apache.maven.continuum.core.action.UpdateProjectFromWorkingDirectory
ContinuumAction.execute(UpdateProjectFromWorkingDirectoryContinuumAction
.java:75) at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.perfor
mAction(DefaultBuildController.java:408)
... 8 more
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.



Continuum email build message.

2008-02-29 Thread Tawfik, Sameh E

Continuum does not report any SCM changes under the SCM heading, but
instead it reports the SCM changes under Other Changes Since Last
Success section?

When Continuum finishes a build and sends an email, the email body shows
the following:



SCM Changes:


No files changed

But when I click on the build link, and open the build results I see the
SCM changes are reported under other Changes Since Last Success
heading?

So, there are few issues here:

1. In Continuum email message it reports there are No files changed
under the  SCM Changes: section which is not true.

2. The files that were changed with the authors comments are listed
under Other Changes Since Last Success section in the build history
report only?

For example the email body looks as follow:


SCM Changes:


No files changed



Dependencies Changes:


No dependencies changed


And the build results history report looks as follow:

SCM Changes

No SCM changes
 
Other Changes Since Last Success

Author Date Comment Files 
SamehTawfik 

How can we fix this situation?

 Thanks,

   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.