You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Carlos Henriquez <ca...@gmail.com> on 2006/03/30 15:03:53 UTC

No file updated, not building - Continuum

Hello,

I'm using Continuum 1.0.2 with Maven 2.0.2 and I add a project with a
default build that works just fine when I forced it (clean install).

The problems comes with the Schedule. I'm using DEFAULT_SCHEDULE and it
triggers every hour but the build throws and error. Here is the output of my
log file

INFO   | jvm 1    | 2006/03/29 20:00:02 | 2006-03-29 20:00:02,683 [Thread-1]
INFO  Action:update-project-from-working-directory - Updating project
'MyProject' from checkout.
INFO   | jvm 1    | 2006/03/29 20:00:02 | 2006-03-29 20:00:02,808 [Thread-1]
INFO  Action:execute-builder         - No files updated, not building.
Project id '1'.

The checkout is ok. I've check my working copy and the files are indeed
updated but the "execute-builder" thinks they are not. It may be an error or
something in my Continuum configuration or maybe de POM file but I can't
find it.

The command that does the checkout is

INFO   | jvm 1    | 2006/03/29 20:00:00 | 2006-03-29 20:00:00,230 [Thread-1]
INFO  ScmManager                     - Command line: stcmd co -x -nologo
-stop -p "user@127.0.0.1:49201/Project/View/ProjectFolder" -fp "C:/Program
Files/Apache Software
Foundation/continuum-1.0.2/apps/continuum/working-directory/1"
-merge -neverprompt -is

and every time it checks out a file the following WARN and DEBUG messages
appears in the log file

INFO   | jvm 1    | 2006/03/29 20:00:01 | 2006-03-29 20:00:01,808
[Thread-18] WARN  ScmManager                     - Unknown checkout ouput:
Folder: ProjectFolder  (working directory: C:\Program Files\Apache Software
Foundation\continuum-1.0.2\apps\continuum\working-directory\1)
INFO   | jvm 1    | 2006/03/29 20:00:01 | 2006-03-29 20:00:01,855
[Thread-18] DEBUG ScmManager                     - MyClass.java: omitted


Hope you can help me with that.

Thanks

Re: No file updated, not building - Continuum

Posted by Wayne Fay <wa...@gmail.com>.
I'd send this email to the Continuum users list, not Maven.

Wayne


On 3/30/06, Carlos Henriquez <ca...@gmail.com> wrote:
> Hello,
>
> I'm using Continuum 1.0.2 with Maven 2.0.2 and I add a project with a
> default build that works just fine when I forced it (clean install).
>
> The problems comes with the Schedule. I'm using DEFAULT_SCHEDULE and it
> triggers every hour but the build throws and error. Here is the output of my
> log file
>
> INFO   | jvm 1    | 2006/03/29 20:00:02 | 2006-03-29 20:00:02,683 [Thread-1]
> INFO  Action:update-project-from-working-directory - Updating project
> 'MyProject' from checkout.
> INFO   | jvm 1    | 2006/03/29 20:00:02 | 2006-03-29 20:00:02,808 [Thread-1]
> INFO  Action:execute-builder         - No files updated, not building.
> Project id '1'.
>
> The checkout is ok. I've check my working copy and the files are indeed
> updated but the "execute-builder" thinks they are not. It may be an error or
> something in my Continuum configuration or maybe de POM file but I can't
> find it.
>
> The command that does the checkout is
>
> INFO   | jvm 1    | 2006/03/29 20:00:00 | 2006-03-29 20:00:00,230 [Thread-1]
> INFO  ScmManager                     - Command line: stcmd co -x -nologo
> -stop -p "user@127.0.0.1:49201/Project/View/ProjectFolder" -fp "C:/Program
> Files/Apache Software
> Foundation/continuum-1.0.2/apps/continuum/working-directory/1"
> -merge -neverprompt -is
>
> and every time it checks out a file the following WARN and DEBUG messages
> appears in the log file
>
> INFO   | jvm 1    | 2006/03/29 20:00:01 | 2006-03-29 20:00:01,808
> [Thread-18] WARN  ScmManager                     - Unknown checkout ouput:
> Folder: ProjectFolder  (working directory: C:\Program Files\Apache Software
> Foundation\continuum-1.0.2\apps\continuum\working-directory\1)
> INFO   | jvm 1    | 2006/03/29 20:00:01 | 2006-03-29 20:00:01,855
> [Thread-18] DEBUG ScmManager                     - MyClass.java: omitted
>
>
> Hope you can help me with that.
>
> Thanks
>
>