Re: Continuum + Tomcat: Not using settings.xml?

2008-07-22 Thread Wendy Smoak
On Tue, Jul 22, 2008 at 9:23 AM, Magne Nordtveit
<[EMAIL PROTECTED]> wrote:
> I get a "Missing artifact trying to build the POM. Check that its parent POM
> is available or add it first in Continuum." error message, and no usefull
> output from the logs either...

Please ask on the Continuum mailing list, you can find subscription
info here:  http://continuum.apache.org/mail-lists.html

(I think you're running into http://jira.codehaus.org/browse/CONTINUUM-1789.)

-- 
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum and Archiva mail address.

2008-07-22 Thread Stefan Seidel

I know for continuum it is the VERY unintuitive file
continuum/apps/continuum/webapp/WEB-INF/classes/META-INF/plexus/application.xml
where there is a from-mailbox and from-name tag.

Stefan

Magne Nordtveit wrote:

Hi!

I have  just set up Archiva and Continuum on the same Tomcat server, and its 
working beautifully (After setting the users-db to different directories... 
Doh!).


Only one thing remaining now, to make Archiva's mailing address be 
[EMAIL PROTECTED] and give it a name i.e "Archiva Repository Manager", and the 
same with Continuum.


But I can't find out how to configure the sender...




--
best regards,

Stefan Seidel
software developer

VUB Printmedia GmbH
Chopinstraße 4
D-04103 Leipzig
Germany
tel.+49 (341) 9 60 50 07
fax.+49 (341) 9 60 50 92
mail.   [EMAIL PROTECTED]
web.www.vub.de

HRB Köln 24015
UStID DE 122 649 251
GF Dr. Achim Preuss Neudorf,
Dr. Christian Preuss Neudorf

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum error build

2008-04-18 Thread Alexandre Nshimiyimana
Yes, my project use Maven and the pom(s) split in 4 modules.
I'll redirect to
[EMAIL PROTECTED]

Thanks.


2008/4/17, Brett Porter <[EMAIL PROTECTED]>:
>
> It seems you have configured the project to run 'pom.xml' instead of
> setting that as the build file for Maven.
>
> Can you please direct further enquiries to [EMAIL PROTECTED]
> Continuum has become it separate project.
>
> Cheers,
> Brett
>
>
> On 18/04/2008, Alexandre Nshimiyimana <[EMAIL PROTECTED]> wrote:
> > I'm getting this   error when buillding via Continuum:
> >
> >  Build Error:
>
> >  
> > 
> >  org.apache.maven.continuum.execution.ContinuumBuildExecutorException:
> Error
> >  while executing shell command. The most common error is that 'pom.xml'
> is
> >  not in your path.
> > at
>
> >  
> > org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:207)
> > at
>
> >  
> > org.apache.maven.continuum.execution.shell.ShellBuildExecutor.build(ShellBuildExecutor.java:67)
> > at
>
> >  
> > org.apache.maven.continuum.core.action.ExecuteBuilderContinuumAction.execute(ExecuteBuilderContinuumAction.java:140)
> > at
>
> >  
> > org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:406)
> > at
>
> >  
> > org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:145)
> > at
>
> >  
> > org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50)
> > at
>
> >  
> > org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$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:595)
> >  Caused by: org.codehaus.plexus.util.cli.CommandLineException: Error
> while
> >  executing process.
> > at
> >  org.codehaus.plexus.util.cli.Commandline.execute(Commandline.java:737)
> > at
>
> >  
> > org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:101)
> > at
>
> >  
> > org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:87)
> > at
>
> >  
> > org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:101)
> > at
>
> >  
> > org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:58)
> > at
>
> >  
> > org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:192)
> > ... 11 more
> >  Caused by: java.io.IOException: java.io.IOException:
> >  /srv/maestro/project-server/data/continuum/working-directory/2/pom.xml:
> >  cannot execute
> > at java.lang.UNIXProcess.(UNIXProcess.java:148)
> > at java.lang.ProcessImpl.start(ProcessImpl.java:65)
> > at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
> > at java.lang.Runtime.exec(Runtime.java:591)
> > at
> >  org.codehaus.plexus.util.cli.Commandline.execute(Commandline.java:732)
> > ... 16 more
> >
>
>
>
> --
> Brett Porter
> Blog: http://blogs.exist.com/bporter/
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: Continuum error build

2008-04-17 Thread Brett Porter
It seems you have configured the project to run 'pom.xml' instead of
setting that as the build file for Maven.

Can you please direct further enquiries to [EMAIL PROTECTED]
Continuum has become it separate project.

Cheers,
Brett

On 18/04/2008, Alexandre Nshimiyimana <[EMAIL PROTECTED]> wrote:
> I'm getting this   error when buillding via Continuum:
>
>  Build Error:
>  
>  org.apache.maven.continuum.execution.ContinuumBuildExecutorException: Error
>  while executing shell command. The most common error is that 'pom.xml' is
>  not in your path.
> at
>  
> org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:207)
> at
>  
> org.apache.maven.continuum.execution.shell.ShellBuildExecutor.build(ShellBuildExecutor.java:67)
> at
>  
> org.apache.maven.continuum.core.action.ExecuteBuilderContinuumAction.execute(ExecuteBuilderContinuumAction.java:140)
> at
>  
> org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:406)
> at
>  
> org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:145)
> at
>  
> org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50)
> at
>  
> org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$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:595)
>  Caused by: org.codehaus.plexus.util.cli.CommandLineException: Error while
>  executing process.
> at
>  org.codehaus.plexus.util.cli.Commandline.execute(Commandline.java:737)
> at
>  
> org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:101)
> at
>  
> org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:87)
> at
>  
> org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:101)
> at
>  
> org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:58)
> at
>  
> org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:192)
> ... 11 more
>  Caused by: java.io.IOException: java.io.IOException:
>  /srv/maestro/project-server/data/continuum/working-directory/2/pom.xml:
>  cannot execute
> at java.lang.UNIXProcess.(UNIXProcess.java:148)
> at java.lang.ProcessImpl.start(ProcessImpl.java:65)
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
> at java.lang.Runtime.exec(Runtime.java:591)
> at
>  org.codehaus.plexus.util.cli.Commandline.execute(Commandline.java:732)
> ... 16 more
>


-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Continuum 1.1 @ Tomcat 6

2008-02-06 Thread SlinnHawkins, Jon (ELS-CAM)
Hi Martin 

I successfully installed by following the instructions on :

http://docs.codehaus.org/display/MAVENUSER/Archiva+on+Tomcat

HTH

Jon 

-Original Message-
From: Ritz, Martin [mailto:[EMAIL PROTECTED] 
Sent: 06 February 2008 12:15
To: [EMAIL PROTECTED]
Subject: WG: Continuum 1.1 @ Tomcat 6


> Hi Continuum user group,
> 
> I want to install continuum in my existing Tomcat 6 Server.
> I followed the instructions on Guide to Install Continuum on Tomcat
(http://maven.apache.org/continuum/docs/1.1/installation/tomcat.html).
> I created an context.xml and added the libraries.
> But I get still this error: 
> 
> WARN  org.apache.commons.configuration.JNDIConfiguration  - Internal 
> error
> javax.naming.NameNotFoundException: Name java:comp is not bound in 
> this Context
> 
> I can't get my continuum running at the tomcat due to this error.
> Can anybody help my with this issue?
> What I have to change/ add?
> 
> 
> ---
> rgds
> Martin Ritz
> 
> BTC AG - Unit Softwaredevelopment
> mailto:[EMAIL PROTECTED]
> 


This email is from Elsevier Limited, a company registered in England and Wales 
with company number 1982084,
whose registered office is The Boulevard, Langford Lane, Kidlington, Oxford, 
OX5 1GB, United Kingdom.



RE: Continuum renamed and moved my projects?

2008-02-04 Thread Tawfik, Sameh E


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:[EMAIL PROTECTED] 
Sent: Friday, February 01, 2008 6:03 PM
To: [EMAIL PROTECTED]
Subject: Re: Continuum renamed and moved my projects?

On Feb 1, 2008 6:38 PM, Tawfik, Sameh E <[EMAIL PROTECTED]>
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 1.1 standalone run-time error on Windows server 2003.

2008-01-28 Thread Tawfik, Sameh E

Thanks Wendy, I used port 8085 and that fixed it.

  Sameh

-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 28, 2008 5:52 PM
To: [EMAIL PROTECTED]
Subject: Re: Continuum 1.1 standalone run-time error on Windows server
2003.

On Jan 28, 2008 6:40 PM, Tawfik, Sameh E <[EMAIL PROTECTED]>
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.

2008-01-28 Thread Wendy Smoak
On Jan 28, 2008 6:40 PM, Tawfik, Sameh E <[EMAIL PROTECTED]> 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


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

2008-01-28 Thread Tawfik, Sameh E

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:


   mail.smtp.socketFactory.class
   javax.net.ssl.SSLSocketFactory


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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Emmanuel Venisse
Sent: Friday, January 25, 2008 12:57 AM
To: [EMAIL PROTECTED]
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 <[EMAIL PROTECTED]>
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:[EMAIL PROTECTED]
> Sent: Thursday, January 24, 2008 5:23 PM
> To: [EMAIL PROTECTED]
> 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: [EMAIL PROTECTED]
> 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: [EMAIL PROTECTED]
> 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

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

2008-01-25 Thread Emmanuel Venisse
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 <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]
> Sent: Thursday, January 24, 2008 5:23 PM
> To: [EMAIL PROTECTED]
> 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: [EMAIL PROTECTED]
> 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: [EMAIL PROTECTED]
> 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?
> >
> >
> >  
> >mail/Session
> >javax.mail.Session
> >
> >  
> >mail.smtp.host
> >STPMSGMxyz.corp.fairisaac.com
> >  
> >  
> >mail.smtp.port
> >25
> >  
> >
> >  
> >mail.smtp.auth
> >true
> >  
> >  
> >mail.smtp.user
> >SamehTawfik
> >  
> >  
> >password
> >x
> >  
> >  
> >mail.smtp.debug
> >    true
> >  
> >  
> >mail.smtp.starttls.enable
> >true
> >  
> >  
> >mail.smtp.socketFactory.class
> >javax.net.ssl.SSLSocketFactory
> >  
> >
> >  
> >
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> On
> > Behalf Of Emmanuel Venisse
> > Sent: Thursday, January 24, 2008 2:56 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?
> >
> > You looked at the 

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

2008-01-24 Thread Wendy Smoak
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:  

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: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Tawfik, Sameh E


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: [EMAIL PROTECTED]
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?
>
>
>  
>mail/Session
>javax.mail.Session
>
>  
>mail.smtp.host
>STPMSGMxyz.corp.fairisaac.com
>  
>  
>mail.smtp.port
>25
>  
>
>  
>mail.smtp.auth
>true
>  
>  
>mail.smtp.user
>SamehTawfik
>  
>  
>password
>x
>  
>  
>mail.smtp.debug
>true
>  
>  
>mail.smtp.starttls.enable
>true
>  
>  
>mail.smtp.socketFactory.class
>javax.net.ssl.SSLSocketFactory
>  
>
>  
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
> Behalf Of Emmanuel Venisse
> Sent: Thursday, January 24, 2008 2:56 PM
> To: [EMAIL PROTECTED]
> 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: [EMAIL PROTECTED]
> > 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
> > > ad

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

2008-01-24 Thread Emmanuel Venisse
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?
>
>
>  
>mail/Session
>javax.mail.Session
>
>  
>mail.smtp.host
>STPMSGMxyz.corp.fairisaac.com
>  
>  
>mail.smtp.port
>25
>  
>
>  
>mail.smtp.auth
>true
>  
>  
>mail.smtp.user
>SamehTawfik
>  
>  
>password
>x
>  
>  
>mail.smtp.debug
>true
>  
>  
>mail.smtp.starttls.enable
>true
>  
>  
>mail.smtp.socketFactory.class
>javax.net.ssl.SSLSocketFactory
>  
>
>  
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Emmanuel Venisse
> Sent: Thursday, January 24, 2008 2:56 PM
> To: [EMAIL PROTECTED]
> 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 <[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: [EMAIL PROTECTED]
> > 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.
> >
> >
> 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 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?


  
mail/Session
javax.mail.Session

  
mail.smtp.host
STPMSGMxyz.corp.fairisaac.com
  
  
mail.smtp.port
25
  

   
mail.smtp.auth
true
  
  
mail.smtp.user
SamehTawfik
  
  
password
x
  
  
mail.smtp.debug
true
  
  
mail.smtp.starttls.enable
true
  
  
mail.smtp.socketFactory.class
javax.net.ssl.SSLSocketFactory
  

  

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Emmanuel Venisse
Sent: Thursday, January 24, 2008 2:56 PM
To: [EMAIL PROTECTED]
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 <[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: [EMAIL PROTECTED]
> 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.
>
>
This email and any files transmitted with it are confidential, proprietary
and intended solely for the individual or entity to whom they are addressed.
If you have received this email in error please delete it immediately.



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

2008-01-24 Thread Emmanuel Venisse
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.
>
>


Re: Continuum: what does default mean?

2008-01-12 Thread simon
Ah, I see. So clicking on "build" at the higher level will only run
nested build definitions with default=true. That makes sense.

Thanks Olivier & Wendy for your help. I'll subscribe to the continuum
list and ask there if I have any further questions.

On Fri, 2008-01-11 at 22:23 +0100, Olivier Lamy wrote:
> Hi,
> In fact, we're not talking about the same field ;-).
> The default you talk is to say this builddefinition will be used when
> the user will force a build from the project group menu page.
> Concerning build definition template this feature is available in 1.1
> final (the myfaces continuum instance is 1.1-beta-2).
> 
> --
> Olivier
> PS : if you have more questions please use the continuum users ml (thanks)
> 
> 2008/1/11, simon <[EMAIL PROTECTED]>:
> > Hi Olivier,
> >
> > I think we're talking about the same field, but unfortunately I don't
> > understand your answer. I'll try to be more precise...
> >
> > When looking at an existing "build definition", the columns are:
> >   goals
> >   arguments
> >   build file
> >   schedule
> >   profile
> >   from
> >   build fresh
> >   default
> >
> > This "default" setting is a boolean value.
> >
> > I'm talking specifically about the continuum server at
> >myfaces.zones.apache.org:8080/continuum
> > although unfortunately you won't be able to see anything there without a
> > login account.
> >
> > There are lots of definitions there with default=true, and lots with
> > default=false. In particular, it appears that definitions for building
> > "jars" is typically default=true while building sites is typically
> > default=false.
> >
> > But I don't understand why things are set up this way..
> >
> > What is a "default maven2 template"? I see in the continuum docs a
> > section about "build templates", although I see no such menu in the
> > myfaces continuum site. Maybe I don't have sufficient privileges to see
> > the menu; if so, how would I find out whether "default=true" is what I
> > want or not for a new build definition? And what does one do anyway?
> >
> > Thanks,
> > Simon
> >
> > On Wed, 2008-01-09 at 17:58 +0100, Olivier Lamy wrote:
> > > Hi,
> > > You mean when adding a project in the Build Definition list box ?
> > > If yes it's the default build definition for the project type (maven1,
> > > maven2, ant).
> > > If you are adding a m2 project : Default == default maven2 template.
> > >
> > > Sure it's a little verbose here because we repeat the same things.
> > >
> > > --
> > > Olivier
> > >
> > >
> > > 2008/1/9, Simon Kitching <[EMAIL PROTECTED]>:
> > > > Hi,
> > > >
> > > > On a continuum site, what does the "default" setting mean for a project?
> > > >
> > > > Thanks, Simon
> > > >
> > > > -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum: what does default mean?

2008-01-11 Thread Olivier Lamy
Hi,
In fact, we're not talking about the same field ;-).
The default you talk is to say this builddefinition will be used when
the user will force a build from the project group menu page.
Concerning build definition template this feature is available in 1.1
final (the myfaces continuum instance is 1.1-beta-2).

--
Olivier
PS : if you have more questions please use the continuum users ml (thanks)

2008/1/11, simon <[EMAIL PROTECTED]>:
> Hi Olivier,
>
> I think we're talking about the same field, but unfortunately I don't
> understand your answer. I'll try to be more precise...
>
> When looking at an existing "build definition", the columns are:
>   goals
>   arguments
>   build file
>   schedule
>   profile
>   from
>   build fresh
>   default
>
> This "default" setting is a boolean value.
>
> I'm talking specifically about the continuum server at
>myfaces.zones.apache.org:8080/continuum
> although unfortunately you won't be able to see anything there without a
> login account.
>
> There are lots of definitions there with default=true, and lots with
> default=false. In particular, it appears that definitions for building
> "jars" is typically default=true while building sites is typically
> default=false.
>
> But I don't understand why things are set up this way..
>
> What is a "default maven2 template"? I see in the continuum docs a
> section about "build templates", although I see no such menu in the
> myfaces continuum site. Maybe I don't have sufficient privileges to see
> the menu; if so, how would I find out whether "default=true" is what I
> want or not for a new build definition? And what does one do anyway?
>
> Thanks,
> Simon
>
> On Wed, 2008-01-09 at 17:58 +0100, Olivier Lamy wrote:
> > Hi,
> > You mean when adding a project in the Build Definition list box ?
> > If yes it's the default build definition for the project type (maven1,
> > maven2, ant).
> > If you are adding a m2 project : Default == default maven2 template.
> >
> > Sure it's a little verbose here because we repeat the same things.
> >
> > --
> > Olivier
> >
> >
> > 2008/1/9, Simon Kitching <[EMAIL PROTECTED]>:
> > > Hi,
> > >
> > > On a continuum site, what does the "default" setting mean for a project?
> > >
> > > Thanks, Simon
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum: what does default mean?

2008-01-11 Thread Wendy Smoak
On Jan 11, 2008 10:46 AM, simon <[EMAIL PROTECTED]> wrote:

> I'm talking specifically about the continuum server at
>myfaces.zones.apache.org:8080/continuum
> although unfortunately you won't be able to see anything there without a
> login account.

I made 'guest' a global project user, so the projects are now visible.

The MyFaces zone is running 1.1-beta-2, so the docs on the Continuum
site won't match exactly.

Can we move this to [EMAIL PROTECTED] instead?
http://maven.apache.org/continuum/mail-lists.html

-- 
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum: what does default mean?

2008-01-11 Thread simon
Hi Olivier,

I think we're talking about the same field, but unfortunately I don't
understand your answer. I'll try to be more precise...

When looking at an existing "build definition", the columns are:
  goals
  arguments
  build file
  schedule
  profile
  from
  build fresh
  default

This "default" setting is a boolean value.

I'm talking specifically about the continuum server at
   myfaces.zones.apache.org:8080/continuum
although unfortunately you won't be able to see anything there without a
login account.

There are lots of definitions there with default=true, and lots with
default=false. In particular, it appears that definitions for building
"jars" is typically default=true while building sites is typically
default=false.

But I don't understand why things are set up this way..

What is a "default maven2 template"? I see in the continuum docs a
section about "build templates", although I see no such menu in the
myfaces continuum site. Maybe I don't have sufficient privileges to see
the menu; if so, how would I find out whether "default=true" is what I
want or not for a new build definition? And what does one do anyway?

Thanks,
Simon

On Wed, 2008-01-09 at 17:58 +0100, Olivier Lamy wrote:
> Hi,
> You mean when adding a project in the Build Definition list box ?
> If yes it's the default build definition for the project type (maven1,
> maven2, ant).
> If you are adding a m2 project : Default == default maven2 template.
> 
> Sure it's a little verbose here because we repeat the same things.
> 
> --
> Olivier
> 
> 
> 2008/1/9, Simon Kitching <[EMAIL PROTECTED]>:
> > Hi,
> >
> > On a continuum site, what does the "default" setting mean for a project?
> >
> > Thanks, Simon
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum: what does default mean?

2008-01-09 Thread Olivier Lamy
Hi,
You mean when adding a project in the Build Definition list box ?
If yes it's the default build definition for the project type (maven1,
maven2, ant).
If you are adding a m2 project : Default == default maven2 template.

Sure it's a little verbose here because we repeat the same things.

--
Olivier


2008/1/9, Simon Kitching <[EMAIL PROTECTED]>:
> Hi,
>
> On a continuum site, what does the "default" setting mean for a project?
>
> Thanks, Simon
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum and company pom

2007-12-27 Thread Insitu
Hello,
According to the page you point at:

  Note : the pom is searched in central repository and the
  repositories available for the active profiles from you
  $user.home/.m2/settings.xml  

So you should define somewhere a settings.xml file for the continuum
user (or better a global settings.xml file) with the repository your
POM is deployed in. It is however strange that it does not use its
local repo for finding the POM.

HTH
-- 
Arnaud Bailly, PhD
OQube - Software Engineering
http://www.oqube.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: continuum 1.1 and guest user

2007-12-12 Thread deckrider
Thanks for the clue!

Somehow because I didn't see 'guest' in the 1.1 version, I thought I
first had to login as 'guest', but didn't know the password.

