Menu

#723 ProjectBuilder find-jobs with purge not working

3.6.0
open
5
2011-02-01
2011-02-01
Chuck Scott
No

Discussion

  • Chuck Scott

    Chuck Scott - 2011-02-01
    • milestone: --> 3.6.0
     
  • Chuck Scott

    Chuck Scott - 2011-02-01

    committed fix:

    [ctier@dev01 commands]$ pwd
    /home/ctier/builds/3.6.0/ctierseedsvn/core/modules/ProjectBuilder/commands
    [ctier@dev01 commands]$ svn commit -m 'fixed bugid: 3169988 which needs reference to object not resource causing failure' find-jobs.xml
    Authentication realm: <https://moduleforge.svn.sourceforge.net:443> SourceForge Subversion area
    Password for 'ctier':
    Authentication realm: <https://moduleforge.svn.sourceforge.net:443> SourceForge Subversion area
    Username: connary_scott
    Password for 'connary_scott':
    Sending find-jobs.xml
    Transmitting file data .
    Committed revision 2243.

    [ctier@dev01 commands]$ svn diff -r2229 find-jobs.xml
    Index: find-jobs.xml
    ===================================================================
    --- find-jobs.xml (revision 2229)
    +++ find-jobs.xml (working copy)
    @@ -48,7 +48,7 @@
    <filter name="name" value="${opts.name}"/>
    <filter name="project" value="${opts.project}"/>
    <filter name="type" value="${opts.type}"/>
    - <filter name="resource" value="${opts.resource}"/>
    + <filter name="object" value="${opts.resource}"/>
    <filter name="command" value="${opts.command}"/>
    <filter name="group" value="${opts.group}"/>
    <filter name="idlist" value="${opts.idlist}"/>

     
  • Chuck Scott

    Chuck Scott - 2011-02-01
    • status: open --> closed
     
  • Chuck Scott

    Chuck Scott - 2011-02-01

    Additional commit as I did not update type.xml (only command handler for find-jobs)

    Yes, you are correct, did not realize that the implementation is actually in the type.xml as the command handler is derived impl

    [ctier@dev01 ProjectBuilder]$ svn diff type.xml
    Index: type.xml
    ===================================================================
    --- type.xml (revision 2242)
    +++ type.xml (working copy)
    @@ -742,7 +742,7 @@
    <filter name="name" value="${opts.name}"/>
    <filter name="project" value="${opts.project}"/>
    <filter name="type" value="${opts.type}"/>
    - <filter name="resource" value="${opts.resource}"/>
    + <filter name="object" value="${opts.resource}"/>
    <filter name="command" value="${opts.command}"/>
    <filter name="group" value="${opts.group}"/>
    <filter name="idlist" value="${opts.idlist}"/>

    [ctier@dev01 ProjectBuilder]$ EDITOR=vi svn commit type.xml
    Sending type.xml
    Transmitting file data .
    Committed revision 2244.

    My apologies...

    thanks chuck

     
  • Chuck Scott

    Chuck Scott - 2011-02-01
    • status: closed --> open
     

Log in to post a comment.