You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/11/26 16:16:58 UTC

DO NOT REPLY [Bug 14857] New: - [PATCH] Enhancement on CCMCheckout Task

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14857>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14857

[PATCH] Enhancement on CCMCheckout Task

           Summary: [PATCH] Enhancement on CCMCheckout Task
           Product: Ant
           Version: 1.5.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Optional Tasks
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: benoit.moussaud@criltelecom.com


This patch allow the ccmcheckout optional task to support fileset.
the support of a single file is still ok.
ex:
<ccmcheckout  comment="mycomment">
  <fileset dir="lib" >
    <include name="**/*.jar" />
  </fileset>
</ccmcheckout >

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>