Now I see that although it doesn't show me logged in as guest, I still
have guest permissions.

On Dec 8, 2007 9:04 AM, Wendy Smoak <[EMAIL PROTECTED]> wrote:
>
> On Dec 6, 2007 3:22 PM, deckrider+mvn <[EMAIL PROTECTED]> wrote:
> > I would like to just have 1-2 admins and everyone else can be guest
> > for continuum 1.1.
> >
> > This seemed possible in continuum 1.0, but I must be missing some step
> > to know how to do it with continuum 1.1.  After I log in the first
> > time to set up admin, I'm still not understanding how to log in so as
> > to become guest (as well as how to give guest more privs).
>
> Log in as admin, then click the "Users" button at the left, choose the
> guest user, and grant it the roles you want it to have.
>
> Guest is the unauthenticated user, so you don't log in to become
> guest.  For example, if you make the guest user a global project
> developer, then anyone with access to the server will be able to add
> projects, kick off builds, etc.  Is that what you want?
>
> --
> Wendy
>



-- 
ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


Re: Continuum not able to handle the parent-child hierarchy

2007-12-12 Thread Emmanuel Venisse

Post your logs when you select R1 and R2 for building

Emmanuel

Hemant Malik a écrit :

Hi,
I am using Continuum 1.1 deployed on tomcat 5.5. The problem I am facing is
that Continuum after checking out is not able to handle the parent-child
relationships in the project structure.

For instance if there is a Maven Project R1 which has a child R2 ( inside
the pom of R1 i have mentioned about R2 in  tag and
 tag. And in R2's pom i have mentioned about R1 in the  tag,
but the problem is when I select R1 and R2 for building, R2 fails, telling
that not able to download R1 from any repository.
When I give only R1 for build it doesn't take R2 on its own for building
like *mvn install* command takes on its own from command line.

It would be really great if someone can guide on the same.

Thanking in anticipation.

Regards,
Hemant Malik



Re: continuum 1.1 and guest user

2007-12-08 Thread Wendy Smoak
On Dec 6, 2007 3:22 PM, deckrider+mvn <[EMAIL PROTECTED]> wrote:
> I would like to just have 1-2 admins and everyone else can be guest
> for continuum 1.1.
>
> This seemed possible in continuum 1.0, but I must be missing some step
> to know how to do it with continuum 1.1.  After I log in the first
> time to set up admin, I'm still not understanding how to log in so as
> to become guest (as well as how to give guest more privs).

Log in as admin, then click the "Users" button at the left, choose the
guest user, and grant it the roles you want it to have.

Guest is the unauthenticated user, so you don't log in to become
guest.  For example, if you make the guest user a global project
developer, then anyone with access to the server will be able to add
projects, kick off builds, etc.  Is that what you want?

-- 
Wendy


Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-04 Thread ossi petz

cool!

i needed to change the mysql database charset to latin1 (see other 
discussion on mysql 5.0)


thanks!
regards

ossi



Brett Porter schrieb:

yes, and yes. in fact, I would recommend sharing the user database connection.

On 04/12/2007, ossi petz <[EMAIL PROTECTED]> wrote:

Hallo

thanks for all replies.

the continuum settings are ok since it would run without archiva. the
error appears on archiva is 'hot deployed' (start archiva with tomcat
manager while continuum is running).

since the database is a container resource, can i use mysql instead? oh
wiki!
http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+MySQL :-)

can archiva and continuum use the same user-database? (it all looks so
similar)

i will try using mysql and come back later.

thanks

ossi



Brett Porter schrieb:

from what I can see, the error is all about the continuum database -
and the derby problem shouldn't be a concern since it's all in the one
JVM.

I think the settings for the continuum database should be double checked.

On 04/12/2007, Ingo Siebert <[EMAIL PROTECTED]> wrote:

Hi Ossi,

I posted the same problem today, but i don't use archiva.
If you find a solution, please let me know. :)

Ingo

ossi petz schrieb:

Hallo

I tried to install both archiva and continuum on the same tomcat 5.5.25
/ Java 1.5

When i only install continuum things work fine. When i only install
archiva things work too.

When i install both continuum and archiva i end up with apache derby
exceptions. archiva starts (i guess its because of its arc..< con..),
continuum cant connect / create the database (see attached stacktrace).

there is only a 'see next error'. i dont fully get the source of the
problem. do i need to copy the derby.jar into each application? or
should i use different resource names in the container configuration?


any hints would be great!
thanks

ossi












Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread ossi petz

Hallo

thanks for all replies.

the continuum settings are ok since it would run without archiva. the 
error appears on archiva is 'hot deployed' (start archiva with tomcat 
manager while continuum is running).


since the database is a container resource, can i use mysql instead? oh 
wiki!

http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+MySQL :-)

can archiva and continuum use the same user-database? (it all looks so 
similar)


i will try using mysql and come back later.

thanks

ossi



Brett Porter schrieb:

from what I can see, the error is all about the continuum database -
and the derby problem shouldn't be a concern since it's all in the one
JVM.

I think the settings for the continuum database should be double checked.

On 04/12/2007, Ingo Siebert <[EMAIL PROTECTED]> wrote:

Hi Ossi,

I posted the same problem today, but i don't use archiva.
If you find a solution, please let me know. :)

Ingo

ossi petz schrieb:

Hallo

I tried to install both archiva and continuum on the same tomcat 5.5.25
/ Java 1.5

When i only install continuum things work fine. When i only install
archiva things work too.

When i install both continuum and archiva i end up with apache derby
exceptions. archiva starts (i guess its because of its arc..< con..),
continuum cant connect / create the database (see attached stacktrace).

there is only a 'see next error'. i dont fully get the source of the
problem. do i need to copy the derby.jar into each application? or
should i use different resource names in the container configuration?


any hints would be great!
thanks

ossi










Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread Brett Porter
from what I can see, the error is all about the continuum database -
and the derby problem shouldn't be a concern since it's all in the one
JVM.

I think the settings for the continuum database should be double checked.

On 04/12/2007, Ingo Siebert <[EMAIL PROTECTED]> wrote:
> Hi Ossi,
>
> I posted the same problem today, but i don't use archiva.
> If you find a solution, please let me know. :)
>
> Ingo
>
> ossi petz schrieb:
> > Hallo
> >
> > I tried to install both archiva and continuum on the same tomcat 5.5.25
> > / Java 1.5
> >
> > When i only install continuum things work fine. When i only install
> > archiva things work too.
> >
> > When i install both continuum and archiva i end up with apache derby
> > exceptions. archiva starts (i guess its because of its arc..< con..),
> > continuum cant connect / create the database (see attached stacktrace).
> >
> > there is only a 'see next error'. i dont fully get the source of the
> > problem. do i need to copy the derby.jar into each application? or
> > should i use different resource names in the container configuration?
> >
> >
> > any hints would be great!
> > thanks
> >
> > ossi
> >
>
>


-- 
Brett Porter
Blog: http://www.devzuz.org/blogs/bporter/


Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread Ingo Siebert

Hi Ossi,

I posted the same problem today, but i don't use archiva.
If you find a solution, please let me know. :)

Ingo

ossi petz schrieb:

Hallo

I tried to install both archiva and continuum on the same tomcat 5.5.25 
/ Java 1.5


When i only install continuum things work fine. When i only install 
archiva things work too.


When i install both continuum and archiva i end up with apache derby 
exceptions. archiva starts (i guess its because of its arc..< con..), 
continuum cant connect / create the database (see attached stacktrace).


there is only a 'see next error'. i dont fully get the source of the 
problem. do i need to copy the derby.jar into each application? or 
should i use different resource names in the container configuration?



any hints would be great!
thanks

ossi





Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread Emmanuel Venisse

You can't use more than one datasource on an embedded db.

I think the exception is on the users db access. I'd recommend to use an 
external derby server instead of an embedded db.

Emmanuel

ossi petz a écrit :

Hallo

I tried to install both archiva and continuum on the same tomcat 5.5.25 
/ Java 1.5


When i only install continuum things work fine. When i only install 
archiva things work too.


When i install both continuum and archiva i end up with apache derby 
exceptions. archiva starts (i guess its because of its arc..< con..), 
continuum cant connect / create the database (see attached stacktrace).


there is only a 'see next error'. i dont fully get the source of the 
problem. do i need to copy the derby.jar into each application? or 
should i use different resource names in the container configuration?



any hints would be great!
thanks

ossi



Re: Continuum 1.1: Appearance feature

2007-11-29 Thread Ken Turner

Well, I upgraded to Firefox 2.0.0.10 as you suggested, and even shut
down/restarted the Continuum app, but no joy :-(.  Only thing I haven't done
is reboot the PC.
-- 
View this message in context: 
http://www.nabble.com/Continuum-1.1%3A-Appearance-feature-tf4897268.html#a14026452
Sent from the Continuum - Users mailing list archive at Nabble.com.



Re: Continuum 1.1: Appearance feature

2007-11-29 Thread olivier lamy
Hi,
Upgrade to firefox 2.0.0.10 :-)
No issue here.

--
Olivier

2007/11/29, Ken Turner <[EMAIL PROTECTED]>:
>
>
> I have provided company POM information - Name, URL and Logo URL, and the
> result is very pretty when viewed using IE6, but doesn't work at all with
> Firefox 2.0.0.9.
>
> Anybody know of a workaround for this?
> --
> View this message in context:
> http://www.nabble.com/Continuum-1.1%3A-Appearance-feature-tf4897268.html#a14025957
> Sent from the Continuum - Users mailing list archive at Nabble.com.
>
>


Re: Continuum 1.1-beta-3 crashing while adding a new project group

2007-11-14 Thread olivier lamy
Hi,
Have a look at
http://maven.apache.org/continuum/documentation/1_1/installation/upgrade.htmlsection
Importing Data to the new version.
Have you made the update in SEQUENCE_TABLE ?

--
Olivier

2007/11/14, Anshula <[EMAIL PROTECTED]>:
>
>
> Hi,
>
> I have been using Continuum 1.1-beta-3 since more than a month now and it
> has been running smoothly. But today I attempted to add some more project
> groups to it, and it crashed giving me a primary key constraint violation.
> Attached is the stacktrace.
>
> I did migrate my data from 1.1-beta3 from beta 2 before starting to use
> beta-3. Could that have caused the problem ? This is the 1st problem I
> have
> faced since the migration. All the other data migrated smoothly, and I
> have
> been able to add/edit schedules,projects, build definitions since then.
>
> Help will be appreciated.
> Regards,
> Anshula
>
> http://www.nabble.com/file/p13756617/Stacktrace.txt Stacktrace.txt
>
> --
> View this message in context:
> http://www.nabble.com/Continuum-1.1-beta-3-crashing-while-adding-a-new-project-group-tf4808053.html#a13756617
> Sent from the Continuum - Users mailing list archive at Nabble.com.
>
>


Re: Continuum 1.1-beta-3 crashing while adding a new project group

2007-11-14 Thread olivier lamy
Just made the update on projectGroup table value in SEQUENCE_TABLE
Something like :
update SEQUENCE_TABLE set NEXT_VAL = (select max(id) + 10 from projectGroup)

where SEQUENCE_NAME ='org.apache.maven.continuum.model.project.ProjectGroup'

--
Olivier

2007/11/14, Anshula <[EMAIL PROTECTED]>:
>
>
> Hi Oliver,
>
> Thanks for the reply.
> No I have not made any change to the SEQUENCE_TABLE. Should that cause
> this
> error ?
> Isnt there any other way to correct this error now? Coz I have already
> imported data from beta2 to beta3 long time back..And made quite a few
> updates after that...
>
> Regards,
> Anshula
>
>
> olivier lamy wrote:
> >
> > Hi,
> > Have a look at
> >
> http://maven.apache.org/continuum/documentation/1_1/installation/upgrade.htmlsection
> > Importing Data to the new version.
> > Have you made the update in SEQUENCE_TABLE ?
> >
> > --
> > Olivier
> >
> > 2007/11/14, Anshula <[EMAIL PROTECTED]>:
> >>
> >>
> >> Hi,
> >>
> >> I have been using Continuum 1.1-beta-3 since more than a month now and
> it
> >> has been running smoothly. But today I attempted to add some more
> project
> >> groups to it, and it crashed giving me a primary key constraint
> >> violation.
> >> Attached is the stacktrace.
> >>
> >> I did migrate my data from 1.1-beta3 from beta 2 before starting to use
> >> beta-3. Could that have caused the problem ? This is the 1st problem I
> >> have
> >> faced since the migration. All the other data migrated smoothly, and I
> >> have
> >> been able to add/edit schedules,projects, build definitions since then.
> >>
> >> Help will be appreciated.
> >> Regards,
> >> Anshula
> >>
> >> http://www.nabble.com/file/p13756617/Stacktrace.txt Stacktrace.txt
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/Continuum-1.1-beta-3-crashing-while-adding-a-new-project-group-tf4808053.html#a13756617
> >> Sent from the Continuum - Users mailing list archive at Nabble.com.
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Continuum-1.1-beta-3-crashing-while-adding-a-new-project-group-tf4808053.html#a13757364
> Sent from the Continuum - Users mailing list archive at Nabble.com.
>
>


Re: Continuum 1.1-beta-3 crashing while adding a new project group

2007-11-14 Thread Anshula

Hi Oliver,

Thanks for the reply.
No I have not made any change to the SEQUENCE_TABLE. Should that cause this
error ?
Isnt there any other way to correct this error now? Coz I have already
imported data from beta2 to beta3 long time back..And made quite a few
updates after that...

Regards,
Anshula


olivier lamy wrote:
> 
> Hi,
> Have a look at
> http://maven.apache.org/continuum/documentation/1_1/installation/upgrade.htmlsection
> Importing Data to the new version.
> Have you made the update in SEQUENCE_TABLE ?
> 
> --
> Olivier
> 
> 2007/11/14, Anshula <[EMAIL PROTECTED]>:
>>
>>
>> Hi,
>>
>> I have been using Continuum 1.1-beta-3 since more than a month now and it
>> has been running smoothly. But today I attempted to add some more project
>> groups to it, and it crashed giving me a primary key constraint
>> violation.
>> Attached is the stacktrace.
>>
>> I did migrate my data from 1.1-beta3 from beta 2 before starting to use
>> beta-3. Could that have caused the problem ? This is the 1st problem I
>> have
>> faced since the migration. All the other data migrated smoothly, and I
>> have
>> been able to add/edit schedules,projects, build definitions since then.
>>
>> Help will be appreciated.
>> Regards,
>> Anshula
>>
>> http://www.nabble.com/file/p13756617/Stacktrace.txt Stacktrace.txt
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Continuum-1.1-beta-3-crashing-while-adding-a-new-project-group-tf4808053.html#a13756617
>> Sent from the Continuum - Users mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Continuum-1.1-beta-3-crashing-while-adding-a-new-project-group-tf4808053.html#a13757364
Sent from the Continuum - Users mailing list archive at Nabble.com.



Re: continuum being visible to all users

2007-11-06 Thread Emmanuel Venisse

It isn't possible to set "Project Developer" role without the delete action.

Emmanuel

Ionut S a écrit :

Guys,
If anybody knows how this can be solved, it would really help us ...

Ionut S <[EMAIL PROTECTED]> wrote: Just want to be sure I'm clear enough:


I want to give my users the right to force a build (without being logged in). 
Is there a way to do that ?



Ionut S  wrote: The lowest right I can give (Project User) will let everybody see the project; however one can't start a build. When I move up to the "Project Developer" role, everyone can delete things in Continuum !! 


Is there a way to let everybody see the projects and the build results and 
start a new build ? In 1.0.3 we had this possibility..




Emmanuel Venisse  wrote: You need to add some rights to the guest users, at 
least Project group reader.

Emmanuel

Ionut S a écrit :

Hi,
In the 1.0.3 version the continuum project page was visible to everyone.. Now only registered users have access to it. How can I configure it so that, by default, everybody can see most of the pages ? 


I didn't find a link for this kind of instructions, so excuse me if I missed it 
..

Thank you !

 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




Re: continuum being visible to all users

2007-11-06 Thread Ionut S
Guys,
If anybody knows how this can be solved, it would really help us ...

Ionut S <[EMAIL PROTECTED]> wrote: Just want to be sure I'm clear enough:


I want to give my users the right to force a build (without being logged in). 
Is there a way to do that ?



Ionut S  wrote: The lowest right I can give (Project User) will let everybody 
see the project; however one can't start a build. When I move up to the 
"Project Developer" role, everyone can delete things in Continuum !! 

Is there a way to let everybody see the projects and the build results and 
start a new build ? In 1.0.3 we had this possibility..




Emmanuel Venisse  wrote: You need to add some rights to the guest users, at 
least Project group reader.

Emmanuel

Ionut S a écrit :
> Hi,
> In the 1.0.3 version the continuum project page was visible to everyone.. Now 
> only registered users have access to it. How can I configure it so that, by 
> default, everybody can see most of the pages ? 
> 
> I didn't find a link for this kind of instructions, so excuse me if I missed 
> it ..
> 
> Thank you !
> 
>  __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 



 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: continuum being visible to all users

2007-11-05 Thread Ionut S
The lowest right I can give (Project User) will let everybody see the project; 
however one can't start a build. When I move up to the "Project Developer" 
role, everyone can delete things in Continuum !! 

Is there a way to let everybody see the projects and the build results and 
start a new build ? In 1.0.3 we had this possibility..




Emmanuel Venisse <[EMAIL PROTECTED]> wrote: You need to add some rights to the 
guest users, at least Project group reader.

Emmanuel

Ionut S a écrit :
> Hi,
> In the 1.0.3 version the continuum project page was visible to everyone.. Now 
> only registered users have access to it. How can I configure it so that, by 
> default, everybody can see most of the pages ? 
> 
> I didn't find a link for this kind of instructions, so excuse me if I missed 
> it ..
> 
> Thank you !
> 
>  __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 



 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: Continuum under Tomcat & CVS

2007-10-11 Thread Antonín Faltýnek
This is really funny,

because I'm running on linux box, I'm not able to perform cvs login for 'ext' 
server and my repo is not run on pserver.

So I tried connecting to cvs server through ssh using rsa key.

When I configure (fresh install and upload of one POM) continuum, which was 
running as standalone, everything works fine.

When I run continuum from Tomcat, under same user as before I got following 
error, I've same configuration, same user, only another container:

