[ 
https://issues.apache.org/jira/browse/MINIFICPP-268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16227318#comment-16227318
 ] 

ASF GitHub Bot commented on MINIFICPP-268:
------------------------------------------

Github user calebj commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/156#discussion_r148094619
  
    --- Diff: CMakeLists.txt ---
    @@ -111,38 +111,38 @@ add_subdirectory(libminifi)
     #function(createExtension extensionCondition extensionGuard extensionName 
description dirName)
     
     ## Add http-curl extensions
    -createExtension(DISABLE_CURL 
    -                           HTTP-CURL 
    -                           "HTTP CURL" 
    -                           "This enables RESTProtocol, InvokeHTTP, and the 
HTTPClient for Site to Site" 
    -                           "extensions/http-curl"
    -                           "${TEST_DIR}/curl-tests")
    +createExtension(DISABLE_CURL
    +                HTTP-CURL
    --- End diff --
    
    I don't follow. What do you need me to change?


> Implement ManipulateArchive processor
> -------------------------------------
>
>                 Key: MINIFICPP-268
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-268
>             Project: NiFi MiNiFi C++
>          Issue Type: New Feature
>            Reporter: Caleb Johnson
>
> The ManipulateArchive processor extends Un/FocusArchive by allowing users to 
> perform the following operations on archives supported by same:
> * Touch: create an empty file at the specified path;
> * Remove: repacks an archive, but skips the specified entry when rebuilding;
> * Move: rename an archive entry;
> * Copy: duplicate an archive entry to another path.
> Touch, move and copy operations take optional 'before' and 'after' parameters 
> to control where the modified entry is to be placed relative to an existing 
> one.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to