https://issues.apache.org/bugzilla/show_bug.cgi?id=47163

           Summary: Contributed task: #include
           Product: Ant
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Other
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=23624)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23624)
"Include" ant task

I have created a task for my own use, which works somewhat similar to C's
#include directive. It REPLACES the lines between "//#include filename" and
"//#end" with the contents of "filename".

Before you all take burn me at the stake, it can be useful to include the same
block of text in multiple files, such as when you want to extend the Swing
components to add the same set of new properties in all of them.

I licensed it under the Apache license 2.0, so if anyone else finds it useful
it can be added to the core or optional tasks.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to