Modify

Ticket #341 (closed defect: invalid)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by mrook

  • Status changed from new to closed
  • Resolution set to invalid

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

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.