2007-10-11 15:53:19,506 [pool-1-thread-1] INFO  
BuildController:default- Initializing build
2007-10-11 15:53:19,513 [pool-1-thread-1] INFO  
BuildController:default- Starting build of TIF Utils
2007-10-11 15:53:19,552 [pool-1-thread-1] INFO  
BuildController:default- Purging exiting working copy
2007-10-11 15:53:19,552 [pool-1-thread-1] INFO  
BuildController:default- Performing action clean-working-directory
2007-10-11 15:53:19,554 [pool-1-thread-1] INFO  
BuildController:default- Updating working dir
2007-10-11 15:53:19,554 [pool-1-thread-1] INFO  
BuildController:default- Performing action check-working-directory
2007-10-11 15:53:19,557 [pool-1-thread-1] INFO  
BuildController:default- Performing action checkout-project
2007-10-11 15:53:19,560 [pool-1-thread-1] INFO  
ContinuumScm:default   - Checking out project: 'TIF Utils', id: '6' 
to '/var/lib/tomcat-5.5/webapps/continuum/WEB-INF/working-directory/6'.
2007-10-11 15:53:19,561 [pool-1-thread-1] INFO  
ScmManager:default - 
Executing: /bin/sh -c "cd 
/var/lib/tomcat-5.5/webapps/continuum/WEB-INF/working-directory 
&& cvs -z3 -f -d :ext:[EMAIL PROTECTED]:/cvs -q checkout -d 6 
TIF_Utils"
2007-10-11 15:53:19,561 [pool-1-thread-1] INFO  
ScmManager:default - Working 
directory: /var/lib/tomcat-5.5/webapps/continuum/WEB-INF/working-directory
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,590 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  - servletPath=/WEB-INF/jsp/projectView.jsp, 
pathInfo=null, queryString=null, name=null
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,590 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  -  Path Based Forward
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,592 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  - 
servletPath=/WEB-INF/jsp/navigations/ProjectMenu.jsp, pathInfo=null, 
queryString=tab=view, name=null
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,592 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  -  Path Based Include
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,649 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  - 
servletPath=/WEB-INF/jsp/components/buildDefinitionSummaryComponent.jsp, 
pathInfo=null, queryString=null, name=null
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,649 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  -  Path Based Include
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,687 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  -  Disabling the response for futher output
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,688 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  -  The Response is vehiculed using a wrapper: 
com.opensymphony.module.sitemesh.filter.PageResponseWrapper
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,690 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  - 
servletPath=/WEB-INF/jsp/decorators/default.jsp, pathInfo=null, 
queryString=null, name=null
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,690 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  -  Path Based Include
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,744 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  - 
servletPath=/WEB-INF/jsp/components/companyLogo.jsp, pathInfo=null, 
queryString=null, name=null
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,744 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  -  Path Based Include
org.netbeans.lib.cvsclient.connection.AuthenticationException: Cannot 
authenticate. Reason: Publickey authentication failed.
at 
org.apache.maven.scm.provider.cvslib.cvsjava.util.ExtConnection.open(ExtConnection.java:135)
at 
org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.connect(CvsConnection.java:164)
at 
org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.processCommand(CvsConnection.java:475)
at 
org.apache.maven.scm.provider.cvslib.cvsjava.command.checkout.CvsJavaCheckOutCommand.executeCvsCommand(Cvs

Re: Continuum under Tomcat & CVS

2007-10-11 Thread Antonín Faltýnek
Nope, I've tried to use Continuum configuration options 'SCM username' 
and 'SCM password'.

Tonda

Dne středa 10. října 2007 Emmanuel Venisse napsal(a):
> Do you have a .cvspass file with your cvsroot declared in it?
>
> Emmanuel
>
> Antonín Faltýnek a écrit :
> > I've tried but it was not functional for me, this error was caused when
> > I've tried to use 'SCM username' and 'SCM password'. In ./.ssh directory
> > is only known_hosts file.
> >
> > TOnda
> >
> > Dne středa 10. října 2007 Emmanuel Venisse napsal(a):
> >> Do you use a private/public ssh key to connect to your cvs server? where
> >> is it stored?
> >>
> >> Emmanuel
> >>
> >> Antonín Faltýnek a écrit :
> >>> I'm sorry for late response, but I was away from town.
> >>>
> >>> I'd tried new continuum beta3, but connection to CVS is not still
> >>> working, Tomcat user has its home directory with ssh configuration.
> >>> It's environmet varible CVS_RSH is correctly set to 'ssh', this command
> >>> is available on PATH.
> >>>
> >>> When I try to use username/password authentication I get following
> >>> error:
> >>>
> >>> 2007-10-10 08:36:04,837 [pool-1-thread-1] INFO
> >>> BuildController:default- Starting build of TIF Utils
> >>> 2007-10-10 08:36:04,873 [pool-1-thread-1] INFO
> >>> BuildController:default- Purging exiting working copy
> >>> 2007-10-10 08:36:04,873 [pool-1-thread-1] INFO
> >>> BuildController:default- Performing action
> >>> clean-working-directory 2007-10-10 08:36:04,875 [pool-1-thread-1] INFO
> >>> BuildController:default- Updating working dir
> >>> 2007-10-10 08:36:04,875 [pool-1-thread-1] INFO
> >>> BuildController:default- Performing action
> >>> check-working-directory 2007-10-10 08:36:04,877 [pool-1-thread-1] INFO
> >>> BuildController:default- Performing action checkout-project
> >>> 2007-10-10 08:36:04,882 [pool-1-thread-1] INFO
> >>> ContinuumScm:default   - Checking out project: 'TIF Utils', id:
> >>> '1' to '/var/lib/tomcat-5.
> >>> 5/webapps/continuum/WEB-INF/working-directory/1'.
> >>> 2007-10-10 08:36:04,883 [pool-1-thread-1] INFO
> >>> ScmManager:default -
> >>> Executing: /bin/sh -c "cd /var/lib/tomcat-5.5/webapps/continuum/W
> >>> EB-INF/working-directory &&
> >>> cvs -z3 -f -d :ext:[EMAIL PROTECTED]:/cvs -q checkout -d 1
> >>> TIF_Utils"
> >>> 2007-10-10 08:36:04,883 [pool-1-thread-1] INFO
> >>> ScmManager:default - Working
> >>> directory: /var/lib/tomcat-5.5/webapps/continuum/WEB-INF/
> >>> working-directory
> >>> java.lang.IllegalArgumentException: password argument is null
> >>> at
> >>> ch.ethz.ssh2.Connection.authenticateWithPassword(Connection.java:307)
> >>> at
> >>> org.apache.maven.scm.provider.cvslib.cvsjava.util.ExtConnection.open(Ex
> >>>tC onnection.java:122) at
> >>> org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.connect
> >>>(C vsConnection.java:164) at
> >>> org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.process
> >>>Co mmand(CvsConnection.java:475) at
> >>> org.apache.maven.scm.provider.cvslib.cvsjava.command.checkout.CvsJavaCh
> >>>ec kOutCommand.executeCvsCommand(CvsJavaCheckOutCommand.java:50) at
> >>> org.apache.maven.scm.provider.cvslib.command.checkout.AbstractCvsCheckO
> >>>ut Command.executeCheckOutCommand(AbstractCvsCheckOutCommand.java
> >>>
> >>>   :83) at
> >>>
> >>> org.apache.maven.scm.command.checkout.AbstractCheckOutCommand.executeCo
> >>>mm and(AbstractCheckOutCommand.java:49) at
> >>> org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.ja
> >>>va
> >>>
> >>> :58) at
> >>>
> >>> org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.executeComm
> >>>an d(AbstractCvsScmProvider.java:521) at
> >>> org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.checkout(Ab
> >>>st ractCvsScmProvider.java:595) at
> >>> org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmP
> >>>ro vider.java:444) at
> >>> org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmP
> >>>ro vider.java:399) at
> >>> org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmP
> >>>ro vider.java:382) at
> >>> org.apache.maven.continuum.scm.DefaultContinuumScm.checkOut(DefaultCont
> >>>in uumScm.java:136) at
> >>> org.apache.maven.continuum.core.action.CheckoutProjectContinuumAction.e
> >>>xe cute(CheckoutProjectContinuumAction.java:91) at
> >>> org.apache.maven.continuum.buildcontroller.DefaultBuildController.perfo
> >>>rm Action(DefaultBuildController.java:417) at
> >>> org.apache.maven.continuum.buildcontroller.DefaultBuildController.updat
> >>>eW orkingDirectory(DefaultBuildController.java:400) at
> >>> org.apache.maven.continuum.buildcontroller.DefaultBuildController.build
> >>>(D efaultBuildController.java:112) at
> >>> org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.exe
> >>>cu teTask(BuildProjectTaskExecutor.java:50) at
> >>> org.codehaus.plexus.taskqueue.execution.Thread

Re: Continuum under Tomcat & CVS

2007-10-10 Thread Emmanuel Venisse

Do you have a .cvspass file with your cvsroot declared in it?

Emmanuel

Antonín Faltýnek a écrit :
I've tried but it was not functional for me, this error was caused when I've 
tried to use 'SCM username' and 'SCM password'. In ./.ssh directory is only 
known_hosts file.


TOnda

Dne středa 10. října 2007 Emmanuel Venisse napsal(a):

Do you use a private/public ssh key to connect to your cvs server? where is
it stored?

Emmanuel

Antonín Faltýnek a écrit :

I'm sorry for late response, but I was away from town.

I'd tried new continuum beta3, but connection to CVS is not still
working, Tomcat user has its home directory with ssh configuration. It's
environmet varible CVS_RSH is correctly set to 'ssh', this command is
available on PATH.

When I try to use username/password authentication I get following error:

2007-10-10 08:36:04,837 [pool-1-thread-1] INFO
BuildController:default- Starting build of TIF Utils
2007-10-10 08:36:04,873 [pool-1-thread-1] INFO
BuildController:default- Purging exiting working copy
2007-10-10 08:36:04,873 [pool-1-thread-1] INFO
BuildController:default- Performing action
clean-working-directory 2007-10-10 08:36:04,875 [pool-1-thread-1] INFO
BuildController:default- Updating working dir
2007-10-10 08:36:04,875 [pool-1-thread-1] INFO
BuildController:default- Performing action
check-working-directory 2007-10-10 08:36:04,877 [pool-1-thread-1] INFO
BuildController:default- Performing action checkout-project
2007-10-10 08:36:04,882 [pool-1-thread-1] INFO
ContinuumScm:default   - Checking out project: 'TIF Utils', id:
'1' to '/var/lib/tomcat-5.
5/webapps/continuum/WEB-INF/working-directory/1'.
2007-10-10 08:36:04,883 [pool-1-thread-1] INFO
ScmManager:default -
Executing: /bin/sh -c "cd /var/lib/tomcat-5.5/webapps/continuum/W
EB-INF/working-directory &&
cvs -z3 -f -d :ext:[EMAIL PROTECTED]:/cvs -q checkout -d 1
TIF_Utils"
2007-10-10 08:36:04,883 [pool-1-thread-1] INFO
ScmManager:default - Working
directory: /var/lib/tomcat-5.5/webapps/continuum/WEB-INF/
working-directory
java.lang.IllegalArgumentException: password argument is null
at
ch.ethz.ssh2.Connection.authenticateWithPassword(Connection.java:307)
at
org.apache.maven.scm.provider.cvslib.cvsjava.util.ExtConnection.open(ExtC
onnection.java:122) at
org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.connect(C
vsConnection.java:164) at
org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.processCo
mmand(CvsConnection.java:475) at
org.apache.maven.scm.provider.cvslib.cvsjava.command.checkout.CvsJavaChec
kOutCommand.executeCvsCommand(CvsJavaCheckOutCommand.java:50) at
org.apache.maven.scm.provider.cvslib.command.checkout.AbstractCvsCheckOut
Command.executeCheckOutCommand(AbstractCvsCheckOutCommand.java
  :83) at

org.apache.maven.scm.command.checkout.AbstractCheckOutCommand.executeComm
and(AbstractCheckOutCommand.java:49) at
org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.java
:58) at
org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.executeComman
d(AbstractCvsScmProvider.java:521) at
org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.checkout(Abst
ractCvsScmProvider.java:595) at
org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmPro
vider.java:444) at
org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmPro
vider.java:399) at
org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmPro
vider.java:382) at
org.apache.maven.continuum.scm.DefaultContinuumScm.checkOut(DefaultContin
uumScm.java:136) at
org.apache.maven.continuum.core.action.CheckoutProjectContinuumAction.exe
cute(CheckoutProjectContinuumAction.java:91) at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.perform
Action(DefaultBuildController.java:417) at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.updateW
orkingDirectory(DefaultBuildController.java:400) at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(D
efaultBuildController.java:112) at
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.execu
teTask(BuildProjectTaskExecutor.java:50) at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Executo
rRunnable$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.runWork
er(ThreadPoolExecutor.java:987) at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.
run(ThreadPoolExecutor.java:528) at java.lang.Thread.run(Thread.java:595)
2007-10-10 08:36:05,043 [pool-1-thread-1] WARN
ContinuumScm:default   - Error while checking out the code for
project: 'TIF Utils', id: '  

Re: Continuum under Tomcat & CVS

2007-10-10 Thread Antonín Faltýnek
I've tried but it was not functional for me, this error was caused when I've 
tried to use 'SCM username' and 'SCM password'. In ./.ssh directory is only 
known_hosts file.

TOnda

Dne středa 10. října 2007 Emmanuel Venisse napsal(a):
> Do you use a private/public ssh key to connect to your cvs server? where is
> it stored?
>
> Emmanuel
>
> Antonín Faltýnek a écrit :
> > I'm sorry for late response, but I was away from town.
> >
> > I'd tried new continuum beta3, but connection to CVS is not still
> > working, Tomcat user has its home directory with ssh configuration. It's
> > environmet varible CVS_RSH is correctly set to 'ssh', this command is
> > available on PATH.
> >
> > When I try to use username/password authentication I get following error:
> >
> > 2007-10-10 08:36:04,837 [pool-1-thread-1] INFO
> > BuildController:default- Starting build of TIF Utils
> > 2007-10-10 08:36:04,873 [pool-1-thread-1] INFO
> > BuildController:default- Purging exiting working copy
> > 2007-10-10 08:36:04,873 [pool-1-thread-1] INFO
> > BuildController:default- Performing action
> > clean-working-directory 2007-10-10 08:36:04,875 [pool-1-thread-1] INFO
> > BuildController:default- Updating working dir
> > 2007-10-10 08:36:04,875 [pool-1-thread-1] INFO
> > BuildController:default- Performing action
> > check-working-directory 2007-10-10 08:36:04,877 [pool-1-thread-1] INFO
> > BuildController:default- Performing action checkout-project
> > 2007-10-10 08:36:04,882 [pool-1-thread-1] INFO
> > ContinuumScm:default   - Checking out project: 'TIF Utils', id:
> > '1' to '/var/lib/tomcat-5.
> > 5/webapps/continuum/WEB-INF/working-directory/1'.
> > 2007-10-10 08:36:04,883 [pool-1-thread-1] INFO
> > ScmManager:default -
> > Executing: /bin/sh -c "cd /var/lib/tomcat-5.5/webapps/continuum/W
> > EB-INF/working-directory &&
> > cvs -z3 -f -d :ext:[EMAIL PROTECTED]:/cvs -q checkout -d 1
> > TIF_Utils"
> > 2007-10-10 08:36:04,883 [pool-1-thread-1] INFO
> > ScmManager:default - Working
> > directory: /var/lib/tomcat-5.5/webapps/continuum/WEB-INF/
> > working-directory
> > java.lang.IllegalArgumentException: password argument is null
> > at
> > ch.ethz.ssh2.Connection.authenticateWithPassword(Connection.java:307)
> > at
> > org.apache.maven.scm.provider.cvslib.cvsjava.util.ExtConnection.open(ExtC
> >onnection.java:122) at
> > org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.connect(C
> >vsConnection.java:164) at
> > org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.processCo
> >mmand(CvsConnection.java:475) at
> > org.apache.maven.scm.provider.cvslib.cvsjava.command.checkout.CvsJavaChec
> >kOutCommand.executeCvsCommand(CvsJavaCheckOutCommand.java:50) at
> > org.apache.maven.scm.provider.cvslib.command.checkout.AbstractCvsCheckOut
> >Command.executeCheckOutCommand(AbstractCvsCheckOutCommand.java
> >   :83) at
> > org.apache.maven.scm.command.checkout.AbstractCheckOutCommand.executeComm
> >and(AbstractCheckOutCommand.java:49) at
> > org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.java
> >:58) at
> > org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.executeComman
> >d(AbstractCvsScmProvider.java:521) at
> > org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.checkout(Abst
> >ractCvsScmProvider.java:595) at
> > org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmPro
> >vider.java:444) at
> > org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmPro
> >vider.java:399) at
> > org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmPro
> >vider.java:382) at
> > org.apache.maven.continuum.scm.DefaultContinuumScm.checkOut(DefaultContin
> >uumScm.java:136) at
> > org.apache.maven.continuum.core.action.CheckoutProjectContinuumAction.exe
> >cute(CheckoutProjectContinuumAction.java:91) at
> > org.apache.maven.continuum.buildcontroller.DefaultBuildController.perform
> >Action(DefaultBuildController.java:417) at
> > org.apache.maven.continuum.buildcontroller.DefaultBuildController.updateW
> >orkingDirectory(DefaultBuildController.java:400) at
> > org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(D
> >efaultBuildController.java:112) at
> > org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.execu
> >teTask(BuildProjectTaskExecutor.java:50) at
> > org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Executo
> >rRunnable$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.runWork
> >er(ThreadPoolExecutor.java:987) at
> > edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.
> >run(ThreadPool

Re: Continuum 1.1 Beta 2 - Out of mem after 30 Days without problems

2007-10-05 Thread Mac-Systems

Ok,

build fresh is configured as "false".

- jens



I meant 'Build Fresh'

Mac-Systems a écrit :

Well, dont know exacly what you mean.
I used the default schedule with some extra param for site generation 
and deploy of site:




Goals Arguments Build File Schedule Profile 
From Build Fresh Default  clean generate-sources 
install site site-deploy --batch-mode -e pom.xml 
DEFAULT_SCHEDULE 
   
GROUP false true




- jens
Do you use 'alwaysBuild' feature in build definition? We fixed a 
memory issue in this part in beta-3


Emmanuel

Mac-Systems a écrit :

Hello,

before i gone in vacation i installed new beta 2 of continuum.
Over 100 builds where made during my vacation Yesterday i regonized 
that no more mails
were send from continuum. I log on to the continuum server and saw 
that builds were made
only mail notification missed. I searched thru the logs, and didnt 
see any errors. Ok, restarting the server.

I forced a build and saw this Out of Memory :

362328 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Provider 
message: The svn command failed.
362381 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  
- Merging SCM results
362721 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  
- Error updating from SCM, not building
0[WrapperSimpleAppMain] INFO  
org.codehaus.plexus.PlexusContainer  - Loading on start 
[role,roleHint]: [org.apache.maven.continuum.Continuum,default]
1629 [WrapperSimpleAppMain] INFO  org.quartz.simpl.RAMJobStore  - 
RAMJobStore initialized.
1629 [WrapperSimpleAppMain] INFO  
org.quartz.impl.StdSchedulerFactory  - Quartz scheduler 
'defaultScheduler' initialized from an externally provided 
properties instance.
1630 [WrapperSimpleAppMain] INFO  
org.quartz.impl.StdSchedulerFactory  - Quartz scheduler version: 1.4.5
1631 [WrapperSimpleAppMain] INFO  org.quartz.core.QuartzScheduler  
- Scheduler defaultScheduler_$_NON_CLUSTERED started.
1734 [WrapperSimpleAppMain] WARN  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven-1  
- Could not find the executable 'maven' in the path 
'[/usr/local/bin, /usr/bin, /bin, /opt/bin, 
/usr/i686-pc-linux-gnu/gcc-bin/4.1.2$, 
/home/mavensite/maven-2.0.7/bin, 
/home/mavensite/continuum-1.0.3/bin/linux;]'.
1739 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:ant  - 
Resolved the executable 'ant' to '/usr/bin/ant'.
2134 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2  
- Resolved the executable 'mvn' to 
'/home/mavensite/maven-2.0.7/bin/mvn'.
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
- Build executors:
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   ant
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven-1
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven2
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   shell
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Initializing 
Continuum.
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Showing all projects:
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  7:WPP - CR 
7005:1.0-SNAPSHOT:maven2
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  1:WPP - 
trunk:1.0-SNAPSHOT:maven2
6425 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Starting Continuum.
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - < Continuum 
1.1-beta-2 started! >
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - 
-
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -\   ^__^
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - \  
(oo)\___
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
(__)\   )\/\
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
||w |
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
|| ||
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpl

Re: Continuum 1.1 Beta 2 - Out of mem after 30 Days without problems

2007-10-05 Thread Emmanuel Venisse

I meant 'Build Fresh'

Mac-Systems a écrit :

Well, dont know exacly what you mean.
I used the default schedule with some extra param for site generation 
and deploy of site:




Goals Arguments Build File Schedule Profile From 
Build Fresh Default  clean generate-sources install site 
site-deploy --batch-mode -e pom.xml DEFAULT_SCHEDULE 
   
GROUP false true




- jens
Do you use 'alwaysBuild' feature in build definition? We fixed a 
memory issue in this part in beta-3


Emmanuel

Mac-Systems a écrit :

Hello,

before i gone in vacation i installed new beta 2 of continuum.
Over 100 builds where made during my vacation Yesterday i regonized 
that no more mails
were send from continuum. I log on to the continuum server and saw 
that builds were made
only mail notification missed. I searched thru the logs, and didnt 
see any errors. Ok, restarting the server.

I forced a build and saw this Out of Memory :

362328 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Provider 
message: The svn command failed.
362381 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - 
Merging SCM results
362721 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - 
Error updating from SCM, not building
0[WrapperSimpleAppMain] INFO  
org.codehaus.plexus.PlexusContainer  - Loading on start 
[role,roleHint]: [org.apache.maven.continuum.Continuum,default]
1629 [WrapperSimpleAppMain] INFO  org.quartz.simpl.RAMJobStore  - 
RAMJobStore initialized.
1629 [WrapperSimpleAppMain] INFO  
org.quartz.impl.StdSchedulerFactory  - Quartz scheduler 
'defaultScheduler' initialized from an externally provided properties 
instance.
1630 [WrapperSimpleAppMain] INFO  
org.quartz.impl.StdSchedulerFactory  - Quartz scheduler version: 1.4.5
1631 [WrapperSimpleAppMain] INFO  org.quartz.core.QuartzScheduler  - 
Scheduler defaultScheduler_$_NON_CLUSTERED started.
1734 [WrapperSimpleAppMain] WARN  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven-1  
- Could not find the executable 'maven' in the path '[/usr/local/bin, 
/usr/bin, /bin, /opt/bin, /usr/i686-pc-linux-gnu/gcc-bin/4.1.2$, 
/home/mavensite/maven-2.0.7/bin, 
/home/mavensite/continuum-1.0.3/bin/linux;]'.
1739 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:ant  - 
Resolved the executable 'ant' to '/usr/bin/ant'.
2134 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2  - 
Resolved the executable 'mvn' to '/home/mavensite/maven-2.0.7/bin/mvn'.
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
- Build executors:
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   ant
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven-1
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven2
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   shell
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Initializing Continuum.
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Showing all projects:
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  7:WPP - CR 
7005:1.0-SNAPSHOT:maven2
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  1:WPP - 
trunk:1.0-SNAPSHOT:maven2
6425 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Starting Continuum.
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - < Continuum 
1.1-beta-2 started! >
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - 
-
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -\   ^__^
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - \  (oo)\___
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
(__)\   )\/\
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -||w |
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -|| ||
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default

