Re: Creating new user in Continuum 1.1I

2007-12-13 Thread Olivier Dehon

On Thu, 2007-12-13 at 13:47 +0300, Oleg Alexeyev wrote:
> Hi,
> 
> On Dec 7, 2007 1:15 AM, L. J. <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > Just want to see if anyone else having this problem. I can only create admin
> > user during the initial installation. After that, whatever the users I
> > created, it says that either the username or password is incorrect while
> > trying to log in.
> 
> I have the same problem with Continuum 1.1 release...
> For now I empowered Guest user with all the rights necessary to
> trigger builds etc.
> 
Hi,

I have the same problem.
I found that users have to be "validated" (by clicking on the link sent
to them via email) before they can log in. There is a "resend
validation" button for existing users.

-Olivier




Re: two schedules at diferents times

2007-06-28 Thread Olivier Dehon

Just an idea, but maybe every schedule should have its own working
directory (or at least an option should be present to configure it that 
way),

this way the code changes for one schedule wouldn't consumed by the other
schedule. Wiping out when "building fresh" means that snapshot artifacts
get generated that can be exactly the same from build to build...

I understand this might mean pretty drastic changes to the data model 
though.


-Olivier

Jesse McConnell wrote:

set the one that is to build at midnight to 'build fresh'

that will blow away the working copy and check it out again and build it

jesse

On 6/28/07, Martin Alejandro Villalobos 
<[EMAIL PROTECTED]> wrote:

Hello, I've a question.
I want add two diferentes schedules to a project in continuum, actually
is using 1.1-alpha-2.
I want that one schedule that throw each five minutes and the second
schedule will be throw one time at midnight.
The problem es that, when the last build is generated before the
midnight is done, then the next update will not see changes from the
previous.
There is some solution for this scenario?

Thanks for all.

Martin.









Re: Run different goals on different schedules for a project group

2007-06-20 Thread Olivier Dehon

I am using version 1.0.3, enhanced with some patches.

Wendy Smoak wrote:

On 6/20/07, Olivier Dehon <[EMAIL PROTECTED]> wrote:

The problem I am facing is that the daily build will never get kicked 
off
because the scm changes have already been "consumed" by the hourly 
build.


What version are you using?  I vaguely remember asking Emmanuel about 
that...






Projects do not get created in project group when adding modules to the POM

2007-03-10 Thread Olivier Dehon

Hi,

I have created and uploaded a POM (SNAPSHOT version) with modules into 
Continuum as a Maven2 project.
Continuum correctly created the project group with one member project 
per module.
Now, when I checkin changes in that POM, say to add or remove a module, 
these changes are not reflected in Continuum
when the project group is re-built. I would have expected that it would 
add/remove projects as per the latest module

hierarchy described in the POM.

The only way I found to reflect the module changes is to delete and 
re-create the project group.

Am I missing something?

I am using Continuum 1.0.3 with Maven 2.0.4

Thanks in advance for any hints.

-Olivier