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

           Summary: error: zipfileset doesn't support the "idref"
                    attribute
           Product: Ant
           Version: 1.8.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Hi,

I am trying to create several zip files which share a good amount of content.
According to http://ant.apache.org/manual/Types/zipfileset.html 

"Since Ant 1.6, a zipfileset can be defined with the id attribute and referred
to with the refid attribute."

When i tried that, however, i get the error message:
zipfileset doesn't support the "idref" attribute


<zipfileset id="de.his.zipfileset.webapps.root"
dir="${de.his.dir.webapps}/ROOT" prefix="${de.his.time.start.iso}/ROOT"/>


<zip destfile="${de.his.dir.build.root}/DIST-${de.his.time.start.iso}.zip"
update="true">
    <zipfileset idref="de.his.zipfileset.webapps.root" />
    ...
</zip>

-- 
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