Re: Continuum 1.1 Beta 2 - Out of mem after 30 Days without problems

2007-10-05 Thread Mac-Systems

Well, dont know exacly what you mean.
I used the default schedule with some extra param for site generation 
and deploy of site:




Goals 	Arguments 	Build File 	Schedule 	Profile 	From 	Build Fresh 
Default 	  	  	 
clean generate-sources install site site-deploy 	--batch-mode -e 
pom.xml 	DEFAULT_SCHEDULE 
 	  	GROUP 
false 	true




- jens
Do you use 'alwaysBuild' feature in build definition? We fixed a 
memory issue in this part in beta-3


Emmanuel

Mac-Systems a écrit :

Hello,

before i gone in vacation i installed new beta 2 of continuum.
Over 100 builds where made during my vacation Yesterday i regonized 
that no more mails
were send from continuum. I log on to the continuum server and saw 
that builds were made
only mail notification missed. I searched thru the logs, and didnt 
see any errors. Ok, restarting the server.

I forced a build and saw this Out of Memory :

362328 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Provider 
message: The svn command failed.
362381 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - 
Merging SCM results
362721 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - 
Error updating from SCM, not building
0[WrapperSimpleAppMain] INFO  
org.codehaus.plexus.PlexusContainer  - Loading on start 
[role,roleHint]: [org.apache.maven.continuum.Continuum,default]
1629 [WrapperSimpleAppMain] INFO  org.quartz.simpl.RAMJobStore  - 
RAMJobStore initialized.
1629 [WrapperSimpleAppMain] INFO  
org.quartz.impl.StdSchedulerFactory  - Quartz scheduler 
'defaultScheduler' initialized from an externally provided properties 
instance.
1630 [WrapperSimpleAppMain] INFO  
org.quartz.impl.StdSchedulerFactory  - Quartz scheduler version: 1.4.5
1631 [WrapperSimpleAppMain] INFO  org.quartz.core.QuartzScheduler  - 
Scheduler defaultScheduler_$_NON_CLUSTERED started.
1734 [WrapperSimpleAppMain] WARN  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven-1  
- Could not find the executable 'maven' in the path '[/usr/local/bin, 
/usr/bin, /bin, /opt/bin, /usr/i686-pc-linux-gnu/gcc-bin/4.1.2$, 
/home/mavensite/maven-2.0.7/bin, 
/home/mavensite/continuum-1.0.3/bin/linux;]'.
1739 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:ant  - 
Resolved the executable 'ant' to '/usr/bin/ant'.
2134 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2  - 
Resolved the executable 'mvn' to '/home/mavensite/maven-2.0.7/bin/mvn'.
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
- Build executors:
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   ant
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven-1
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven2
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   shell
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Initializing Continuum.
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Showing all projects:
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  7:WPP - CR 
7005:1.0-SNAPSHOT:maven2
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  1:WPP - 
trunk:1.0-SNAPSHOT:maven2
6425 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Starting Continuum.
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - < Continuum 
1.1-beta-2 started! >
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - 
-
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -\   ^__^
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - \  (oo)\___
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
(__)\   )\/\
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -||w |
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -|| ||
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.initialization.Contin

Re: Continuum 1.1 Beta 2 - Out of mem after 30 Days without problems

2007-10-05 Thread Emmanuel Venisse

Do you use 'alwaysBuild' feature in build definition? We fixed a memory issue 
in this part in beta-3

Emmanuel

Mac-Systems a écrit :

Hello,

before i gone in vacation i installed new beta 2 of continuum.
Over 100 builds where made during my vacation Yesterday i regonized that 
no more mails
were send from continuum. I log on to the continuum server and saw that 
builds were made
only mail notification missed. I searched thru the logs, and didnt see 
any errors. Ok, restarting the server.

I forced a build and saw this Out of Memory :

362328 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Provider message: 
The svn command failed.
362381 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - 
Merging SCM results
362721 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - 
Error updating from SCM, not building
0[WrapperSimpleAppMain] INFO  org.codehaus.plexus.PlexusContainer  - 
Loading on start [role,roleHint]: 
[org.apache.maven.continuum.Continuum,default]
1629 [WrapperSimpleAppMain] INFO  org.quartz.simpl.RAMJobStore  - 
RAMJobStore initialized.
1629 [WrapperSimpleAppMain] INFO  org.quartz.impl.StdSchedulerFactory  - 
Quartz scheduler 'defaultScheduler' initialized from an externally 
provided properties instance.
1630 [WrapperSimpleAppMain] INFO  org.quartz.impl.StdSchedulerFactory  - 
Quartz scheduler version: 1.4.5
1631 [WrapperSimpleAppMain] INFO  org.quartz.core.QuartzScheduler  - 
Scheduler defaultScheduler_$_NON_CLUSTERED started.
1734 [WrapperSimpleAppMain] WARN  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven-1  - 
Could not find the executable 'maven' in the path '[/usr/local/bin, 
/usr/bin, /bin, /opt/bin, /usr/i686-pc-linux-gnu/gcc-bin/4.1.2$, 
/home/mavensite/maven-2.0.7/bin, 
/home/mavensite/continuum-1.0.3/bin/linux;]'.
1739 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:ant  - 
Resolved the executable 'ant' to '/usr/bin/ant'.
2134 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2  - 
Resolved the executable 'mvn' to '/home/mavensite/maven-2.0.7/bin/mvn'.
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
- Build executors:
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   ant
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven-1
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven2
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   shell
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Initializing Continuum.
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Showing all projects:
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  7:WPP - CR 
7005:1.0-SNAPSHOT:maven2
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  1:WPP - 
trunk:1.0-SNAPSHOT:maven2
6425 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Starting Continuum.
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - < Continuum 1.1-beta-2 
started! >
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - 
-
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -\   ^__^
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - \  (oo)\___
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -(__)\   )\/\
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -||w |
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -|| ||
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.initialization.ContinuumInitializer:default  
- Continuum initializer running ...
6577 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.build.settings.SchedulesActivator:default  - 
Activating schedules ...
6608 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.build.settings.SchedulesActivator:default  - 
DEFAULT_SCHEDULE: next fire time ->Fri Oct 05 14:00:00 CEST 2007
6609 [WrapperSimpleAppMain] INFO  org.c

Re: continuum with oracle

2007-10-01 Thread Cla Monsch

yes - that should work for 1.0.3. but in addition to this with 1.1
versions we had other problems:

INFO   | jvm 1| 2007/08/08 14:05:04 | 2007-08-08 14:05:04,897
[WrapperSimpleAppMain] ERROR RDBMS  - An
exception was thrown while adding/validating class(es)
ORA-00904: "CHECKOUT_RESULT_SCMRESULN2_OID": invalid identifier
INFO   | jvm 1| 2007/08/08 14:05:04 | INFO   | jvm 1|
2007/08/08 14:05:04 | java.sql.SQLException: ORA-00904:
"CHECKOUT_RESULT_SCMRESULN2_OID": invalid identifier


cheers cla


Quoting Emmanuel Venisse <[EMAIL PROTECTED]>:


Actually, oracle db isn't supported due to some field lengths. A
patch similar to the one for mssql can be done:
http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-model/src/main/resources/package-mssql.orm

Emmanuel

Cla Monsch a écrit :

hi

it's an unlovely story!

with 1.0.3 it was possible to use an oracle db. there you had to
adjust some mappings within the package.jdo file in the jpox jar. we
also tried to switch the 1.1-alpha2 version to oracle but we gave it
up due to problems between jpox and oracle.

i suspect there isn't any documentation about this topic.

cheers
cla


Quoting I am Who i am <[EMAIL PROTECTED]>:


Is there anywhere any documenation for switching continuum database to
something different than the default one?/

i want to have oracle db, is there any migration scritps, or anything

If any one knows please let me know











Re: continuum with oracle

2007-10-01 Thread Emmanuel Venisse
Actually, oracle db isn't supported due to some field lengths. A patch similar to the one for mssql can be done: 
http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-model/src/main/resources/package-mssql.orm


Emmanuel

Cla Monsch a écrit :

hi

it's an unlovely story!

with 1.0.3 it was possible to use an oracle db. there you had to adjust 
some mappings within the package.jdo file in the jpox jar. we also tried 
to switch the 1.1-alpha2 version to oracle but we gave it up due to 
problems between jpox and oracle.


i suspect there isn't any documentation about this topic.

cheers
cla


Quoting I am Who i am <[EMAIL PROTECTED]>:


Is there anywhere any documenation for switching continuum database to
something different than the default one?/

i want to have oracle db, is there any migration scritps, or anything

If any one knows please let me know










Re: Continuum Emails

2007-09-26 Thread Robert O

Alright, I see!
Thanks for your help :)

Robert



Emmanuel Venisse wrote:
> 
> You can use your ISP smtp server ;) like for all your mails
> 
> Emmanuel
> 
> Robert O a écrit :
>> Hi!
>> 
>> Right now I'm at my job and don't have the stacktrace, but from what I
>> can
>> remember it's the same as posted in the first post of this thread (I will
>> anyway post it later today). 
>> 
>> I have not setup any smtp server, because I thought maybe it came along
>> with
>> continuum (as a part/component of plexus or something)?
>> 
>> But if I understand you correctly what you are saying is that I need a
>> local
>> smtp-server that I configure Continuum to use, a 3rd party service? (If
>> that
>> is the case, do you know any good smtp server i should use?)
>> 
>> Robert
>> 
>> 
>> 
>> 
>> 
>> Emmanuel Venisse wrote:
>>> Do you have a stacktrace or something in logs?
>>>
>>> Do you use a local smtp server or a remote smtp server and is it
>>> required
>>> a known email address for the sender?
>>>
>>> Emmanuel
>>>
>>> Robert O a écrit :
>>>> Hi
>>>>
>>>> I've tried to follow your explanation on how to configure the
>>>> mailnotifier,
>>>> but I can't get it to work. Just keeps getting the errormessage:  Error
>>>> while trying to use the mailnotifier.
>>>>
>>>> I thought the mailnotifier would work more or less out of the box when
>>>> installing Continuum? Do i need to install a 3rd party mail-server or
>>>> something?
>>>>
>>>> I'm using the continuum-1.1-beta-2 locally on Windows XP. Continuum
>>>> runs
>>>> with the bundled jetty server, and I thought that or the plexus thing
>>>> (which
>>>> I don't know what is :) would provide me with some mail-functionality 
>>>>
>>>> I haven't found much helpful documentation on the topic, just some
>>>> hints
>>>> on
>>>> the official Continuum website. Maybe someone knows some good
>>>> resources?
>>>>
>>>> Thanks
>>>>
>>>> Robert
>>>>
>>>>
>>>>
>>>> amorgovsky wrote:
>>>>> Thank you for your help. 
>>>>>
>>>>> -Original Message-
>>>>> From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
>>>>> Sent: Friday, August 10, 2007 2:50 AM
>>>>> To: [EMAIL PROTECTED]
>>>>> Subject: Re: Continuum Emails
>>>>>
>>>>> No.
>>>>>
>>>>> In conf/plexus.xml, you must have something like that:
>>>>>
>>>>>  
>>>>>
>>>>>
>>>>>  mail/Session
>>>>>  javax.mail.Session
>>>>>  
>>>>>
>>>>>  mail.smtp.host
>>>>>  localhost
>>>>>
>>>>>
>>>>>  mail.smtp.port
>>>>>  25
>>>>>
>>>>>  
>>>>>
>>>>>
>>>>> and in application.xml, you must keep the component declaration like
>>>>> it
>>>>> iwas when you installed Continuum:
>>>>>
>>>>>  
>>>>>org.codehaus.plexus.mailsender.MailSender
>>>>>   
>>>>> org.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender
>>>>>
>>>>>  java:comp/env/mail/Session
>>>>>
>>>>>  
>>>>>
>>>>> Emmanuel
>>>>>
>>>>> LAMY Olivier a écrit :
>>>>>> Yep. 
>>>>>>
>>>>>> -Message d'origine-
>>>>>> De : Morgovsky, Alexander (US - Glen Mills)
>>>>>> [mailto:[EMAIL PROTECTED] 
>>>>>> Envoyé : vendredi 10 août 2007 00:36
>>>>>> À : [EMAIL PROTECTED]
>>>>>> Objet : RE: Continuum Emails
>>>>>>
>>>>>> Does this mean that I should put the whole  node into
>>>>>> plexus.xml?
>>>>&

Re: Continuum under Tomcat & CVS

2007-09-26 Thread Emmanuel Venisse

Do you have more informations about the SCM error in your build result?

Emmanuel

Antonín Faltýnek a écrit :

Dne středa 26. září 2007 Emmanuel Venisse napsal(a):

For cvs (and continnum and maven) a user home is required because cvs store
authentication in ${user.home}/.cvspass maven required it too to store the
local repository and settings.xml

Emmanuel

Antonín Faltýnek a écrit :

Hi all,

I have problem with Continuum 1.1 beta2, which I'm running on Linux box
under Tomcat 5.5. Continuum is not able to perform CVS update command,
when I use command from log file and run it as any other user it works
fine for me.

Tomcat is running under user tomcat, which has no home directory
(/dev/null).

Has anybody met (and happily solved :)) this issue?

Thanks

Tonda


So I've created user home for tomcat, I haven't mentioned that for connection 
I'm using ssh with rsa key, from command line it works fine, tomcat is really 
running under tomcat user, but continuum still fails.


(continuum is updating, because co was performed by hand)

 log snipped 

38787 [http-8080-Processor25] DEBUG 
org.apache.catalina.core.ApplicationDispatcher  -  Path Based Include
38727 [pool-1-thread-1] INFO  
org.apache.maven.continuum.scm.ContinuumScm:default  - Updating project: 
id: '1', name 'TIF Utils'.
38980 [pool-1-thread-1] INFO  
org.apache.maven.scm.manager.ScmManager:default  - 
Executing: /bin/bash -c "cd /var/lib/tomcat-5.5/webapps/continuum

/WEB-INF/working-directory/1 && cvs -z3 -f -q update -d"
38980 [pool-1-thread-1] INFO  
org.apache.maven.scm.manager.ScmManager:default  - Working 
directory: /var/lib/tomcat-5.5/webapps/continuum/WEB-INF/

working-directory/1
39155 [http-8080-Processor25] DEBUG 
org.apache.catalina.core.ApplicationDispatcher  - 
servletPath=/WEB-INF/jsp/components/companyLogo.jsp, pathInf

o=null, queryString=null, name=null
39155 [http-8080-Processor25] DEBUG 
org.apache.catalina.core.ApplicationDispatcher  -  Path Based Include
40079 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Error while updating 
the code for project: 'TIF Utils', id: '

1' to '/var/lib/tomcat-5.5/webapps/continuum/WEB-INF/working-directory/1'.
40080 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Command output:
40080 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Provider message: The 
cvs command failed.
40123 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - Merging 
SCM results
40622 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - Error 
updating from SCM, not building







Re: Continuum Emails

2007-09-26 Thread Emmanuel Venisse

Do you have a stacktrace or something in logs?

Do you use a local smtp server or a remote smtp server and is it required a 
known email address for the sender?

Emmanuel

Robert O a écrit :

Hi

I've tried to follow your explanation on how to configure the mailnotifier,
but I can't get it to work. Just keeps getting the errormessage:  Error
while trying to use the mailnotifier.

I thought the mailnotifier would work more or less out of the box when
installing Continuum? Do i need to install a 3rd party mail-server or
something?

I'm using the continuum-1.1-beta-2 locally on Windows XP. Continuum runs
with the bundled jetty server, and I thought that or the plexus thing (which
I don't know what is :) would provide me with some mail-functionality 


I haven't found much helpful documentation on the topic, just some hints on
the official Continuum website. Maybe someone knows some good resources?

Thanks

Robert



amorgovsky wrote:
Thank you for your help. 


-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 10, 2007 2:50 AM

To: [EMAIL PROTECTED]
Subject: Re: Continuum Emails

No.

In conf/plexus.xml, you must have something like that:

 
   
   
 mail/Session
 javax.mail.Session
 
   
 mail.smtp.host
 localhost
   
   
 mail.smtp.port
 25
   
 
   

and in application.xml, you must keep the component declaration like it
iwas when you installed Continuum:

 
   org.codehaus.plexus.mailsender.MailSender
  
org.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender

   
 java:comp/env/mail/Session
   
 

Emmanuel

LAMY Olivier a écrit :
Yep. 


-Message d'origine-
De : Morgovsky, Alexander (US - Glen Mills)
[mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 10 août 2007 00:36

À : [EMAIL PROTECTED]
Objet : RE: Continuum Emails

Does this mean that I should put the whole  node into
plexus.xml?


  org.codehaus.plexus.mailsender.MailSender
 
org.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender

  
java:comp/env/mail/Session


  
 


-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 09, 2007 5:18 PM
To: [EMAIL PROTECTED]
Subject: Re: Continuum Emails

the jndi conf must be done in conf/plexus.xml

Morgovsky, Alexander (US - Glen Mills) a écrit :
I am using Continuum 1.1-alpha-2.  I have noticed that my Continuum 
instance is not sending out emails.  In the logs I found the error:


[pool-1-thread-1] ERROR
org.apache.maven.continuum.notification.ContinuumNotificationDispatcher:
default  - Error while trying to use the mailnotifier.
org.codehaus.plexus.notification.NotificationException: Exception 
while sending message.

at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
dM
essage(MailContinuumNotifier.java:415)
at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.bui
ld
Complete(MailContinuumNotifier.java:319)
at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
dN
otification(MailContinuumNotifier.java:211)
at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
sp
atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:198)
at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
sp
atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:150)
at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
sp
atcher.buildComplete(DefaultContinuumNotificationDispatcher.java:103)
at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.endB
ui
ld(DefaultBuildController.java:219)
at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.buil
d(
DefaultBuildController.java:173)
at
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.ex
ec
uteTask(BuildProjectTaskExecutor.java:50)
at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Exec
ut
orRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
at
edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapt
er
.call(Executors.java:442)
at
edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTa
sk
.java:176)
at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Work
er
.runTask(ThreadPoolExecutor.java:665)
at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Work
er
.run(ThreadPoolExecutor.java:690)
at java.lang.Thread.run(Thread.java:534)
Caused by: org.codehaus.plexus.mailsender.MailSenderException: Error 
while sending the message.

at
org.codehaus.plexus.mailsender.javamail.Ab

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread olivier lamy
Cool.
Thanks for your time on testing.

--
Olivier

2007/9/14, Damien Lecan <[EMAIL PROTECTED]>:
>
> 2007/9/14, Emmanuel Venisse <[EMAIL PROTECTED]>:
> > Olivier has done a little patch that improve a lot the rendering.
> > I have a group with 100 projects, before the patch, the page was display
> in 12s and now it's less than 2s.
> > Can you give a try?
>
> Incredibly fast ! My now 25 module project page is loaded in ~2,1s.
> Well done, this is performance tuning ;-)
>
> Damien
>



-- 
Olivier


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Damien Lecan
2007/9/14, Emmanuel Venisse <[EMAIL PROTECTED]>:
> Olivier has done a little patch that improve a lot the rendering.
> I have a group with 100 projects, before the patch, the page was display in 
> 12s and now it's less than 2s.
> Can you give a try?

Incredibly fast ! My now 25 module project page is loaded in ~2,1s.
Well done, this is performance tuning ;-)

Damien


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Damien Lecan
2007/9/14, Emmanuel Venisse <[EMAIL PROTECTED]>:
> yes, some fields are added. We're writing a doc about database migration.

Ok, I will try with a fresh database, I'll migrate later.

Damien


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Emmanuel Venisse

yes, some fields are added. We're writing a doc about database migration.

Emmanuel

Damien Lecan a écrit :

2007/9/14, Emmanuel Venisse <[EMAIL PROTECTED]>:

You can try the latest snapshot : 
http://maven.zones.apache.org/~continuum/builds/trunk/


Did you change something in database schema ?

I get that when I launch the snapshot :
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column
'ELEMENT.ALWAYS_BUILD' in 'field list'

Damien






Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread olivier lamy
Yep it's a change.



2007/9/14, Damien Lecan <[EMAIL PROTECTED]>:
>
> 2007/9/14, Emmanuel Venisse <[EMAIL PROTECTED]>:
> > You can try the latest snapshot :
> http://maven.zones.apache.org/~continuum/builds/trunk/
>
> Did you change something in database schema ?
>
> I get that when I launch the snapshot :
> com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column
> 'ELEMENT.ALWAYS_BUILD' in 'field list'
>
> Damien
>



