You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/07/11 16:52:01 UTC

[Bug 2519] - Ant needs includes

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2519

*** shadow/2519	Mon Jul  9 12:29:58 2001
--- shadow/2519.tmp.9493	Wed Jul 11 07:52:01 2001
***************
*** 2,9 ****
  | Ant needs includes                                                         |
  +----------------------------------------------------------------------------+
  |        Bug #: 2519                        Product: Ant                     |
! |       Status: NEW                         Version: 1.3                     |
! |   Resolution:                            Platform: Other                   |
  |     Severity: Enhancement              OS/Version: Other                   |
  |     Priority: Other                     Component: Core tasks              |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | Ant needs includes                                                         |
  +----------------------------------------------------------------------------+
  |        Bug #: 2519                        Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3                     |
! |   Resolution: WORKSFORME                 Platform: Other                   |
  |     Severity: Enhancement              OS/Version: Other                   |
  |     Priority: Other                     Component: Core tasks              |
  +----------------------------------------------------------------------------+
***************
*** 15,18 ****
  +============================================================================+
  |                              DESCRIPTION                                   |
  Currently, Ant cannot include another ant script to set common variables. It'd
! be nice if it could do this.
--- 15,24 ----
  +============================================================================+
  |                              DESCRIPTION                                   |
  Currently, Ant cannot include another ant script to set common variables. It'd
! be nice if it could do this.
! 
! ------- Additional Comments From conor@cortexebusiness.com.au  2001-07-11 07:52 -------
! Have you checked this FAQ entry
! http://jakarta.apache.org/ant/faq.html#xml-entity-include
! 
! It provides a way to include an xml component.