Modify ↓
Ticket #461 (closed enhancement: fixed)
version tag in project node
| Reported by: | FaZend <team@…> | Owned by: | mrook |
|---|---|---|---|
| Priority: | major | Milestone: | 2.4.2 |
| Component: | phing-core | Version: | 2.4.0 |
| Keywords: | Cc: |
Description
would be nice to have a version tag in project node in build.xml in order to protect end user against problems with phing versions, e.g.:
<project name="test" version="2.4"> ...
If I run this build.xml file with phing 2.3.4 I get a message that a version of phing and a version of my project file are incompatible.
Attachments
Change History
Changed 21 months ago by simple.square@…
-
attachment
r773t461.patch
added
Patch adding phingVersion to project entity
Note: See
TracTickets for help on using
tickets.