-- 
Olivier


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Damien Lecan
2007/9/14, Emmanuel Venisse <[EMAIL PROTECTED]>:
> You can try the latest snapshot : 
> http://maven.zones.apache.org/~continuum/builds/trunk/

Did you change something in database schema ?

I get that when I launch the snapshot :
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column
'ELEMENT.ALWAYS_BUILD' in 'field list'

Damien


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Emmanuel Venisse

You can try the latest snapshot : 
http://maven.zones.apache.org/~continuum/builds/trunk/

Emmanuel

Damien Lecan a écrit :

2007/9/14, Emmanuel Venisse <[EMAIL PROTECTED]>:

Olivier has done a little patch that improve a lot the rendering.
I have a group with 100 projects, before the patch, the page was display in 12s 
and now it's less than 2s.
Can you give a try?


Yes i can !
How can I do that ? Patch, snapshot ?

Thanks

Damien






Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Damien Lecan
2007/9/14, Emmanuel Venisse <[EMAIL PROTECTED]>:
> Olivier has done a little patch that improve a lot the rendering.
> I have a group with 100 projects, before the patch, the page was display in 
> 12s and now it's less than 2s.
> Can you give a try?

Yes i can !
How can I do that ? Patch, snapshot ?

Thanks

Damien


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-13 Thread Damien Lecan
> > Checking of roles takes ~4s.  Improvements could be done ?
>
> It isn't the roles check that take some seconds but pages aren't the exactly 
> the same for a guest and an admin.
> If you don't get project group admin or project group developer roles to 
> guest, he can't see some actions/links like build/edit/remove... that require 
> some more webwork cycles

Webwork cycles raise the rendering time by 50%. Something must be
wrong with Webwork/freemarker.
I'm managing JSP/Struts, JSP/Spring MVC applications with Acegi to manage roles.
Displaying or not actions/links... maybe 50 times in a page is not so slow.

Good luck and thank you for the first improvement.

Damien


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-13 Thread olivier lamy
Hi,
I have created the issue : http://jira.codehaus.org/browse/CONTINUUM-1446.
We will fix this for beta-3.


--
Olivier


2007/9/13, Emmanuel Venisse <[EMAIL PROTECTED]>:
>
>
>
> Damien Lecan a écrit :
> > 2007/9/12, Emmanuel Venisse <[EMAIL PROTECTED]>:
> >> I'd like you test something about performance.
> >>
> >> As explain in this page (
> http://wiki.opensymphony.com/display/WW/Performance+Tuning), you can
> create a freemarker.properties file under WEB-INF/classes that contains
> 'template_update_delay=6'
> >> then you extract the template directory from webwork jar to
> WEB-INF/classes
> >> Let us know if it's better with that.
> >
> > Much better than before : the 17 module project page takes now "just"
> > between 7,5s and 11s to load.
> > And all pages are loaded faster.
>
> Cool, I'll look if I can add these changes in the release.
>
> >
> > Thanks
> >
> > I noticed something else : pages are loaded much faster as guest than
> > as admin with full roles.
> >
> > For the same 17 module project page, I get the following values
> > (average for 10 loads) :
> >  - guest : 7,6s
> >  - admin : 11,5s
> >
> > Checking of roles takes ~4s.  Improvements could be done ?
>
> It isn't the roles check that take some seconds but pages aren't the
> exactly the same for a guest and an admin.
> If you don't get project group admin or project group developer roles to
> guest, he can't see some actions/links like build/edit/remove... that
> require some more webwork cycles
>
> Emmanuel
>
>
>


-- 
Olivier


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-12 Thread Emmanuel Venisse



Damien Lecan a écrit :

Hello,


  for 
http://maven.zones.apache.org/continuum/projectGroupSummary.action?projectGroupId=9
we have 30 modules printed in 7,5s and the page size is 101ko

We use the standalone version installed in a vm.


Standalone version is as slow as embedded version in Tomcat :-(


:(



My server is not powerful, but other applications running on it are
very fast compared to Continuum (Jira, Spring MVC/Struts home-made
Java applications, Proximity, ...)

Are 7,5s to load a single page an acceptable value for a such product ?


We'll improve performance in 1.2, but I don't think 7,5s is a problem for a 
such product

Emmanuel



Re: Continuum 1.1.0-beta-2 UI performance

2007-09-11 Thread Emmanuel Venisse

I don't understand why it is so slow to render the project list because the 
rendering start with this line:

00:00:03,452 [http-8081-Processor11] DEBUG ServletDispatcherResult- 
Forwarding to location /WEB-INF/jsp/components/projectSummaryComponent.jsp

and end with this line:

00:00:21,213 [http-8081-Processor11] DEBUG ServletDispatcherResult- 
Forwarding to location /WEB-INF/jsp/components/companyLogo.jsp

so it's 18 seconds to print the html, very long because we don't have data to 
process there. We don't have the hand on this part because the rendering is 
webwork and extremecomponents work.

Can you try with the Continuum standalone version to see if the result is 
different?
What is your jdk?

Emmanuel

Damien Lecan a écrit :

ok, switch all logs levels to DEBUG by switching the threshold from INFO to 
DEBUG


Log file is attached to this email.

There are a lot of logs about templates, permissions ...

Damien




Re: Continuum 1.1.0-beta-2 UI performance

2007-09-11 Thread Emmanuel Venisse



Damien Lecan a écrit :

2007/9/10, Emmanuel Venisse <[EMAIL PROTECTED]>:

Continuum can't be compared to Archiva because in Continuum
pages we have lot of db queries.


This server is also running Jira (same local MySql server, same Tomcat
instance), without a such slowness.
Are you interested in knowing what's happening on my server ?


sure.



I could activate some special debug log or anything else which could help ?


you can set the log level of JPOX* and SQL to DEBUG in 
apps/continuum/webapp/WEB-INF/classes/META-INF/plexus/application.xml

Emmanuel




Re: Continuum 1.1.0-beta-2 UI performance

2007-09-11 Thread Damien Lecan
2007/9/10, Emmanuel Venisse <[EMAIL PROTECTED]>:
> Continuum can't be compared to Archiva because in Continuum
> pages we have lot of db queries.

This server is also running Jira (same local MySql server, same Tomcat
instance), without a such slowness.
Are you interested in knowing what's happening on my server ?

I could activate some special debug log or anything else which could help ?

Damien


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-10 Thread Emmanuel Venisse

Continuum can't be compared to Archiva because in Continuum pages we have lot 
of db queries.

Emmanuel

Damien Lecan a écrit :

Hello,

I set up Archiva 1.0-beta-1 with the same configuration, and
performances are quite better than Continuum one (2-3s to display a
page).

How can I understand what happen to my Continuum instance ?

Thanks

Damien Lecan


2007/9/4, Emmanuel Venisse <[EMAIL PROTECTED]>:

We know that 1.1 is a little slower than 1.0.3 because lot of new request and 
full security added but 25s for 17 modules isn't a normal perf result

Emmanuel

Mrinal Mukherjee a écrit :

Same problem with me. Slow UI. I had this problem as soon as I upgraded to
the newer version of continuum. I thought it was a problem in my system, but
now I know its something to do with the new version of continuum.

Mrinal

-Original Message-
From: Justin Deoliveira [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 04, 2007 5:49 PM
To: [EMAIL PROTECTED]
Subject: Re: Continuum 1.1.0-beta-2 UI performance

I am using derby out of the box and noticed the same slowdown. I don't
have any metrics to back it up but its definitely noticeably slower.

-Justin

Emmanuel Venisse wrote:

Damien Lecan a écrit :

Hello,

I've just installed Continuum 1.1.0-beta-2 to replace my old Continuum
1.0.3 instance.
I'm working with MySql instead of embbeded sql server and with Tomcat
5.5.17

Nice new features, but UI is very, very, very slow :(

I followed
http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+MySQL
and http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Tomcat
for installation.

Everything works fine, but very, very slowly. For example, each item
on the left menu appears one after the other. Same thing when
displaying project group information. Each module name  appears one
after the other (25s for a 17 modules project).

25s for 17 modules??? With embedded derby database we have better
performance (http://maven.zones.apache.org/continuum/) and all appears
at the same time
Are you sure you use the right jdbc driver?


MySql database is shared with other Java applications. They work fine,
with expected performances.

What can be the problem ?

Thanks

Damien Lecan




!DSPAM:4007,46dd7d79203981439371379!












Re: Continuum 1.1.0-beta-2 UI performance

2007-09-10 Thread Damien Lecan
Hello,

I set up Archiva 1.0-beta-1 with the same configuration, and
performances are quite better than Continuum one (2-3s to display a
page).

How can I understand what happen to my Continuum instance ?

Thanks

Damien Lecan


2007/9/4, Emmanuel Venisse <[EMAIL PROTECTED]>:
> We know that 1.1 is a little slower than 1.0.3 because lot of new request and 
> full security added but 25s for 17 modules isn't a normal perf result
>
> Emmanuel
>
> Mrinal Mukherjee a écrit :
> > Same problem with me. Slow UI. I had this problem as soon as I upgraded to
> > the newer version of continuum. I thought it was a problem in my system, but
> > now I know its something to do with the new version of continuum.
> >
> > Mrinal
> >
> > -Original Message-
> > From: Justin Deoliveira [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, September 04, 2007 5:49 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Continuum 1.1.0-beta-2 UI performance
> >
> > I am using derby out of the box and noticed the same slowdown. I don't
> > have any metrics to back it up but its definitely noticeably slower.
> >
> > -Justin
> >
> > Emmanuel Venisse wrote:
> >>
> >> Damien Lecan a écrit :
> >>> Hello,
> >>>
> >>> I've just installed Continuum 1.1.0-beta-2 to replace my old Continuum
> >>> 1.0.3 instance.
> >>> I'm working with MySql instead of embbeded sql server and with Tomcat
> >>> 5.5.17
> >>>
> >>> Nice new features, but UI is very, very, very slow :(
> >>>
> >>> I followed
> >>> http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+MySQL
> >>> and http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Tomcat
> >>> for installation.
> >>>
> >>> Everything works fine, but very, very slowly. For example, each item
> >>> on the left menu appears one after the other. Same thing when
> >>> displaying project group information. Each module name  appears one
> >>> after the other (25s for a 17 modules project).
> >> 25s for 17 modules??? With embedded derby database we have better
> >> performance (http://maven.zones.apache.org/continuum/) and all appears
> >> at the same time
> >> Are you sure you use the right jdbc driver?
> >>
> >>> MySql database is shared with other Java applications. They work fine,
> >>> with expected performances.
> >>>
> >>> What can be the problem ?
> >>>
> >>> Thanks
> >>>
> >>> Damien Lecan
> >>>
> >>>
> >>>
> >>
> >> !DSPAM:4007,46dd7d79203981439371379!
> >>
> >
> >
>
>


Re: continuum-trunk war refuses to start up

2007-09-06 Thread Emmanuel Venisse

yes, we have a typo error in application.xml, I'm fixing it

Emmanuel

Graham Leggett a écrit :

Hi all,

While trying to test out the trunk version of continuum under
apache-tomcat v5.5.20, I deployed the war to tomcat and started tomcat up.

The war refused to deploy as below.

It looks like the war file contains no log4j config, which is either
directly causing the failure, or is hiding the real failure somewhere.

Has anyone else seen this problem?

INFO: Deploying web application archive
continuum-webapp-1.1-beta-3-SNAPSHOT.war
log4j:WARN No appenders could be found for logger
(org.apache.commons.digester.D
igester.sax).
log4j:WARN Please initialize the log4j system properly.
Sep 6, 2007 3:03:05 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Sep 6, 2007 3:03:05 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/continuum-webapp-1.1-beta-3-SNAPSHOT] startup failed due
to pr
evious errors

Regards,
Graham
--











Re: Continuum doesnot provide continous integration !!

2007-09-05 Thread David Roussel

Ibrahim,

It's not very clear what you mean.  Could you give a more detailed  
example of what you would like?


David

On 5 Sep 2007, at 14:54, albateos wrote:


Hi,

I'm new with continuum and using 1.1 BETA version. I'm using pom.xml  
files

for adding new projects to the continuum. But continuum dont use this
pom.xml files instead of this files uses pom.xml files in SCM (we are  
using

subversion for SCM). This dont provide continous integration.

In this case i want to change our subproject versions without any  
changes in

SCM. For example parent project uses 20070904 version of subproject1 in
pom.xml in SCM.But while using Continuum i want to change parent project
uses this date version of subproject1. And this date version of  
subproject
is produced with Continuum. As sequence firstly i want to prepare  
this date
version of subprojects and parent project uses this prepared project  
at the

end. How can i do this??

Any ideas ??

Thanks,
Ibrahim


--
View this message in context: http://www.nabble.com/Continuum-doesnot- 
provide-continous-integration-%21%21-tf4384227.html#a12498532

Sent from the Continuum - Users mailing list archive at Nabble.com.




Re: Continuum 1.1.0-beta-2 UI performance

2007-09-04 Thread Emmanuel Venisse

We know that 1.1 is a little slower than 1.0.3 because lot of new request and 
full security added but 25s for 17 modules isn't a normal perf result

Emmanuel

Mrinal Mukherjee a écrit :

Same problem with me. Slow UI. I had this problem as soon as I upgraded to
the newer version of continuum. I thought it was a problem in my system, but
now I know its something to do with the new version of continuum. 


Mrinal

-Original Message-
From: Justin Deoliveira [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 04, 2007 5:49 PM

To: [EMAIL PROTECTED]
Subject: Re: Continuum 1.1.0-beta-2 UI performance

I am using derby out of the box and noticed the same slowdown. I don't
have any metrics to back it up but its definitely noticeably slower.

-Justin

Emmanuel Venisse wrote:


Damien Lecan a écrit :

Hello,

I've just installed Continuum 1.1.0-beta-2 to replace my old Continuum
1.0.3 instance.
I'm working with MySql instead of embbeded sql server and with Tomcat
5.5.17

Nice new features, but UI is very, very, very slow :(

I followed
http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+MySQL
and http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Tomcat
for installation.

Everything works fine, but very, very slowly. For example, each item
on the left menu appears one after the other. Same thing when
displaying project group information. Each module name  appears one
after the other (25s for a 17 modules project).

25s for 17 modules??? With embedded derby database we have better
performance (http://maven.zones.apache.org/continuum/) and all appears
at the same time
Are you sure you use the right jdbc driver?


MySql database is shared with other Java applications. They work fine,
with expected performances.

What can be the problem ?

Thanks

Damien Lecan





!DSPAM:4007,46dd7d79203981439371379!








Re: Continuum version 103 (maven2)

2007-08-28 Thread Emmanuel Venisse

yes and no. The problem is the same but not the patch to do, This entry is for 
an old maven version

The fixed script for maven 2.0.7 is : 
https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core/src/bin/mvn.bat

Emmanuel

James Clinton a écrit :

See
http://maven.apache.org/continuum/faqs.html##how-does-continuum-detect-a-suc
cessful-build

Sounds like the same issue?

Apologies if I'm wrong.

James

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: 28 August 2007 16:59

To: [EMAIL PROTECTED]
Subject: Re: Continuum version 103 (maven2)

We don't have an entry in the faq about the bug in mvn.bat from maven 2.0.7
(http://jira.codehaus.org/browse/MNG-3084 )

James Clinton a écrit :

Opps - should of read my original post!.

Anwser is for Windows the mvn.bat file needs to be altered...I didn't 
read the faq's properly.


-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: 28 August 2007 16:48
To: [EMAIL PROTECTED]
Subject: Re: Continuum version 103 (maven2)

Do you use maven 2.0.7?

James Clinton a écrit :

Hello,
 
I have a project structure like so:
 
- parent

  - child
  - child
 
Parent pom is them loaded into CI and the projects are detected.
 
It builds fine, but if there is a compilation error, the status of 
the build is still 'success'.
 
Is this a known issue?
 
James

DISCLAIMER: This e-mail is confidential and may also be legally

privileged.
If you are not the intended recipient, use of the information 
contained in this e-mail (including disclosure, copying or
distribution) is prohibited and may be unlawful.  Please inform the 
sender and delete the message immediately from your system.  This 
e-mail is attributed to the sender and may not necessarily reflect 
the views of the Patsystems Group and no member of the Patsystems 
Group accepts any liability for any action taken in reliance on the 
contents of this e-mail (other than where it has a legal or 
regulatory obligation to do so) or for the consequences of any 
computer viruses which may have been transmitted by this e-mail. The 
Patsystems Group

comprises Patsystems plc and its subsidiary group of companies.
DISCLAIMER: This e-mail is confidential and may also be legally

privileged.
If you are not the intended recipient, use of the information 
contained in this e-mail (including disclosure, copying or 
distribution) is prohibited and may be unlawful.  Please inform the 
sender and delete the message immediately from your system.  This 
e-mail is attributed to the sender and may not necessarily reflect the 
views of the Patsystems Group and no member of the Patsystems Group 
accepts any liability for any action taken in reliance on the contents 
of this e-mail (other than where it has a legal or regulatory 
obligation to do so) or for the consequences of any computer viruses 
which may have been transmitted by this e-mail. The Patsystems Group

comprises Patsystems plc and its subsidiary group of companies.




DISCLAIMER: This e-mail is confidential and may also be legally privileged.
If you are not the intended recipient, use of the information contained in
this e-mail (including disclosure, copying or distribution) is prohibited
and may be unlawful.  Please inform the sender and delete the message
immediately from your system.  This e-mail is attributed to the sender and
may not necessarily reflect the views of the Patsystems Group and no member
of the Patsystems Group accepts any liability for any action taken in
reliance on the contents of this e-mail (other than where it has a legal or
regulatory obligation to do so) or for the consequences of any computer
viruses which may have been transmitted by this e-mail. The Patsystems Group
comprises Patsystems plc and its subsidiary group of companies.







Re: Continuum version 103 (maven2)

2007-08-28 Thread Emmanuel Venisse

We don't have an entry in the faq about the bug in mvn.bat from maven 2.0.7 
(http://jira.codehaus.org/browse/MNG-3084 )

James Clinton a écrit :

Opps - should of read my original post!.

Anwser is for Windows the mvn.bat file needs to be altered...I didn't read
the faq's properly. 


-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: 28 August 2007 16:48

To: [EMAIL PROTECTED]
Subject: Re: Continuum version 103 (maven2)

Do you use maven 2.0.7?

James Clinton a écrit :

Hello,
 
I have a project structure like so:
 
- parent

  - child
  - child
 
Parent pom is them loaded into CI and the projects are detected.
 
It builds fine, but if there is a compilation error, the status of the 
build is still 'success'.
 
Is this a known issue?
 
James

DISCLAIMER: This e-mail is confidential and may also be legally

privileged.
If you are not the intended recipient, use of the information 
contained in this e-mail (including disclosure, copying or 
distribution) is prohibited and may be unlawful.  Please inform the 
sender and delete the message immediately from your system.  This 
e-mail is attributed to the sender and may not necessarily reflect the 
views of the Patsystems Group and no member of the Patsystems Group 
accepts any liability for any action taken in reliance on the contents 
of this e-mail (other than where it has a legal or regulatory 
obligation to do so) or for the consequences of any computer viruses 
which may have been transmitted by this e-mail. The Patsystems Group

comprises Patsystems plc and its subsidiary group of companies.
DISCLAIMER: This e-mail is confidential and may also be legally privileged.
If you are not the intended recipient, use of the information contained in
this e-mail (including disclosure, copying or distribution) is prohibited
and may be unlawful.  Please inform the sender and delete the message
immediately from your system.  This e-mail is attributed to the sender and
may not necessarily reflect the views of the Patsystems Group and no member
of the Patsystems Group accepts any liability for any action taken in
reliance on the contents of this e-mail (other than where it has a legal or
regulatory obligation to do so) or for the consequences of any computer
viruses which may have been transmitted by this e-mail. The Patsystems Group
comprises Patsystems plc and its subsidiary group of companies.







RE: Continuum version 103 (maven2)

2007-08-28 Thread James Clinton
Opps - should of read my original post!.

Anwser is for Windows the mvn.bat file needs to be altered...I didn't read
the faq's properly. 

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: 28 August 2007 16:48
To: [EMAIL PROTECTED]
Subject: Re: Continuum version 103 (maven2)

Do you use maven 2.0.7?

James Clinton a écrit :
> Hello,
>  
> I have a project structure like so:
>  
> - parent
>   - child
>   - child
>  
> Parent pom is them loaded into CI and the projects are detected.
>  
> It builds fine, but if there is a compilation error, the status of the 
> build is still 'success'.
>  
> Is this a known issue?
>  
> James
> DISCLAIMER: This e-mail is confidential and may also be legally
privileged.
> If you are not the intended recipient, use of the information 
> contained in this e-mail (including disclosure, copying or 
> distribution) is prohibited and may be unlawful.  Please inform the 
> sender and delete the message immediately from your system.  This 
> e-mail is attributed to the sender and may not necessarily reflect the 
> views of the Patsystems Group and no member of the Patsystems Group 
> accepts any liability for any action taken in reliance on the contents 
> of this e-mail (other than where it has a legal or regulatory 
> obligation to do so) or for the consequences of any computer viruses 
> which may have been transmitted by this e-mail. The Patsystems Group
comprises Patsystems plc and its subsidiary group of companies.
> 
DISCLAIMER: This e-mail is confidential and may also be legally privileged.
If you are not the intended recipient, use of the information contained in
this e-mail (including disclosure, copying or distribution) is prohibited
and may be unlawful.  Please inform the sender and delete the message
immediately from your system.  This e-mail is attributed to the sender and
may not necessarily reflect the views of the Patsystems Group and no member
of the Patsystems Group accepts any liability for any action taken in
reliance on the contents of this e-mail (other than where it has a legal or
regulatory obligation to do so) or for the consequences of any computer
viruses which may have been transmitted by this e-mail. The Patsystems Group
comprises Patsystems plc and its subsidiary group of companies.


RE: Continuum version 103 (maven2)

2007-08-28 Thread James Clinton
Found the problem.

Basically CI doesn't work if you have your parent pom at the same level as
its child modules because CI creates a temporary directory which breaks the
path from the parent to the child.

This is true for the stable and 1.1 build. 

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: 28 August 2007 16:48
To: [EMAIL PROTECTED]
Subject: Re: Continuum version 103 (maven2)

Do you use maven 2.0.7?

James Clinton a écrit :
> Hello,
>  
> I have a project structure like so:
>  
> - parent
>   - child
>   - child
>  
> Parent pom is them loaded into CI and the projects are detected.
>  
> It builds fine, but if there is a compilation error, the status of the 
> build is still 'success'.
>  
> Is this a known issue?
>  
> James
> DISCLAIMER: This e-mail is confidential and may also be legally
privileged.
> If you are not the intended recipient, use of the information 
> contained in this e-mail (including disclosure, copying or 
> distribution) is prohibited and may be unlawful.  Please inform the 
> sender and delete the message immediately from your system.  This 
> e-mail is attributed to the sender and may not necessarily reflect the 
> views of the Patsystems Group and no member of the Patsystems Group 
> accepts any liability for any action taken in reliance on the contents 
> of this e-mail (other than where it has a legal or regulatory 
> obligation to do so) or for the consequences of any computer viruses 
> which may have been transmitted by this e-mail. The Patsystems Group
comprises Patsystems plc and its subsidiary group of companies.
> 
DISCLAIMER: This e-mail is confidential and may also be legally privileged.
If you are not the intended recipient, use of the information contained in
this e-mail (including disclosure, copying or distribution) is prohibited
and may be unlawful.  Please inform the sender and delete the message
immediately from your system.  This e-mail is attributed to the sender and
may not necessarily reflect the views of the Patsystems Group and no member
of the Patsystems Group accepts any liability for any action taken in
reliance on the contents of this e-mail (other than where it has a legal or
regulatory obligation to do so) or for the consequences of any computer
viruses which may have been transmitted by this e-mail. The Patsystems Group
comprises Patsystems plc and its subsidiary group of companies.


Re: Continuum version 103 (maven2)

2007-08-28 Thread Emmanuel Venisse

Do you use maven 2.0.7?

James Clinton a écrit :

Hello,
 
I have a project structure like so:
 
- parent

  - child
  - child
 
Parent pom is them loaded into CI and the projects are detected.
 
It builds fine, but if there is a compilation error, the status of the build
is still 'success'.  
 
Is this a known issue?
 
James

DISCLAIMER: This e-mail is confidential and may also be legally privileged.
If you are not the intended recipient, use of the information contained in
this e-mail (including disclosure, copying or distribution) is prohibited
and may be unlawful.  Please inform the sender and delete the message
immediately from your system.  This e-mail is attributed to the sender and
may not necessarily reflect the views of the Patsystems Group and no member
of the Patsystems Group accepts any liability for any action taken in
reliance on the contents of this e-mail (other than where it has a legal or
regulatory obligation to do so) or for the consequences of any computer
viruses which may have been transmitted by this e-mail. The Patsystems Group
comprises Patsystems plc and its subsidiary group of companies.





RE: Continuum Emails

2007-08-10 Thread Morgovsky, Alexander (US - Glen Mills)
Thank you for your help. 

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 10, 2007 2:50 AM
To: [EMAIL PROTECTED]
Subject: Re: Continuum Emails

No.

In conf/plexus.xml, you must have something like that:

 
   
   
 mail/Session
 javax.mail.Session
 
   
 mail.smtp.host
 localhost
   
   
 mail.smtp.port
 25
   
 
   

and in application.xml, you must keep the component declaration like it iwas 
when you installed Continuum:

 
   org.codehaus.plexus.mailsender.MailSender
   
org.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender
   
 java:comp/env/mail/Session
   
 

Emmanuel

LAMY Olivier a écrit :
> Yep. 
> 
> -Message d'origine-
> De : Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] 
> Envoyé : vendredi 10 août 2007 00:36
> À : [EMAIL PROTECTED]
> Objet : RE: Continuum Emails
> 
> Does this mean that I should put the whole  node into plexus.xml?
> 
> 
>   org.codehaus.plexus.mailsender.MailSender
>   
> org.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender
>   
> java:comp/env/mail/Session
>   
> 
>   
>  
> 
> -Original Message-
> From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 09, 2007 5:18 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Continuum Emails
> 
> the jndi conf must be done in conf/plexus.xml
> 
> Morgovsky, Alexander (US - Glen Mills) a écrit :
>> I am using Continuum 1.1-alpha-2.  I have noticed that my Continuum 
>> instance is not sending out emails.  In the logs I found the error:
>>
>> [pool-1-thread-1] ERROR
>> org.apache.maven.continuum.notification.ContinuumNotificationDispatcher:
>> default  - Error while trying to use the mailnotifier.
>> org.codehaus.plexus.notification.NotificationException: Exception 
>> while sending message.
>>  at
>> org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
>> dM
>> essage(MailContinuumNotifier.java:415)
>>  at
>> org.apache.maven.continuum.notification.mail.MailContinuumNotifier.bui
>> ld
>> Complete(MailContinuumNotifier.java:319)
>>  at
>> org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
>> dN
>> otification(MailContinuumNotifier.java:211)
>>  at
>> org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
>> sp
>> atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:198)
>>  at
>> org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
>> sp
>> atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:150)
>>  at
>> org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
>> sp
>> atcher.buildComplete(DefaultContinuumNotificationDispatcher.java:103)
>>  at
>> org.apache.maven.continuum.buildcontroller.DefaultBuildController.endB
>> ui
>> ld(DefaultBuildController.java:219)
>>  at
>> org.apache.maven.continuum.buildcontroller.DefaultBuildController.buil
>> d(
>> DefaultBuildController.java:173)
>>  at
>> org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.ex
>> ec
>> uteTask(BuildProjectTaskExecutor.java:50)
>>  at
>> org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Exec
>> ut
>> orRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
>>  at
>> edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapt
>> er
>> .call(Executors.java:442)
>>  at
>> edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTa
>> sk
>> .java:176)
>>  at
>> edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Work
>> er
>> .runTask(ThreadPoolExecutor.java:665)
>>  at
>> edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Work
>> er
>> .run(ThreadPoolExecutor.java:690)
>>  at java.lang.Thread.run(Thread.java:534)
>> Caused by: org.codehaus.plexus.mailsender.MailSenderException: Error 
>> while sending the message.
>>  at
>> org.codehaus.plexus.mailsender.javamail.AbstractJavamailMailSender.sen
>> d(
>> AbstractJavamailMailSender.java:219)
>>  at
>> org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
>> dM
>> essage(MailContinuumNotifier.java:411)
>>  ... 14 more
&

Re: Continuum Emails

2007-08-09 Thread Emmanuel Venisse

No.

In conf/plexus.xml, you must have something like that:


  
  
mail/Session
javax.mail.Session

  
mail.smtp.host
localhost
  
  
mail.smtp.port
25
  

  

and in application.xml, you must keep the component declaration like it iwas 
when you installed Continuum:


  org.codehaus.plexus.mailsender.MailSender
  
org.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender
  
java:comp/env/mail/Session
  


Emmanuel

LAMY Olivier a écrit :
Yep. 


-Message d'origine-
De : Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 10 août 2007 00:36

À : [EMAIL PROTECTED]
Objet : RE: Continuum Emails

Does this mean that I should put the whole  node into plexus.xml?


  org.codehaus.plexus.mailsender.MailSender
  
org.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender
  
java:comp/env/mail/Session


  
 


-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 09, 2007 5:18 PM
To: [EMAIL PROTECTED]
Subject: Re: Continuum Emails

the jndi conf must be done in conf/plexus.xml

Morgovsky, Alexander (US - Glen Mills) a écrit :
I am using Continuum 1.1-alpha-2.  I have noticed that my Continuum 
instance is not sending out emails.  In the logs I found the error:


[pool-1-thread-1] ERROR
org.apache.maven.continuum.notification.ContinuumNotificationDispatcher:
default  - Error while trying to use the mailnotifier.
org.codehaus.plexus.notification.NotificationException: Exception 
while sending message.

at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
dM
essage(MailContinuumNotifier.java:415)
at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.bui
ld
Complete(MailContinuumNotifier.java:319)
at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
dN
otification(MailContinuumNotifier.java:211)
at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
sp
atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:198)
at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
sp
atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:150)
at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
sp
atcher.buildComplete(DefaultContinuumNotificationDispatcher.java:103)
at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.endB
ui
ld(DefaultBuildController.java:219)
at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.buil
d(
DefaultBuildController.java:173)
at
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.ex
ec
uteTask(BuildProjectTaskExecutor.java:50)
at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Exec
ut
orRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
at
edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapt
er
.call(Executors.java:442)
at
edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTa
sk
.java:176)
at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Work
er
.runTask(ThreadPoolExecutor.java:665)
at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Work
er
.run(ThreadPoolExecutor.java:690)
at java.lang.Thread.run(Thread.java:534)
Caused by: org.codehaus.plexus.mailsender.MailSenderException: Error 
while sending the message.

at
org.codehaus.plexus.mailsender.javamail.AbstractJavamailMailSender.sen
d(
AbstractJavamailMailSender.java:219)
at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
dM
essage(MailContinuumNotifier.java:411)
... 14 more

I configured the
continuum-1.1-alpha-2\apps\continuum\webapp\WEB-INF\classes\META-INF\p
le xus\application.xml with the following:


  org.codehaus.plexus.mailsender.MailSender
 
org.codehaus.plexus.mailsender.javamail.JndiJavamailMa

il
Sender
  

java:comp/env/mail/Session
a.b.c.d
e
  


Could someone please explain what I am doing wrong?

Thank you. 



This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law.  If you are not the intended recipient, you should delete this message. 



Any disclosure, copying, or distribution of this message, or the 
taking of any action based on it, is strictly prohibited. [v.E.1]





This e-mail, any attachments and the information contained therein ("this 
message") are confidential and intended solely for the use of the addressee(s). If 
you have received this message in error

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-09 Thread remi . chevalier
Thank you Olivier, but I already understood this.
My problem was a little bit different seeing that I was not able to add 
correctly any installation, it was the ADD button which introduce the NPE, 
not the SAVE button.
But I found the solution: my Firefox version was not good, I installed the 
2.0.0.6 version and now, it works correctly with your workflow.

Thanks,
Rémi.





"LAMY Olivier" <[EMAIL PROTECTED]> 
09/08/2007 10:34
Veuillez répondre à
[EMAIL PROTECTED]


A
<[EMAIL PROTECTED]>
cc

Objet
RE: Continuum 1.1-beta-1 profile does not seem to work






Hi,

Until the next release, you have to use the following workflow :

Add installation (jdk1.6.0) -> Add profile (JDK1.6)->Edit profile->Add the 
new installation from list

Here don't use the save button but go the Profile List with the link in 
the left menu. [1]

You will see the profile with the attached installation.

Concerning IE, there is an issue it's fixed in trunk [2].

--
Olivier

[1] http://jira.codehaus.org/browse/CONTINUUM-1361
[2] http://jira.codehaus.org/browse/CONTINUUM-1369

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 9 août 2007 10:15
À : [EMAIL PROTECTED]
Objet : RE: Continuum 1.1-beta-1 profile does not seem to work

Hi, and sorry to disturb you again,
I see you understood my problem, I can't click on the save button, the NPE 
appears before :
Add installation (jdk1.6.0) -> Add profile (JDK1.6)->Edit profile->Add the 
new installation from list (I try but NPE here)

Am I the only one to have this problem?
I saw that there is a problem with IE, may be I have a problem with 
Firefox. In fact, I have some minor problems with the webapp on Firefox: 
logos don't appear on the right place and the size of the window is not 
optimized whereas it is with IE. I installed Flash Player 8 but nothing 
has changed... May be these problems are linked to the NPE? What do you 
think about that?

Thanks,Rémi.




"LAMY Olivier" <[EMAIL PROTECTED]>
08/08/2007 18:36
Veuillez répondre à
[EMAIL PROTECTED]


A
<[EMAIL PROTECTED]>
cc

Objet
RE: Continuum 1.1-beta-1 profile does not seem to work






Just to be sure 
Add installation (jdk1.6.0) -> Add profile (JDK1.6)->Edit profile->Add the 

new installation from list

Here you click on save button ? 

If yes the NPE is fixed in trunk and will be in beta-2.

--
Olivier



-Message d'origine-
De : fherrerav [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 8 août 2007 18:30
À : [EMAIL PROTECTED]
Objet : RE: Continuum 1.1-beta-1 profile does not seem to work


I get the same NPE

Add installation (jdk1.6.0) -> Add profile (JDK1.6)->Edit profile->Add the 

new installation from list -> NPE

Server: Red Hat
Client Browser: Opera
Note: Only 1 profile and 1 installation defined


java.lang.NullPointerException
 at
org.apache.maven.continuum.web.action.admin.ProfileAction.addInstallation(ProfileAction.java:140)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
 at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at
com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:364)
 at
com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:216)
 at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
 at
com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:168)
 at
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
 at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at
com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115)
 at
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
 at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at
org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationInterceptor.intercept(ForceContinuumConfigurationInterceptor.java:72)
 at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at
org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcementInterceptor.java:103)
 at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)







LAMY Olivier wro

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-08 Thread LAMY Olivier
Just to be sure  
Add installation (jdk1.6.0) -> Add profile (JDK1.6)->Edit profile->Add the new 
installation from list

Here you click on save button ? 

If yes the NPE is fixed in trunk and will be in beta-2.

--
Olivier



-Message d'origine-
De : fherrerav [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 8 août 2007 18:30
À : [EMAIL PROTECTED]
Objet : RE: Continuum 1.1-beta-1 profile does not seem to work


I get the same NPE

Add installation (jdk1.6.0) -> Add profile (JDK1.6)->Edit profile->Add the new 
installation from list -> NPE

Server: Red Hat
Client Browser: Opera
Note: Only 1 profile and 1 installation defined


java.lang.NullPointerException
at
org.apache.maven.continuum.web.action.admin.ProfileAction.addInstallation(ProfileAction.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:364)
at
com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:216)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
at
com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:168)
at
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at
com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115)
at
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at
org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationInterceptor.intercept(ForceContinuumConfigurationInterceptor.java:72)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at
org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcementInterceptor.java:103)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)







