Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

select-dependencies sortkey

9 views
Skip to first unread message

amoresi

unread,
Feb 19, 2013, 11:10:16 AM2/19/13
to contr...@googlegroups.com
Have the command below which select-dependencies based on a SPDatabaseModule type.  I want to use an object property other than name or startup-rank as sortkey.  Is it possible to define an additional property on a deployment and use that as the sortkey in select-dependencies?  If so how?

<dispatch-command threadcount="1" requirematch="false" strategy="nodedispatch">
              <arg line="${passed.argline}" />
              <command name="Update-db"/>            
                <contexts>        
                  <select-dependencies sortkey="name" sortorder="ascending" relationtype="(?:Mediator|Service)" source="context">
                <include name=".*" type="(?:SPService|SPDatabaseModule)"/>
              </select-dependencies>
                </contexts>
           </dispatch-command>
Reply all
Reply to author
Forward
0 new messages