Modify

Ticket #131 (closed enhancement: invalid)

Opened 5 years ago

Last modified 9 months ago

Featurerequest. Missing task to create a PEAR package based on a package.xml file

Reported by: lars@… Owned by: hans
Priority: minor Milestone: TBD
Component: phing-tasks-ext Version: 2.1.1
Keywords: Cc:

Description

Feature request. Looking through the svn and docs, it seems there is no task for actually building a PEAR package based on a package.xml file. That would be a worthwhile addition to phing.

Attachments

Change History

comment:1 Changed 5 years ago by anonymous

wouldn't simple <tar> task suffice? I mean, we're already building pear packages with phing without much hassle:

<target name="package">
   <!-- copy necessary files to temp directory -->
   <copy ...>
      ....
   </copy>

   <!-- build package.xml -->
   <pearpkg2 ......>
   .....
   </pearpkg>

   <!-- compress to ${package.name}-${package.version}.tgz
   <tar compression="gzip" .../>
   <!-- and pack without compression too (for those without zlib installed) -->
   <tar .../>
</target>

comment:2 Changed 5 years ago by hans

  • Priority changed from major to minor
  • Type changed from defect to enhancement
  • Milestone changed from 2.3.0 to 3.0

comment:3 Changed 9 months ago by mrook

  • Status changed from new to closed
  • Resolution set to invalid
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.