LAMY Olivier wrote:
> 
> I think it's due to CONTINUUM-1361.
> 
> Rewrite the end of the workflow ;-)
> 
> - Edit profile, add an installation, go to Profiles List
> 
> --
> Olivier
> 
> -Message d'origine-
> De : Stephane Nicoll [mailto:[EMAIL PROTECTED]
> Envoyé : mardi 7 août 2007 12:11
> À : [EMAIL PROTECTED]
> Objet : Re: Continuum 1.1-beta-1 profile does not seem to work
> 
> - Firefox
> - Login as admin
> - Profiles, add profiles, give a name, save
> - Edit profile, add an installation, save -> NPE
> 
> But the profile is there with the installation. Note I never restarted 
> the service so it's maybe not saved at all (and in a transient cache 
> or something).
> 
> Stéphane
> 
> On 8/7/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
>> What is the process to reproduce it?
>>
>> Stephane Nicoll a écrit :
>> > Hey,
>> >
>> > I've also a NPE (see below) but I'm able to create the build 
>> > profile anyway. I'm on 1.1-beta-1, war version on tomcat 5.5.23/JDK5.
>> >
>> > Cheers,
>> > Stéphane
>> >
>> > 12790974 [TP-Processor6] INFO
>> > com.opensymphony.xwork.interceptor.Interceptor:exceptionLogging  - 
>> > Error ocurred during execution java.lang.NullPointerException
>> > at
>> org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerIm
>> pl.java:3667)
>> > at
>> org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:
>> 3646)
>> > at
>> org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPe
>> rsistenceManager.java:1202)
>> > at
>> org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenc
>> eManager.java:1261)
>> > at
>> org.codehaus.plexus.jdo.PlexusJdoUtils.updateObject(PlexusJdoUtils.ja
>> va:160)
>> > at
>> org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoCo
>> ntinuumStore.java:843)
>> > at
>> org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoCo
>> ntinuumStore.java:835)
>> > at
>> org.apache.maven.continuum.s

Re: Continuum 1.1-beta-1 profile does not seem to work

2007-08-08 Thread Emmanuel Venisse

Fixed in trunk

fherrerav a écrit :

I get the same NPE

Add installation (jdk1.6.0) -> Add profile (JDK1.6)->Edit profile->Add the
new installation from list -> NPE

Server: Red Hat
Client Browser: Opera
Note: Only 1 profile and 1 installation defined


java.lang.NullPointerException
at
org.apache.maven.continuum.web.action.admin.ProfileAction.addInstallation(ProfileAction.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:364)
at
com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:216)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
at
com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:168)
at
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at
com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115)
at
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at
org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationInterceptor.intercept(ForceContinuumConfigurationInterceptor.java:72)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at
org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcementInterceptor.java:103)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)







LAMY Olivier wrote:

I think it's due to CONTINUUM-1361.

Rewrite the end of the workflow ;-)

- Edit profile, add an installation, go to Profiles List

--
Olivier

-Message d'origine-
De : Stephane Nicoll [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 7 août 2007 12:11

À : [EMAIL PROTECTED]
Objet : Re: Continuum 1.1-beta-1 profile does not seem to work

- Firefox
- Login as admin
- Profiles, add profiles, give a name, save
- Edit profile, add an installation, save -> NPE

But the profile is there with the installation. Note I never restarted the
service so it's maybe not saved at all (and in a transient cache or
something).

Stéphane

On 8/7/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:

What is the process to reproduce it?

Stephane Nicoll a écrit :

Hey,

I've also a NPE (see below) but I'm able to create the build profile 
anyway. I'm on 1.1-beta-1, war version on tomcat 5.5.23/JDK5.


Cheers,
Stéphane

12790974 [TP-Processor6] INFO
com.opensymphony.xwork.interceptor.Interceptor:exceptionLogging  - 
Error ocurred during execution java.lang.NullPointerException

at

org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl.java:3667)

at

org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:3646)

at

org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.java:1202)

at

org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenceManager.java:1261)

at

org.codehaus.plexus.jdo.PlexusJdoUtils.updateObject(PlexusJdoUtils.java:160)

at

org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoContinuumStore.java:843)

at

org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoContinuumStore.java:835)

at

org.apache.maven.continuum.store.JdoContinuumStore.updateProfile(JdoContinuumStore.java:1226)

at

org.apache.maven.continuum.profile.DefaultProfileService.updateProfile(DefaultProfileService.java:62)
at 
org.apache.maven.continuum.web.action.admin.ProfileAction.save(Profi

leAction.java:122)


On 8/7/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:

What are your installations? profiles with installations associated?

[EMAIL PROTECTED] a écrit :

Hi,
I already wrote a message about that. I can't add any installation 
to a profile : with IE the add button doesn't work and with 
Firefox, when I click on the add button I obtain a 
java.lang.NullPointerException (with this stack trace : ).
My problem is a little different, I can't access anything after 
adding installations seeing that I can't add these installations. 
Does anyone have the same problem?

Any suggestion or idea?

Thanks in advance,
Rémi.



*"LAMY Olivier&

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-08 Thread fherrerav

I get the same NPE

Add installation (jdk1.6.0) -> Add profile (JDK1.6)->Edit profile->Add the
new installation from list -> NPE

Server: Red Hat
Client Browser: Opera
Note: Only 1 profile and 1 installation defined


java.lang.NullPointerException
at
org.apache.maven.continuum.web.action.admin.ProfileAction.addInstallation(ProfileAction.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:364)
at
com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:216)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
at
com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:168)
at
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at
com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115)
at
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at
org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationInterceptor.intercept(ForceContinuumConfigurationInterceptor.java:72)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at
org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcementInterceptor.java:103)
at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)







