Modify ↓
Ticket #341 (closed defect: invalid)
Streams do not suports
| Reported by: | to.kandy@… | Owned by: | hans |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | phing-core | Version: | 2.3.2 |
| Keywords: | Cc: |
Description
For example:
<?xml version="1.0"?>
<project name="FooBar" default="dist" basedir=".">
<target name="prepare">
<echo msg="Making directory ./build" />
<copy file="zip://test.zip#test.txt" tofile="." />
</target>
</project>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

CopyTask expects a valid filename in the file argument - stream URLs are not supported.