You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Raphael PETIT (JIRA)" <ji...@codehaus.org> on 2007/04/24 10:21:26 UTC

[jira] Created: (SCM-301) perforce cannot be used with continuum

perforce cannot be used with continuum
--------------------------------------

                 Key: SCM-301
                 URL: http://jira.codehaus.org/browse/SCM-301
             Project: Maven SCM
          Issue Type: Bug
    Affects Versions: 1.0-rc1
         Environment: summary
1-  fix nullpointer in changelog command
2-  add logger
3-  client is no more a mandatory field in accept in the perforceInfoCommand (constraint not usefull because scm create new ones)
4-  add workaround  (due to continuum) to accept the default choice instead of null or  empty string 
5- ignore pom.xml contains if the the location is not in client spec (link to 3)
            Reporter: Raphael PETIT
         Attachments: perforce.patch



-- 
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: (SCM-301) perforce cannot be used with continuum

Posted by "Mike Perham (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Perham closed SCM-301.
---------------------------

    Resolution: Fixed

Patch applied.  Thanks!

> perforce cannot be used with continuum
> --------------------------------------
>
>                 Key: SCM-301
>                 URL: http://jira.codehaus.org/browse/SCM-301
>             Project: Maven SCM
>          Issue Type: Bug
>    Affects Versions: 1.0-rc1
>         Environment: summary
> 1-  fix nullpointer in changelog command
> 2-  add logger
> 3-  client is no more a mandatory field in accept in the perforceInfoCommand (constraint not usefull because scm create new ones)
> 4-  add workaround  (due to continuum) to accept the default choice instead of null or  empty string 
> 5- ignore pom.xml contains if the the location is not in client spec (link to 3)
>            Reporter: Raphael PETIT
>            Assignee: Mike Perham
>             Fix For: 1.0
>
>         Attachments: perforce.patch
>
>


-- 
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: (SCM-301) perforce cannot be used with continuum

Posted by "Mike Perham (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_93992 ] 

Mike Perham commented on SCM-301:
---------------------------------

I'll apply it later today.

> perforce cannot be used with continuum
> --------------------------------------
>
>                 Key: SCM-301
>                 URL: http://jira.codehaus.org/browse/SCM-301
>             Project: Maven SCM
>          Issue Type: Bug
>    Affects Versions: 1.0-rc1
>         Environment: summary
> 1-  fix nullpointer in changelog command
> 2-  add logger
> 3-  client is no more a mandatory field in accept in the perforceInfoCommand (constraint not usefull because scm create new ones)
> 4-  add workaround  (due to continuum) to accept the default choice instead of null or  empty string 
> 5- ignore pom.xml contains if the the location is not in client spec (link to 3)
>            Reporter: Raphael PETIT
>            Assignee: Mike Perham
>             Fix For: 1.0
>
>         Attachments: perforce.patch
>
>


-- 
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: (SCM-301) perforce cannot be used with continuum

Posted by "Mike Perham (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_93991 ] 

Mike Perham commented on SCM-301:
---------------------------------

Looks good to me.  There's some minor style issues with 2-3 code blocks that don't meet the Maven code style but the functionality is improved.

> perforce cannot be used with continuum
> --------------------------------------
>
>                 Key: SCM-301
>                 URL: http://jira.codehaus.org/browse/SCM-301
>             Project: Maven SCM
>          Issue Type: Bug
>    Affects Versions: 1.0-rc1
>         Environment: summary
> 1-  fix nullpointer in changelog command
> 2-  add logger
> 3-  client is no more a mandatory field in accept in the perforceInfoCommand (constraint not usefull because scm create new ones)
> 4-  add workaround  (due to continuum) to accept the default choice instead of null or  empty string 
> 5- ignore pom.xml contains if the the location is not in client spec (link to 3)
>            Reporter: Raphael PETIT
>            Assignee: Mike Perham
>             Fix For: 1.0
>
>         Attachments: perforce.patch
>
>


-- 
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: (SCM-301) perforce cannot be used with continuum

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Venisse updated SCM-301:
---------------------------------

         Assignee: Mike Perham
    Fix Version/s: 1.0

Mike, can you review the patch? It seems to be good.

> perforce cannot be used with continuum
> --------------------------------------
>
>                 Key: SCM-301
>                 URL: http://jira.codehaus.org/browse/SCM-301
>             Project: Maven SCM
>          Issue Type: Bug
>    Affects Versions: 1.0-rc1
>         Environment: summary
> 1-  fix nullpointer in changelog command
> 2-  add logger
> 3-  client is no more a mandatory field in accept in the perforceInfoCommand (constraint not usefull because scm create new ones)
> 4-  add workaround  (due to continuum) to accept the default choice instead of null or  empty string 
> 5- ignore pom.xml contains if the the location is not in client spec (link to 3)
>            Reporter: Raphael PETIT
>            Assignee: Mike Perham
>             Fix For: 1.0
>
>         Attachments: perforce.patch
>
>


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