LAMY Olivier wrote:
> 
> I think it's due to CONTINUUM-1361.
> 
> Rewrite the end of the workflow ;-)
> 
> - Edit profile, add an installation, go to Profiles List
> 
> --
> Olivier
> 
> -Message d'origine-
> De : Stephane Nicoll [mailto:[EMAIL PROTECTED] 
> Envoyé : mardi 7 août 2007 12:11
> À : [EMAIL PROTECTED]
> Objet : Re: Continuum 1.1-beta-1 profile does not seem to work
> 
> - Firefox
> - Login as admin
> - Profiles, add profiles, give a name, save
> - Edit profile, add an installation, save -> NPE
> 
> But the profile is there with the installation. Note I never restarted the
> service so it's maybe not saved at all (and in a transient cache or
> something).
> 
> Stéphane
> 
> On 8/7/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
>> What is the process to reproduce it?
>>
>> Stephane Nicoll a écrit :
>> > Hey,
>> >
>> > I've also a NPE (see below) but I'm able to create the build profile 
>> > anyway. I'm on 1.1-beta-1, war version on tomcat 5.5.23/JDK5.
>> >
>> > Cheers,
>> > Stéphane
>> >
>> > 12790974 [TP-Processor6] INFO
>> > com.opensymphony.xwork.interceptor.Interceptor:exceptionLogging  - 
>> > Error ocurred during execution java.lang.NullPointerException
>> > at
>> org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl.java:3667)
>> > at
>> org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:3646)
>> > at
>> org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.java:1202)
>> > at
>> org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenceManager.java:1261)
>> > at
>> org.codehaus.plexus.jdo.PlexusJdoUtils.updateObject(PlexusJdoUtils.java:160)
>> > at
>> org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoContinuumStore.java:843)
>> > at
>> org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoContinuumStore.java:835)
>> > at
>> org.apache.maven.continuum.store.JdoContinuumStore.updateProfile(JdoContinuumStore.java:1226)
>> > at
>> org.apache.maven.continuum.profile.DefaultProfileService.updateProfile(DefaultProfileService.java:62)
>> > at 
>> > org.apache.maven.continuum.web.action.admin.ProfileAction.save(Profi
>> > leAction.java:122)
>> >
>> >
>> > On 8/7/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
>> >> What are your installations? profiles wi

Re: continuum-1.1-beta-1: Build succeeded or failed ???

2007-08-08 Thread Poli García
This worked just fine, thanks!

