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/04 21:04:30 UTC

[Bug 1722] - confusing "doesn't support nested text elements" wording

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

*** shadow/1722	Sun May 20 17:27:16 2001
--- shadow/1722.tmp.24353	Wed Jul  4 12:04:30 2001
***************
*** 1,19 ****
! Bug#: 1722
! Product: Ant
! Version: 1.3
! Platform: All
! OS/Version: All
! Status: NEW   
! Resolution: 
! Severity: Normal
! Priority: 
! Component: Core tasks
! AssignedTo: ant-dev@jakarta.apache.org                            
! ReportedBy: Daniel.Barclay@digitalfocus.com               
! URL: 
! Cc: 
! Summary: confusing "doesn't support nested text elements" wording
! 
  The wording of the message used to report the bad argument syntax in:
  
    <exec executable="xxx" dir="somedir" >
--- 1,19 ----
! +============================================================================+
! | confusing "doesn't support nested text elements" wording                   |
! +----------------------------------------------------------------------------+
! |        Bug #: 1722                        Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3                     |
! |   Resolution: FIXED                      Platform: All                     |
! |     Severity: Normal                   OS/Version: All                     |
! |     Priority: High                      Component: Core tasks              |
! +----------------------------------------------------------------------------+
! |  Assigned To: ant-dev@jakarta.apache.org                                   |
! |  Reported By: Daniel.Barclay@digitalfocus.com                              |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  The wording of the message used to report the bad argument syntax in:
  
    <exec executable="xxx" dir="somedir" >
***************
*** 60,62 ****
--- 60,66 ----
    nested "bad" element
  
  )
+ 
+ ------- Additional Comments From glennm@apache.org  2001-07-04 12:04 -------
+ Basically fixed in 2001-07-04 nightly.  The messages aren't exactly what was
+ desired, but they are much more user friendly than before.