You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2010/10/03 14:55:50 UTC

DO NOT REPLY [Bug 50040] New: error: zipfileset doesn't support the "idref" attribute

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: notifications@ant.apache.org
        ReportedBy: nhb_web@nexgo.de


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.

DO NOT REPLY [Bug 50040] error: zipfileset doesn't support the "idref" attribute

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50040

Hendrik Brummermann <nh...@nexgo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Hendrik Brummermann <nh...@nexgo.de> 2010-10-03 09:38:42 EDT ---
Ooops, I used idref instead of refid.

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