On 8/7/07, Madsen,Bryan <[EMAIL PROTECTED]> wrote:
>
> It is a known issue in 2.0.7. http://jira.codehaus.org/browse/MNG-3084
>
> You can update the bat file in your local install as described in the bug
> and it will start working.
>
> Bryan
>
> -Original Message-
> From: LAMY Olivier [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 07, 2007 4:09 PM
> To: [EMAIL PROTECTED]
> Subject: RE: continuum-1.1-beta-1: Build succeeded or failed ???
>
> Have you tried with mvn 2.0.6 or 2.0.5 ?
>
> What is your OS ?
> If windows I think there is an issue with mvn.bat concerning cli return
> code (MAVEN_TERMINATE_CMD ) (don't remember the issue id)
>
> --
> Olivier
>
> 
>
> De : Poli García [mailto:[EMAIL PROTECTED]
> Envoyé : mardi 7 août 2007 23:04
> À : [EMAIL PROTECTED]
> Objet : continuum-1.1-beta-1: Build succeeded or failed ???
>
>
> Hi !
> I've just installed Continuum 1.1 beta1 and noticed a strange
> behaviour when building my app. The thing is that continuum says it has
> built correctly, but the build has failed because a dependency cannot be
> found in the repository. See the attached image for this. I had to censor
> some fields of the attachment because of confidentiality, but I can say that
> we're using maven 2.0.7 and a wagon version branched from the version you
> can see on the on the screen shot.
>
> Has this happened to some of you guys before ?
>
> Regards
>
> --
> Poli García
>
>
> This e-mail, any attachments and the information contained therein ("this
> message") are confidential and intended solely for the use of the
> addressee(s). If you have received this message in error please send it back
> to the sender and delete it. Unauthorized publication, use, dissemination or
> disclosure of this message, either in whole or in part is strictly
> prohibited.
> **
> Ce message électronique et tous les fichiers joints ainsi que  les
> informations contenues dans ce message ( ci après "le message" ), sont
> confidentiels et destinés exclusivement à l'usage de la  personne à laquelle
> ils sont adressés. Si vous avez reçu ce message par erreur, merci  de le
> renvoyer à son émetteur et de le détruire. Toutes diffusion, publication,
> totale ou partielle ou divulgation sous quelque forme que se soit non
> expressément autorisées de ce message, sont interdites.
> **
>
> --
> CONFIDENTIALITY NOTICE This message and any included attachments are from
> Cerner Corporation and are intended only for the addressee. The information
> contained in this message is confidential and may constitute inside or
> non-public information under international, federal, or state securities
> laws. Unauthorized forwarding, printing, copying, distribution, or use of
> such information is strictly prohibited and may be unlawful. If you are not
> the addressee, please promptly delete this message and notify the sender of
> the delivery error by e-mail or you may call Cerner's corporate offices in
> Kansas City, Missouri, U.S.A at (+1) (816)221-1024.  Cerner Limited,
> Registered in England no 2519305, Registered Office 37 North Wharf Road,
> London W2 1AF.
>



-- 
Poli García


Re: [continuum-1.1-beta-1] pb with Synergy SCM

2007-08-08 Thread Emmanuel Venisse

It isn't a problem with the command execution process because all other 
commands (mvn, ant, svn, cvs...) works fine.
Maybe it's a change in maven-scm done between maven-scm 1.0-beta-4 and 1.0 final

David, can you explain this message?

Exception:
Cannot checkout sources.
Exception while executing SCM command.
Commandeline = cmd.exe /X /C '"ccm sync -r -p "Query expression must be
specified.""'
STDOUT = Project reference requires name and version optionally followed by
instance: 'Query expression must be specified.'

STDERR = Warning: Unable to identify project.

What would be the correct command to run?

dvicente a écrit :

Windows 2000 Advanced Server ;-((

Emmanuel Venisse wrote:

Randall, David,

What is your OS?

dvicente a écrit :

no i haven't seen your earlier post but it seems the same problem with
Synergy.

Thanks you for your answer

Randall Fidler wrote:

Hi David,

Not sure if you saw the earlier post by myself and another
person but the same situation happened with Perforce SCM; upgraded to
the latest beta and nothing works since.  It seems like it just doesn't
execute the actual scm commands properly in this latest version.

Regards,

Randall


-Original Message-
From: david vicente [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 08, 2007 1:42 AM

To: [EMAIL PROTECTED]
Subject: [continuum-1.1-beta-1] pb with Synergy SCM

Hi all,

I used Continuum 1.0.3 with Synergy (with maven-SCM-api-1.0-beta-4.jar
and
maven-SCM-provider-synergy-1.0-beta-4.jar in my \ lib) and all works
fine.

I have just continuum-1.1-beta-1 and nothing works since.

it does not manage to extract the sources.

In Continuum.log, I have that :

339122 [SocketListener0-0] INFO
org.apache.maven.continuum.Continuum:default  - Enqueuing
'VignetteOffre'
(Build definition id=2).
339169 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Initializing build
339169 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Starting build of VignetteOffre
339435 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Updating working dir
339435 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Performing action check-working-directory
339435 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Performing action checkout-project
339638 [pool-1-thread-1] INFO
org.apache.maven.continuum.scm.ContinuumScm:default  - Checking out
project:
'VignetteOffre', id: '1' to 'I:\DONNEES\DATA\continuum-
1.1\working-directory\1'.
348091 [pool-1-thread-1] INFO
org.apache.maven.scm.manager.ScmManager:default  - A working project
already
exists [Query expression must be specified.].
354857 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Merging SCM results
354935 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Error
updating from SCM, not building

and my build result traces :

Exception:
Cannot checkout sources.
Exception while executing SCM command.
Commandeline = cmd.exe /X /C '"ccm sync -r -p "Query expression must be
specified.""'
STDOUT = Project reference requires name and version optionally followed
by
instance: 'Query expression must be specified.'

STDERR = Warning: Unable to identify project.

I try to set level log to DEBUG but nothing more

could you help me ?

David Vicente











Re: [continuum-1.1-beta-1] pb with Synergy SCM

2007-08-08 Thread dvicente

Windows 2000 Advanced Server ;-((

Emmanuel Venisse wrote:
> 
> Randall, David,
> 
> What is your OS?
> 
> dvicente a écrit :
>> no i haven't seen your earlier post but it seems the same problem with
>> Synergy.
>> 
>> Thanks you for your answer
>> 
>> Randall Fidler wrote:
>>> Hi David,
>>>
>>> Not sure if you saw the earlier post by myself and another
>>> person but the same situation happened with Perforce SCM; upgraded to
>>> the latest beta and nothing works since.  It seems like it just doesn't
>>> execute the actual scm commands properly in this latest version.
>>>
>>> Regards,
>>>
>>> Randall
>>>
>>>
>>> -Original Message-
>>> From: david vicente [mailto:[EMAIL PROTECTED] 
>>> Sent: Wednesday, August 08, 2007 1:42 AM
>>> To: [EMAIL PROTECTED]
>>> Subject: [continuum-1.1-beta-1] pb with Synergy SCM
>>>
>>> Hi all,
>>>
>>> I used Continuum 1.0.3 with Synergy (with maven-SCM-api-1.0-beta-4.jar
>>> and
>>> maven-SCM-provider-synergy-1.0-beta-4.jar in my \ lib) and all works
>>> fine.
>>>
>>> I have just continuum-1.1-beta-1 and nothing works since.
>>>
>>> it does not manage to extract the sources.
>>>
>>> In Continuum.log, I have that :
>>>
>>> 339122 [SocketListener0-0] INFO
>>> org.apache.maven.continuum.Continuum:default  - Enqueuing
>>> 'VignetteOffre'
>>> (Build definition id=2).
>>> 339169 [pool-1-thread-1] INFO
>>> org.apache.maven.continuum.buildcontroller.BuildController:default  -
>>> Initializing build
>>> 339169 [pool-1-thread-1] INFO
>>> org.apache.maven.continuum.buildcontroller.BuildController:default  -
>>> Starting build of VignetteOffre
>>> 339435 [pool-1-thread-1] INFO
>>> org.apache.maven.continuum.buildcontroller.BuildController:default  -
>>> Updating working dir
>>> 339435 [pool-1-thread-1] INFO
>>> org.apache.maven.continuum.buildcontroller.BuildController:default  -
>>> Performing action check-working-directory
>>> 339435 [pool-1-thread-1] INFO
>>> org.apache.maven.continuum.buildcontroller.BuildController:default  -
>>> Performing action checkout-project
>>> 339638 [pool-1-thread-1] INFO
>>> org.apache.maven.continuum.scm.ContinuumScm:default  - Checking out
>>> project:
>>> 'VignetteOffre', id: '1' to 'I:\DONNEES\DATA\continuum-
>>> 1.1\working-directory\1'.
>>> 348091 [pool-1-thread-1] INFO
>>> org.apache.maven.scm.manager.ScmManager:default  - A working project
>>> already
>>> exists [Query expression must be specified.].
>>> 354857 [pool-1-thread-1] INFO
>>> org.apache.maven.continuum.buildcontroller.BuildController:default  -
>>> Merging SCM results
>>> 354935 [pool-1-thread-1] INFO
>>> org.apache.maven.continuum.buildcontroller.BuildController:default  -
>>> Error
>>> updating from SCM, not building
>>>
>>> and my build result traces :
>>>
>>> Exception:
>>> Cannot checkout sources.
>>> Exception while executing SCM command.
>>> Commandeline = cmd.exe /X /C '"ccm sync -r -p "Query expression must be
>>> specified.""'
>>> STDOUT = Project reference requires name and version optionally followed
>>> by
>>> instance: 'Query expression must be specified.'
>>>
>>> STDERR = Warning: Unable to identify project.
>>>
>>> I try to set level log to DEBUG but nothing more
>>>
>>> could you help me ?
>>>
>>> David Vicente
>>>
>>>
>> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-continuum-1.1-beta-1--pb-with-Synergy-SCM-tf4235149.html#a12052553
Sent from the Continuum - Users mailing list archive at Nabble.com.



RE: [continuum-1.1-beta-1] pb with Synergy SCM

2007-08-08 Thread Randall Fidler
Emmanuel,

We've got Continuum running on Ubuntu Linux.

Regards,

Randall

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 08, 2007 5:49 AM
To: [EMAIL PROTECTED]
Subject: Re: [continuum-1.1-beta-1] pb with Synergy SCM

Randall, David,

What is your OS?

dvicente a écrit :
> no i haven't seen your earlier post but it seems the same problem with
> Synergy.
> 
> Thanks you for your answer
> 
> Randall Fidler wrote:
>> Hi David,
>>
>>  Not sure if you saw the earlier post by myself and another
>> person but the same situation happened with Perforce SCM; upgraded to
>> the latest beta and nothing works since.  It seems like it just doesn't
>> execute the actual scm commands properly in this latest version.
>>
>> Regards,
>>
>> Randall
>>
>>
>> -Original Message-
>> From: david vicente [mailto:[EMAIL PROTECTED] 
>> Sent: Wednesday, August 08, 2007 1:42 AM
>> To: [EMAIL PROTECTED]
>> Subject: [continuum-1.1-beta-1] pb with Synergy SCM
>>
>> Hi all,
>>
>> I used Continuum 1.0.3 with Synergy (with maven-SCM-api-1.0-beta-4.jar
>> and
>> maven-SCM-provider-synergy-1.0-beta-4.jar in my \ lib) and all works
>> fine.
>>
>> I have just continuum-1.1-beta-1 and nothing works since.
>>
>> it does not manage to extract the sources.
>>
>> In Continuum.log, I have that :
>>
>> 339122 [SocketListener0-0] INFO
>> org.apache.maven.continuum.Continuum:default  - Enqueuing
>> 'VignetteOffre'
>> (Build definition id=2).
>> 339169 [pool-1-thread-1] INFO
>> org.apache.maven.continuum.buildcontroller.BuildController:default  -
>> Initializing build
>> 339169 [pool-1-thread-1] INFO
>> org.apache.maven.continuum.buildcontroller.BuildController:default  -
>> Starting build of VignetteOffre
>> 339435 [pool-1-thread-1] INFO
>> org.apache.maven.continuum.buildcontroller.BuildController:default  -
>> Updating working dir
>> 339435 [pool-1-thread-1] INFO
>> org.apache.maven.continuum.buildcontroller.BuildController:default  -
>> Performing action check-working-directory
>> 339435 [pool-1-thread-1] INFO
>> org.apache.maven.continuum.buildcontroller.BuildController:default  -
>> Performing action checkout-project
>> 339638 [pool-1-thread-1] INFO
>> org.apache.maven.continuum.scm.ContinuumScm:default  - Checking out
>> project:
>> 'VignetteOffre', id: '1' to 'I:\DONNEES\DATA\continuum-
>> 1.1\working-directory\1'.
>> 348091 [pool-1-thread-1] INFO
>> org.apache.maven.scm.manager.ScmManager:default  - A working project
>> already
>> exists [Query expression must be specified.].
>> 354857 [pool-1-thread-1] INFO
>> org.apache.maven.continuum.buildcontroller.BuildController:default  -
>> Merging SCM results
>> 354935 [pool-1-thread-1] INFO
>> org.apache.maven.continuum.buildcontroller.BuildController:default  -
>> Error
>> updating from SCM, not building
>>
>> and my build result traces :
>>
>> Exception:
>> Cannot checkout sources.
>> Exception while executing SCM command.
>> Commandeline = cmd.exe /X /C '"ccm sync -r -p "Query expression must be
>> specified.""'
>> STDOUT = Project reference requires name and version optionally followed
>> by
>> instance: 'Query expression must be specified.'
>>
>> STDERR = Warning: Unable to identify project.
>>
>> I try to set level log to DEBUG but nothing more
>>
>> could you help me ?
>>
>> David Vicente
>>
>>
> 



Re: [continuum-1.1-beta-1] pb with Synergy SCM

2007-08-08 Thread Emmanuel Venisse

Randall, David,

What is your OS?

dvicente a écrit :

no i haven't seen your earlier post but it seems the same problem with
Synergy.

Thanks you for your answer

Randall Fidler wrote:

Hi David,

Not sure if you saw the earlier post by myself and another
person but the same situation happened with Perforce SCM; upgraded to
the latest beta and nothing works since.  It seems like it just doesn't
execute the actual scm commands properly in this latest version.

Regards,

Randall


-Original Message-
From: david vicente [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 08, 2007 1:42 AM

To: [EMAIL PROTECTED]
Subject: [continuum-1.1-beta-1] pb with Synergy SCM

Hi all,

I used Continuum 1.0.3 with Synergy (with maven-SCM-api-1.0-beta-4.jar
and
maven-SCM-provider-synergy-1.0-beta-4.jar in my \ lib) and all works
fine.

I have just continuum-1.1-beta-1 and nothing works since.

it does not manage to extract the sources.

In Continuum.log, I have that :

339122 [SocketListener0-0] INFO
org.apache.maven.continuum.Continuum:default  - Enqueuing
'VignetteOffre'
(Build definition id=2).
339169 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Initializing build
339169 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Starting build of VignetteOffre
339435 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Updating working dir
339435 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Performing action check-working-directory
339435 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Performing action checkout-project
339638 [pool-1-thread-1] INFO
org.apache.maven.continuum.scm.ContinuumScm:default  - Checking out
project:
'VignetteOffre', id: '1' to 'I:\DONNEES\DATA\continuum-
1.1\working-directory\1'.
348091 [pool-1-thread-1] INFO
org.apache.maven.scm.manager.ScmManager:default  - A working project
already
exists [Query expression must be specified.].
354857 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Merging SCM results
354935 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Error
updating from SCM, not building

and my build result traces :

Exception:
Cannot checkout sources.
Exception while executing SCM command.
Commandeline = cmd.exe /X /C '"ccm sync -r -p "Query expression must be
specified.""'
STDOUT = Project reference requires name and version optionally followed
by
instance: 'Query expression must be specified.'

STDERR = Warning: Unable to identify project.

I try to set level log to DEBUG but nothing more

could you help me ?

David Vicente








Re: [continuum-1.1-beta-1] pb with Synergy SCM

2007-08-08 Thread Emmanuel Venisse

As we don't have lot of Synergy users and we don't have it to test, I think 
you'll need to look at maven-scm code (I don't think it's a continuum pb) to 
resolve this issue. sorry.

Emmanuel

david vicente a écrit :

Hi all,

I used Continuum 1.0.3 with Synergy (with maven-SCM-api-1.0-beta-4.jar and
maven-SCM-provider-synergy-1.0-beta-4.jar in my \ lib) and all works fine.

I have just continuum-1.1-beta-1 and nothing works since.

it does not manage to extract the sources.

In Continuum.log, I have that :

339122 [SocketListener0-0] INFO
org.apache.maven.continuum.Continuum:default  - Enqueuing 'VignetteOffre'
(Build definition id=2).
339169 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Initializing build
339169 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Starting build of VignetteOffre
339435 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Updating working dir
339435 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Performing action check-working-directory
339435 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Performing action checkout-project
339638 [pool-1-thread-1] INFO
org.apache.maven.continuum.scm.ContinuumScm:default  - Checking out project:
'VignetteOffre', id: '1' to 'I:\DONNEES\DATA\continuum-
1.1\working-directory\1'.
348091 [pool-1-thread-1] INFO
org.apache.maven.scm.manager.ScmManager:default  - A working project already
exists [Query expression must be specified.].
354857 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  -
Merging SCM results
354935 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:default  - Error
updating from SCM, not building

and my build result traces :

Exception:
Cannot checkout sources.
Exception while executing SCM command.
Commandeline = cmd.exe /X /C '"ccm sync -r -p "Query expression must be
specified.""'
STDOUT = Project reference requires name and version optionally followed by
instance: 'Query expression must be specified.'

STDERR = Warning: Unable to identify project.

I try to set level log to DEBUG but nothing more

could you help me ?

David Vicente





RE: continuum-1.1-beta-1: Build succeeded or failed ???

2007-08-07 Thread Madsen,Bryan
It is a known issue in 2.0.7. http://jira.codehaus.org/browse/MNG-3084

You can update the bat file in your local install as described in the bug and 
it will start working.

Bryan

-Original Message-
From: LAMY Olivier [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 07, 2007 4:09 PM
To: [EMAIL PROTECTED]
Subject: RE: continuum-1.1-beta-1: Build succeeded or failed ???

Have you tried with mvn 2.0.6 or 2.0.5 ?
 
What is your OS ?
If windows I think there is an issue with mvn.bat concerning cli return code 
(MAVEN_TERMINATE_CMD ) (don't remember the issue id)
 
--
Olivier



De : Poli García [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 7 août 2007 23:04
À : [EMAIL PROTECTED]
Objet : continuum-1.1-beta-1: Build succeeded or failed ???


Hi !
I've just installed Continuum 1.1 beta1 and noticed a strange behaviour 
when building my app. The thing is that continuum says it has built correctly, 
but the build has failed because a dependency cannot be found in the 
repository. See the attached image for this. I had to censor some fields of the 
attachment because of confidentiality, but I can say that we're using maven 
2.0.7 and a wagon version branched from the version you can see on the on the 
screen shot.

Has this happened to some of you guys before ?

Regards

-- 
Poli García 


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

--
CONFIDENTIALITY NOTICE This message and any included attachments are from 
Cerner Corporation and are intended only for the addressee. The information 
contained in this message is confidential and may constitute inside or 
non-public information under international, federal, or state securities laws. 
Unauthorized forwarding, printing, copying, distribution, or use of such 
information is strictly prohibited and may be unlawful. If you are not the 
addressee, please promptly delete this message and notify the sender of the 
delivery error by e-mail or you may call Cerner's corporate offices in Kansas 
City, Missouri, U.S.A at (+1) (816)221-1024.  Cerner Limited, Registered in 
England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF.


Re: Continuum 1.1-beta-1 auto refresh can cause repeated builds.

2007-08-07 Thread Emmanuel Venisse

It's a known issue that will be fixed in beta-2

Emmanuel

Madsen,Bryan a écrit :

I like the auto refresh feature and tend to leave continuum up on the
project group summary page while doing other work. Today I forced a
build  for a project on one of the project group pages and left my
browser on that page. I checked my build emails later and found that
project had built 8 times since I forced the initial build. This seems
very similar to using the browser refresh so it may be good to make an
extra mouse click after forcing a build.

Bryan

--
CONFIDENTIALITY NOTICE This message and any included attachments are from 
Cerner Corporation and are intended only for the addressee. The information 
contained in this message is confidential and may constitute inside or 
non-public information under international, federal, or state securities laws. 
Unauthorized forwarding, printing, copying, distribution, or use of such 
information is strictly prohibited and may be unlawful. If you are not the 
addressee, please promptly delete this message and notify the sender of the 
delivery error by e-mail or you may call Cerner's corporate offices in Kansas 
City, Missouri, U.S.A at (+1) (816)221-1024.  Cerner Limited, Registered in 
England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF.




RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread remi . chevalier
(DefaultActionInvocation.java:188)
 at 
com.opensymphony.xwork.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:151)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:186)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
org.codehaus.plexus.redback.xwork.interceptor.AutoLoginInterceptor.intercept(AutoLoginInterceptor.java:156)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
org.codehaus.plexus.redback.xwork.interceptor.ForceAdminUserInterceptor.intercept(ForceAdminUserInterceptor.java:63)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
org.codehaus.plexus.redback.xwork.interceptor.EnvironmentCheckInterceptor.intercept(EnvironmentCheckInterceptor.java:122)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
com.opensymphony.xwork.DefaultActionProxy.execute(DefaultActionProxy.java:113)
 at 
com.opensymphony.webwork.dispatcher.DispatcherUtils.serviceAction(DispatcherUtils.java:225)
 at 
com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:202)
 at 
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
 at 
com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
 at 
com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
 at 
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
 at 
com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:88)
 at 
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
 at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
 at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
 at 
org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
 at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
 at 
org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
 at 
org.mortbay.http.HttpServer.service(HttpServer.java:909)
 at 
org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
 at 
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
 at 
org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
 at 
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
 at 
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
 at 
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)

That's all.





"LAMY Olivier" <[EMAIL PROTECTED]> 
07/08/2007 12:07
Veuillez répondre à
[EMAIL PROTECTED]


A
<[EMAIL PROTECTED]>
cc

Objet
RE: Continuum 1.1-beta-1 profile does not seem to work






Do you have an error message or something in the log ?


--
Olivier 

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 7 août 2007 11:59
À : [EMAIL PROTECTED]
Cc : [EMAIL PROTECTED]
Objet : Re: Continuum 1.1-beta-1 profile does not seem to work

I have only one installation :
Name : JDK 1.5.0_01
Type : jdk
Env Var Name : JAVA_HOME
Value/Path : C:\Program Files\Java\jdk1.5.0_01

I tried several profiles, the last one was a test with Firefox : 
testFirefox.




Emmanuel Venisse <[EMAIL PROTECTED]>
07/08/2007 11:45
Veuillez répondre à
[EMAIL PROTECTED]


A
[EMAIL PROTECTED]
cc

Objet
Re: Continuum 1.1-beta-1 profile does not seem to work






What are your installations? profiles with installations associated?

[EMAIL PROTECTED] a écrit 

Re: Continuum 1.1-beta-1 shell project does not run but runs from command line

2007-08-06 Thread L. J.
Sure,




org.apache.maven.plugins
maven-compiler-plugin
2.0.1-SNAPSHOT

1.3
1.3

true


org.apache.maven.plugins
maven-jar-plugin


true

true




${
project.scm.connection} ${project.scm.tag}



true




Thanks.

LJ


On 8/6/07, LAMY Olivier <[EMAIL PROTECTED]> wrote:
>
> Could you show your maven-compiler-plugin configuration.
> What are you target/source values ?
>
>
>
> -Message d'origine-
> De : L. J. [mailto:[EMAIL PROTECTED]
> Envoyé : mardi 7 août 2007 01:06
> À : continuum-users
> Objet : Continuum 1.1-beta-1 shell project does not run but runs from
> command line
>
> Using a shell script /usr/bin/sh build.sh (the script runs mvn -U -
> Dmaven.test.skip clean install), it works fine from the command line, but
> if I put in continuum beta-1 as a shell project, it fails. I tried adding
> the profile but does not help.
>
> Any suggestion or idea?
>
> Compiling 65 source files to 
> /apps/build/continuum-1.1-beta-1/apps/continuum/webapp/WEB-INF/working-directory/2/checkoutAdmin/admintoolcontinuum/adminparentPOM/../AdminCache/target/classes
> [INFO]
> 
> [ERROR] BUILD FAILURE
> [INFO]
> 
> [INFO] Compilation failure
>
> Failure executing javac, but could not parse the error:
> javac: target release 1.3 conflicts with default source release 1.5
>
>
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch [INFO]
> 
> [INFO] Total time: 27 seconds
> [INFO] Finished at: Mon Aug 06 15:23:33 PDT 2007 [INFO] Final Memory:
> 10M/28M [INFO]
> 
>
> Thanks.
>
> LJ
>
>
> This e-mail, any attachments and the information contained therein ("this
> message") are confidential and intended solely for the use of the
> addressee(s). If you have received this message in error please send it back
> to the sender and delete it. Unauthorized publication, use, dissemination or
> disclosure of this message, either in whole or in part is strictly
> prohibited.
> **
> Ce message électronique et tous les fichiers joints ainsi que  les
> informations contenues dans ce message ( ci après "le message" ), sont
> confidentiels et destinés exclusivement à l'usage de la  personne à laquelle
> ils sont adressés. Si vous avez reçu ce message par erreur, merci  de le
> renvoyer à son émetteur et de le détruire. Toutes diffusion, publication,
> totale ou partielle ou divulgation sous quelque forme que se soit non
> expressément autorisées de ce message, sont interdites.
> **
>
>


Re: Continuum does not run Schduled Builds

2007-08-06 Thread Emmanuel Venisse

We have a bug in 1.0.3 about more than one scheduled build.
If you want, you can try Continuum 1.1-beta-1, the bug is fixed.

Emmanuel

Mac-Systems a écrit :

Anyone can help on this Issue ?
Someone running more than one Build ?

I am using version 1.0.3.


regards,
Jens
I have 3 Projects running with Continuum. Two of them are Branches. 
Actually i

use onyl the Default Schedule (build each hour once).
Only the Project which was first Configured in Continuum is build 
Automaticly.
If i commit to a Branch Continuum should build at least after apx. one 
hour, but nothing happens..



If i force the Build via the "Build Now" Button i see after the build 
succeed the change log. So It seem i have configured

all right.

Anyone can help me ?

regards,
Jens













Re: Continuum with nAnt or MSBuild

2007-08-03 Thread Jan Nielsen
Hi Anshula,

One of my Continuum 1.0.3 build jobs is an Ant build script which
calls into an NAnt build script for a .NET project - seems to work
fine for me.

-Jan


On 8/3/07, Anshula <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have some .NET projects which need to be integrated in Continuum.
> Has any one worked with setting up the build system for .NET projects with
> nAnt or MSBuild as the build tool.
> Any idea which build tool works better with Continuum?
>
> Regards,
> Anshula
> --
> View this message in context: 
> http://www.nabble.com/Continuum-with-nAnt-or-MSBuild-tf4212795.html#a11984115
> Sent from the Continuum - Users mailing list archive at Nabble.com.
>
>


Re: Continuum 1.1-alpha-2

2007-08-02 Thread Emmanuel Venisse

profiles/installations are in 1.1-beta-1 not in 1.1-alpha-2

Jesse McConnell a écrit :

yes, you can use those with the profile setup, just register those
installations of maven and the jdk and you'll be in good shape

ping here if you have issues

cheers!

jesse

On 8/2/07, Morgovsky, Alexander (US - Glen Mills)
<[EMAIL PROTECTED]> wrote:

I would like to install Continuum 1.1-alpha-2.  Will I be able to use
Maven 2.0.5 and Java 1.4.2_10?  Thank you.


This message (including any attachments) contains confidential information 
intended for a specific individual and purpose, and is protected by law.  If 
you are not the intended recipient, you should delete this message.


Any disclosure, copying, or distribution of this message, or the taking of any 
action based on it, is strictly prohibited. [v.E.1]








Re: Continuum 1.1-alpha-2

2007-08-02 Thread Jesse McConnell
yes, you can use those with the profile setup, just register those
installations of maven and the jdk and you'll be in good shape

ping here if you have issues

cheers!

jesse

On 8/2/07, Morgovsky, Alexander (US - Glen Mills)
<[EMAIL PROTECTED]> wrote:
> I would like to install Continuum 1.1-alpha-2.  Will I be able to use
> Maven 2.0.5 and Java 1.4.2_10?  Thank you.
>
>
> This message (including any attachments) contains confidential information 
> intended for a specific individual and purpose, and is protected by law.  If 
> you are not the intended recipient, you should delete this message.
>
>
> Any disclosure, copying, or distribution of this message, or the taking of 
> any action based on it, is strictly prohibited. [v.E.1]
>


-- 
jesse mcconnell
[EMAIL PROTECTED]


Re: CONTINUUM-1356 (Was: Re: First build errors)

2007-08-02 Thread Christian Gruber

Cool.  Thanks.

Christian


On Aug 2, 2007, at 9:29 AM, Jesse McConnell wrote:

should be fixed on trunk now, it was a errant 1.1-SNAPSHOT parent  
reference

in a test case

On 7/31/07, Christian Gruber <[EMAIL PROTECTED]> wrote:


:) Thanks.

I see it, but I set JAVA_HOME, and that, plus M2_HOME eliminated all
but those three.  Sadly, it didn't clear up the remainder.

Christian.

On Jul 31, 2007, at 4:55 PM, LAMY Olivier wrote:


Yes.

http://jira.codehaus.org/browse/CONTINUUM-1356

;-)

--
Olivier






--
jesse mcconnell
[EMAIL PROTECTED]


christian gruber + [EMAIL PROTECTED] + mob 410.900.0796 + mob2  
416.998.6023

process coach and architect + ISRÁFÍL CONSULTING SERVICES




Re: CONTINUUM-1356 (Was: Re: First build errors)

2007-08-02 Thread Jesse McConnell
should be fixed on trunk now, it was a errant 1.1-SNAPSHOT parent reference
in a test case

On 7/31/07, Christian Gruber <[EMAIL PROTECTED]> wrote:
>
> :) Thanks.
>
> I see it, but I set JAVA_HOME, and that, plus M2_HOME eliminated all
> but those three.  Sadly, it didn't clear up the remainder.
>
> Christian.
>
> On Jul 31, 2007, at 4:55 PM, LAMY Olivier wrote:
>
> > Yes.
> >
> > http://jira.codehaus.org/browse/CONTINUUM-1356
> >
> > ;-)
> >
> > --
> > Olivier
>
>


-- 
jesse mcconnell
[EMAIL PROTECTED]


Re: continuum 1.0.3 build errors but mvn fine

2007-08-01 Thread Jesse McConnell
ah, if I remember right there was something that needed to be done to make
that work right for windows...but danged if I remember what...I just don't
do windows much.

glad you got it working :)

jesse

On 8/1/07, John Coleman <[EMAIL PROTECTED]> wrote:
>
> This is on Windows Server 2003. As continuum runs as a service it uses
> the Local System profile. Perhaps there is an issue there.
>
> As a long shot, I provided the proxy server settings and it works now,
> even though all dependencies were already in the local repo?!
>
> Maybe I should switch maven to offline mode as well, but I still don't
> understand why it was okay on the command line.
>
> John
>
> -Original Message-
> From: Jesse McConnell [mailto:[EMAIL PROTECTED]
> Sent: 31 July 2007 21:30
> To: [EMAIL PROTECTED]
> Subject: Re: continuum 1.0.3 build errors but mvn fine
>
> these are generally environment issues yes..though your saying that
> you can run it fine from the working directory is generally the first
> time to suggest trying :)
>
> what o/s
>
> and you are running it in that working directory as the same user that
> is running continuum, right? :)
>
> jesse
>
> On 7/31/07, John Coleman <[EMAIL PROTECTED]>
> wrote:
> > My continuum builds continue to spew this message out...
> >
> >
> >
> > [INFO] artifact com.eurobase.maven.plugins:web-flavour: checking for
> > updates from central [WARNING] repository metadata for: 'artifact
> > com.eurobase.maven.plugins:web-flavour' could not be retrieved from
> > repository: central due to an error: Error transferring file [INFO]
> > Repository 'central' will be blacklisted [INFO]
> >
> 
> >
> > [ERROR] BUILD ERROR
> >
> > [INFO]
> >
> 
> >
> > [INFO] The plugin 'com.eurobase.maven.plugins:web-flavour' does not
> > exist or no valid version could be found [INFO]
> >
> >
> >
> > However, if I go into the continuum working-dir and type mvn package
> off
> > the command line, the build is fine. So what goes? Some kind of
> > environment configuration difference perhaps?
> >
> >
> >
> > TIA
> >
> > John
> >
> >
> > Eurobase International Limited and its subsidiaries (Eurobase) are
> unable to exercise control over the content of information in E-Mails.
> Any views and opinions expressed may be personal to the sender and are
> not necessarily those of Eurobase. Eurobase will not enter into any
> contractual obligations in respect of any part of its business in any
> E-mail.
> >
> > Privileged / confidential information may be contained in this message
> and /or any attachments. This E-mail is intended for the use of the
> addressee(s) only and may contain confidential information. If you are
> not the / an intended recipient, you are hereby notified that any use or
> dissemination of this communication is strictly prohibited.  If you
> receive this transmission in error, please notify us immediately, and
> then delete this E-mail.
> >
> > Neither the sender nor Eurobase accepts any liability whatsoever for
> any defects of any kind either in or arising from this E-mail
> transmission. E-Mail transmission cannot be guaranteed to be secure or
> error-free, as messages can be intercepted, lost, corrupted, destroyed,
> contain viruses, or arrive late or incomplete. Eurobase does not accept
> any responsibility for viruses and it is your responsibility to scan any
> attachments.
> >
> > Eurobase Systems Limited is the main trading company in the Eurobase
> International Group; registered in England and Wales as company number
> 02251162; registered address: Essex House, 2 County Place, Chelmsford,
> Essex CM2 0RE, UK.
> >
> >
>
>
> --
> jesse mcconnell
> [EMAIL PROTECTED]
>



-- 
jesse mcconnell
[EMAIL PROTECTED]


RE: continuum 1.0.3 build errors but mvn fine

2007-08-01 Thread John Coleman
This is on Windows Server 2003. As continuum runs as a service it uses
the Local System profile. Perhaps there is an issue there.

As a long shot, I provided the proxy server settings and it works now,
even though all dependencies were already in the local repo?!

Maybe I should switch maven to offline mode as well, but I still don't
understand why it was okay on the command line.

John

-Original Message-
From: Jesse McConnell [mailto:[EMAIL PROTECTED] 
Sent: 31 July 2007 21:30
To: [EMAIL PROTECTED]
Subject: Re: continuum 1.0.3 build errors but mvn fine

these are generally environment issues yes..though your saying that
you can run it fine from the working directory is generally the first
time to suggest trying :)

what o/s

and you are running it in that working directory as the same user that
is running continuum, right? :)

jesse

On 7/31/07, John Coleman <[EMAIL PROTECTED]>
wrote:
> My continuum builds continue to spew this message out...
>
>
>
> [INFO] artifact com.eurobase.maven.plugins:web-flavour: checking for
> updates from central [WARNING] repository metadata for: 'artifact
> com.eurobase.maven.plugins:web-flavour' could not be retrieved from
> repository: central due to an error: Error transferring file [INFO]
> Repository 'central' will be blacklisted [INFO]
>

>
> [ERROR] BUILD ERROR
>
> [INFO]
>

>
> [INFO] The plugin 'com.eurobase.maven.plugins:web-flavour' does not
> exist or no valid version could be found [INFO]
>
>
>
> However, if I go into the continuum working-dir and type mvn package
off
> the command line, the build is fine. So what goes? Some kind of
> environment configuration difference perhaps?
>
>
>
> TIA
>
> John
>
>
> Eurobase International Limited and its subsidiaries (Eurobase) are
unable to exercise control over the content of information in E-Mails.
Any views and opinions expressed may be personal to the sender and are
not necessarily those of Eurobase. Eurobase will not enter into any
contractual obligations in respect of any part of its business in any
E-mail.
>
> Privileged / confidential information may be contained in this message
and /or any attachments. This E-mail is intended for the use of the
addressee(s) only and may contain confidential information. If you are
not the / an intended recipient, you are hereby notified that any use or
dissemination of this communication is strictly prohibited.  If you
receive this transmission in error, please notify us immediately, and
then delete this E-mail.
>
> Neither the sender nor Eurobase accepts any liability whatsoever for
any defects of any kind either in or arising from this E-mail
transmission. E-Mail transmission cannot be guaranteed to be secure or
error-free, as messages can be intercepted, lost, corrupted, destroyed,
contain viruses, or arrive late or incomplete. Eurobase does not accept
any responsibility for viruses and it is your responsibility to scan any
attachments.
>
> Eurobase Systems Limited is the main trading company in the Eurobase
International Group; registered in England and Wales as company number
02251162; registered address: Essex House, 2 County Place, Chelmsford,
Essex CM2 0RE, UK.
>
>


-- 
jesse mcconnell
[EMAIL PROTECTED]


Re: Continuum don't show the author and messages commit in the changes section

2007-07-26 Thread Dan Tran
Emmanuel,

Do you have instructions on how to enable debug on maven-scm classes?

Thanks

-Dan


On 7/26/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
>
> To know what's happen, I'd need logs of maven-scm classes in debug level.
>
> Emmanuel
>
> Dan Tran a écrit :
> > it intermittenly happens on 1.1-beta-1 as well
> >
> > -D
> >
> >
> > On 7/26/07, Martin Alejandro Villalobos <[EMAIL PROTECTED]>
> > wrote:
> >>
> >> Emmanuel, thanks for your answer.
> >> I'm using Continuum 1.0.3 and SVN, but this behaviour is only with some
> >> projects, not with all.
> >> Can be related with the way in that the svn plugin of Eclipse do the
> >> commits?
> >>
> >> Thanks.
> >>
> >> Martin.
> >>
> >> Emmanuel Venisse wrote:
> >> > Continuum
> >> > version? SCM?
> >> >
> >> > Generally it's a problem due to the locale used on the server, it
> must
> >> > be an english locale.
> >> >
> >> > Emmanuel
> >> >
> >> > Martin Alejandro Villalobos a écrit :
> >> >> Hello, I have a trouble.
> >> >> In a mysterious way, Continuum don't show the author and messages
> >> >> commit in the changes section.
> >> >> Somebody knows what could be a problem???
> >> >>
> >> >> Thanks.
> >> >>
> >> >> Martin.
> >> >>
> >> >>
> >> >>
> >> >>
> >> >
> >> > 
> >>
> >>
> >> --
> >> Martin A. Villalobos
> >> Software Development and SCM
> >> Globant
> >> Arg Office: +54 (11) 4109 1700 int 8473
> >> [EMAIL PROTECTED]
> >>
> >>
> >
>
>


Re: Re: Continuum don't show the author and messages commit in the changes section

2007-07-26 Thread Wendy Smoak

On 7/26/07, Dan Tran <[EMAIL PROTECTED]> wrote:


it intermittenly happens on 1.1-beta-1 as well


What does  look like?

I've found that if the connection url has a trailing slash, the author
info does not show up.

--
Wendy


  1   2   3   4   >