You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Ben Kelley (JIRA)" <ji...@codehaus.org> on 2008/11/24 05:03:19 UTC

[jira] Created: (CONTINUUM-1991) after an svn source change Continuum indicates that changes were only in submodules

after an svn source change Continuum indicates that changes were only in submodules
-----------------------------------------------------------------------------------

                 Key: CONTINUUM-1991
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1991
             Project: Continuum
          Issue Type: Bug
          Components: SCM
    Affects Versions: 1.2
         Environment: Red Hat Enterprise Linux 4, Java 1.6u10, svn 1.5.2, mvn 2.0.9
            Reporter: Ben Kelley


When Continuum checks for SCM updates in a multi-module Maven 2 project it runs "svn update", which finds updates. It then runs svn log, but it says that changes were only in submodules so it never builds.

e.g. The most recent build was at about 9:30, and I made a change at about 13:00. My schedule runs every 20 mins:

2008-11-24 13:24:38,285 [pool-1-thread-1] INFO  action#update-working-directory-from-scm  - Updating project: neo-parent', id: '17' to '/home/ben/continuum/working-directory/17'.
2008-11-24 13:24:38,319 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: /bin/sh -c cd /home/ben/continuum/working-directory/17 && svn --non-interactive update /home/ben/continuum/working-directory/17
2008-11-24 13:24:38,320 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: /home/ben/continuum/working-directory/17
2008-11-24 13:25:12,171 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: /bin/sh -c cd /home/ben/continuum/working-directory/17 && svn --non-interactive log -v -r '{2008-11-23 22:33:32 +0000}:{2008-11-24 02:25:12 +0000}' http://subversion.mycompany.com/svn/repos/myrepo
2008-11-24 13:25:12,171 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: /home/ben/continuum/working-directory/17
2008-11-24 13:25:21,864 [pool-1-thread-1] INFO  action#update-working-directory-from-scm  - Updated 1 files.
2008-11-24 13:25:21,925 [pool-1-thread-1] INFO  buildController  - Merging SCM results
2008-11-24 13:25:22,070 [pool-1-thread-1] INFO  continuumBuildExecutor#maven2  - Changes are only in sub-modules.
2008-11-24 13:25:22,076 [pool-1-thread-1] INFO  buildController  - No changes in the current project, not building

It is hard to tell if the problem is due to the fact that it is trying to build a multi-module project, or some other SCM wierdness. Running the svn log command on the command line does show the correct changes.

This project built OK in 1.1.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-1991) after an svn source change Continuum indicates that changes were only in submodules

Posted by "Ben Kelley (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=155178#action_155178 ] 

Ben Kelley commented on CONTINUUM-1991:
---------------------------------------

This might be a duplicate of CONTINUUM-1915

> after an svn source change Continuum indicates that changes were only in submodules
> -----------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1991
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1991
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2
>         Environment: Red Hat Enterprise Linux 4, Java 1.6u10, svn 1.5.2, mvn 2.0.9
>            Reporter: Ben Kelley
>
> When Continuum checks for SCM updates in a multi-module Maven 2 project it runs "svn update", which finds updates. It then runs svn log, but it says that changes were only in submodules so it never builds.
> e.g. The most recent build was at about 9:30, and I made a change at about 13:00. My schedule runs every 20 mins:
> 2008-11-24 13:24:38,285 [pool-1-thread-1] INFO  action#update-working-directory-from-scm  - Updating project: neo-parent', id: '17' to '/home/ben/continuum/working-directory/17'.
> 2008-11-24 13:24:38,319 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: /bin/sh -c cd /home/ben/continuum/working-directory/17 && svn --non-interactive update /home/ben/continuum/working-directory/17
> 2008-11-24 13:24:38,320 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: /home/ben/continuum/working-directory/17
> 2008-11-24 13:25:12,171 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: /bin/sh -c cd /home/ben/continuum/working-directory/17 && svn --non-interactive log -v -r '{2008-11-23 22:33:32 +0000}:{2008-11-24 02:25:12 +0000}' http://subversion.mycompany.com/svn/repos/myrepo
> 2008-11-24 13:25:12,171 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: /home/ben/continuum/working-directory/17
> 2008-11-24 13:25:21,864 [pool-1-thread-1] INFO  action#update-working-directory-from-scm  - Updated 1 files.
> 2008-11-24 13:25:21,925 [pool-1-thread-1] INFO  buildController  - Merging SCM results
> 2008-11-24 13:25:22,070 [pool-1-thread-1] INFO  continuumBuildExecutor#maven2  - Changes are only in sub-modules.
> 2008-11-24 13:25:22,076 [pool-1-thread-1] INFO  buildController  - No changes in the current project, not building
> It is hard to tell if the problem is due to the fact that it is trying to build a multi-module project, or some other SCM wierdness. Running the svn log command on the command line does show the correct changes.
> This project built OK in 1.1.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (CONTINUUM-1991) after an svn source change Continuum indicates that changes were only in submodules

Posted by "Ben Kelley (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Kelley closed CONTINUUM-1991.
---------------------------------

    Resolution: Duplicate

Yes this is a duplicate.

> after an svn source change Continuum indicates that changes were only in submodules
> -----------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1991
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1991
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.2
>         Environment: Red Hat Enterprise Linux 4, Java 1.6u10, svn 1.5.2, mvn 2.0.9
>            Reporter: Ben Kelley
>
> When Continuum checks for SCM updates in a multi-module Maven 2 project it runs "svn update", which finds updates. It then runs svn log, but it says that changes were only in submodules so it never builds.
> e.g. The most recent build was at about 9:30, and I made a change at about 13:00. My schedule runs every 20 mins:
> 2008-11-24 13:24:38,285 [pool-1-thread-1] INFO  action#update-working-directory-from-scm  - Updating project: neo-parent', id: '17' to '/home/ben/continuum/working-directory/17'.
> 2008-11-24 13:24:38,319 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: /bin/sh -c cd /home/ben/continuum/working-directory/17 && svn --non-interactive update /home/ben/continuum/working-directory/17
> 2008-11-24 13:24:38,320 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: /home/ben/continuum/working-directory/17
> 2008-11-24 13:25:12,171 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Executing: /bin/sh -c cd /home/ben/continuum/working-directory/17 && svn --non-interactive log -v -r '{2008-11-23 22:33:32 +0000}:{2008-11-24 02:25:12 +0000}' http://subversion.mycompany.com/svn/repos/myrepo
> 2008-11-24 13:25:12,171 [pool-1-thread-1] INFO  org.apache.continuum.scm.manager.Slf4jScmLogger  - Working directory: /home/ben/continuum/working-directory/17
> 2008-11-24 13:25:21,864 [pool-1-thread-1] INFO  action#update-working-directory-from-scm  - Updated 1 files.
> 2008-11-24 13:25:21,925 [pool-1-thread-1] INFO  buildController  - Merging SCM results
> 2008-11-24 13:25:22,070 [pool-1-thread-1] INFO  continuumBuildExecutor#maven2  - Changes are only in sub-modules.
> 2008-11-24 13:25:22,076 [pool-1-thread-1] INFO  buildController  - No changes in the current project, not building
> It is hard to tell if the problem is due to the fact that it is trying to build a multi-module project, or some other SCM wierdness. Running the svn log command on the command line does show the correct changes.
> This project built OK in 1.1.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira