DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39439>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39439
Summary: cab task doesn't produce cab when using fileset
Product: Ant
Version: 1.6.5
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Optional Tasks
AssignedTo: dev@ant.apache.org
ReportedBy: okapi@yahoo.com
When I use the cab task with a fileset such as:
<cab cabfile="${build.home}/blah/lib/applet-1_1-not-signed.cab" verbose="yes">
<fileset dir="${build.home}/classes-applet-1_1"
includes="com/blah/,compile.date"
/>
</cab>
No errors occur but no CAB file gets created. When I change the task to not use
a fileset such as below it works:
<cab cabfile="${build.home}/blah/lib/applet-1_1-not-signed.cab"
basedir="${build.home}/classes-applet-1_1"
includes="com/blah,compile.date"
>
</cab>
I've tested this on Linux and Windows XP and get the same result. The reason I
want to use FileSet is because I have additional sets of files that I'd like to
add to the CAB.
I think this issue has been around a while:
http://marc.theaimsgroup.com/?l=ant-user&m=106815106520659&w=2
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|