You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by "Frederico Ramos (JIRA)" <ji...@codehaus.org> on 2005/11/09 02:08:06 UTC

[jira] Created: (CONTINUUM-429) build breaks when updating project info

build breaks when updating project info
---------------------------------------

         Key: CONTINUUM-429
         URL: http://jira.codehaus.org/browse/CONTINUUM-429
     Project: Continuum
        Type: Bug
  Components: continuum-site  
    Versions: 1.0    
 Environment: - Windows XP / Linux (Fedora 4)
- JDK 1.5.0_05
- Continuum 1.0 
- Maven 2.0
- SVN 
    Reporter: Frederico Ramos


++ This error ocurrs only after project is created in Continuum. ++

If I change any information in "Update Continuum Project" screen, the build process breaks when updating the source code from the SCM (in my case, SVN). Internally, the SCM information for the project is altered and the error prints the following stacktrace :

INFO  Continuum  - Enqueuing 'OM Util' (Build definition id=6.
INFO  ContinuumScm  - Updating project: id: '6', name 'OM Util' with branch/tag .
INFO  ScmManager  - Executing: svn --non-interactive update -r
INFO  ScmManager  - Working directory: H:\Java\continuum-1.0\bin\win32\..\..\apps\continuum\work\6
WARN  ContinuumScm  - Error while updating the code for project: 'OM Util', id: '6' to 'H:\Java\cntinuum-1.0\bin\win32\..\..\apps\continuum\work\6' with branch/tag .
WARN  ContinuumScm  - Command output: svn: missing argument: r -  Type 'svn help' for usage.

I tried setting the "Scm branch/tag base" and "Scm branch/tag" 	fields, but it only works in the first build. After that the error returns.

I can run multiple builds successfully, before editing any field (I got the error because I wanted to change the project name)



-- 
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] Updated: (CONTINUUM-429) build breaks when updating project info

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-429?page=all ]

Emmanuel Venisse updated CONTINUUM-429:
---------------------------------------

    Comment: was deleted

> build breaks when updating project info
> ---------------------------------------
>
>          Key: CONTINUUM-429
>          URL: http://jira.codehaus.org/browse/CONTINUUM-429
>      Project: Continuum
>         Type: Bug
>   Components: continuum-site
>     Versions: 1.0
>  Environment: - Windows XP / Linux (Fedora 4)
> - JDK 1.5.0_05
> - Continuum 1.0 
> - Maven 2.0
> - SVN 
>     Reporter: Frederico Ramos

>
>
> ++ This error ocurrs only after project is created in Continuum. ++
> If I change any information in "Update Continuum Project" screen, the build process breaks when updating the source code from the SCM (in my case, SVN). Internally, the SCM information for the project is altered and the error prints the following stacktrace :
> INFO  Continuum  - Enqueuing 'OM Util' (Build definition id=6.
> INFO  ContinuumScm  - Updating project: id: '6', name 'OM Util' with branch/tag .
> INFO  ScmManager  - Executing: svn --non-interactive update -r
> INFO  ScmManager  - Working directory: H:\Java\continuum-1.0\bin\win32\..\..\apps\continuum\work\6
> WARN  ContinuumScm  - Error while updating the code for project: 'OM Util', id: '6' to 'H:\Java\cntinuum-1.0\bin\win32\..\..\apps\continuum\work\6' with branch/tag .
> WARN  ContinuumScm  - Command output: svn: missing argument: r -  Type 'svn help' for usage.
> I tried setting the "Scm branch/tag base" and "Scm branch/tag" 	fields, but it only works in the first build. After that the error returns.
> I can run multiple builds successfully, before editing any field (I got the error because I wanted to change the project name)

-- 
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-429) build breaks when updating project info

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-429?page=comments#action_50418 ] 

Emmanuel Venisse commented on CONTINUUM-429:
--------------------------------------------

fixed with CONTINUUM-391

> build breaks when updating project info
> ---------------------------------------
>
>          Key: CONTINUUM-429
>          URL: http://jira.codehaus.org/browse/CONTINUUM-429
>      Project: Continuum
>         Type: Bug
>   Components: continuum-site
>     Versions: 1.0
>  Environment: - Windows XP / Linux (Fedora 4)
> - JDK 1.5.0_05
> - Continuum 1.0 
> - Maven 2.0
> - SVN 
>     Reporter: Frederico Ramos

>
>
> ++ This error ocurrs only after project is created in Continuum. ++
> If I change any information in "Update Continuum Project" screen, the build process breaks when updating the source code from the SCM (in my case, SVN). Internally, the SCM information for the project is altered and the error prints the following stacktrace :
> INFO  Continuum  - Enqueuing 'OM Util' (Build definition id=6.
> INFO  ContinuumScm  - Updating project: id: '6', name 'OM Util' with branch/tag .
> INFO  ScmManager  - Executing: svn --non-interactive update -r
> INFO  ScmManager  - Working directory: H:\Java\continuum-1.0\bin\win32\..\..\apps\continuum\work\6
> WARN  ContinuumScm  - Error while updating the code for project: 'OM Util', id: '6' to 'H:\Java\cntinuum-1.0\bin\win32\..\..\apps\continuum\work\6' with branch/tag .
> WARN  ContinuumScm  - Command output: svn: missing argument: r -  Type 'svn help' for usage.
> I tried setting the "Scm branch/tag base" and "Scm branch/tag" 	fields, but it only works in the first build. After that the error returns.
> I can run multiple builds successfully, before editing any field (I got the error because I wanted to change the project name)

-- 
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-429) build breaks when updating project info

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-429?page=all ]
     
Emmanuel Venisse closed CONTINUUM-429:
--------------------------------------

    Resolution: Duplicate

fixed with CONTINUM-391

> build breaks when updating project info
> ---------------------------------------
>
>          Key: CONTINUUM-429
>          URL: http://jira.codehaus.org/browse/CONTINUUM-429
>      Project: Continuum
>         Type: Bug
>   Components: continuum-site
>     Versions: 1.0
>  Environment: - Windows XP / Linux (Fedora 4)
> - JDK 1.5.0_05
> - Continuum 1.0 
> - Maven 2.0
> - SVN 
>     Reporter: Frederico Ramos

>
>
> ++ This error ocurrs only after project is created in Continuum. ++
> If I change any information in "Update Continuum Project" screen, the build process breaks when updating the source code from the SCM (in my case, SVN). Internally, the SCM information for the project is altered and the error prints the following stacktrace :
> INFO  Continuum  - Enqueuing 'OM Util' (Build definition id=6.
> INFO  ContinuumScm  - Updating project: id: '6', name 'OM Util' with branch/tag .
> INFO  ScmManager  - Executing: svn --non-interactive update -r
> INFO  ScmManager  - Working directory: H:\Java\continuum-1.0\bin\win32\..\..\apps\continuum\work\6
> WARN  ContinuumScm  - Error while updating the code for project: 'OM Util', id: '6' to 'H:\Java\cntinuum-1.0\bin\win32\..\..\apps\continuum\work\6' with branch/tag .
> WARN  ContinuumScm  - Command output: svn: missing argument: r -  Type 'svn help' for usage.
> I tried setting the "Scm branch/tag base" and "Scm branch/tag" 	fields, but it only works in the first build. After that the error returns.
> I can run multiple builds successfully, before editing any field (I got the error because I wanted to change the project name)

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