Bug 30186 - NLS of Ant editor xml files
Summary: NLS of Ant editor xml files
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Ant-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 30188 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-01-24 11:49 EST by Darin Swanson CLA
Modified: 2004-03-29 13:39 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Swanson CLA 2003-01-24 11:49:01 EST
ECLIPSE\PLUGINS\ORG.ECLIPSE.UI.EXTERNALTOOLS_2.1.0\EXTERNALTOOLS_JAR\
  ANTTASKS_1.5B.XML  XML-10      969   (W) XML tag attribute (name) may contain 
translatable text which cannot be translated.  Line: 8569
  TASKS.XML          XML-10      962   '<?xml' declaration must be defined in 
line 1, column 1.  Line: 1               
                                 973   '<?xml' declaration must be the first 
XML statement.  Line: 1                   
  XDOCTASKS.XML      XML-10      962   '<?xml' declaration must be defined in 
line 1, column 1.  Line: 1               
                                 969   (W) XML tag attribute (name) may contain 
translatable text which cannot be translated.  Line: 6502
                                 973   '<?xml' declaration must be the first 
XML statement.  Line: 1
Comment 1 Darin Swanson CLA 2003-01-24 11:52:55 EST
These errors: <?xml' declaration must be defined in line 1, column 1.  Line: 1
are easy to fix and have been.  

The externalization of the rest of these files is a big question?
Comment 2 Darin Swanson CLA 2003-01-24 12:26:20 EST
*** Bug 30188 has been marked as a duplicate of this bug. ***
Comment 3 Darin Wright CLA 2003-01-29 13:14:23 EST
Chkpii errors have been removed (by releng filtering). NLS remains as an open 
issue.
Comment 4 Darin Wright CLA 2003-02-04 21:29:17 EST
Do not intend to NLS content assist files.
Comment 5 Darin Swanson CLA 2004-03-29 13:28:45 EST
Talking with Kevin Haaland, we need to internalized the anttasks_1.6.0.xml file.
Specifically the content assist descriptions that are presented to the user.
Comment 6 Kevin Haaland CLA 2004-03-29 13:34:17 EST
My $0.002 -> Don't externalize strings that the code from apache.ant gives 
you. The right place for this work to be done is in the Apache project. If you 
can demonstrate that these strings are extracted from apache and you are 
simply reusing them and by extension, if Apache were to externalize their code 
eclipse would also benefit. I'd defer this defect again for 3.0
Comment 7 Darin Swanson CLA 2004-03-29 13:39:44 EST
Really a problem for the Apache Ant codebase.