I don't recall seeing discussion on this, and I don't honestly know what "NLS" means 
(non-local strings?).  I don't think I'd have voted for that name, myself.

This affects everyone's internationalized versions, so I'd really prefer this had been 
discussed first.

Incidentally, does it make sense for our various companies to share the translated 
versions and check them in?  I.e. Macromedia can contribute French + Japanese, IBM can 
contribute German + Spanish, etc....?

--Glen

> -----Original Message-----
> From: Richard Sitze [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 22, 2002 2:06 PM
> To: [EMAIL PROTECTED]
> Subject: RE: cvs commit: xml-axis/java build.xml
> 
> 
> We are sorting through some issues related to NLS properties files.  A
> property file name that was more specific to AXIS was a 
> recuring theme, and
> since that seems to be a fairly harmless change, I just charged ahead.
> 
> Consider my hand slapped, if it needs to be.
> <ras>
> 
> *******************************************
> Richard A. Sitze            [EMAIL PROTECTED]
> CORBA Interoperability & WebServices
> IBM WebSphere Development
> 
> 
>                                                               
>                                                    
>                       Glen Daniels                            
>                                                    
>                       <gdaniels@macrom         To:      
> "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>    
>                       edia.com>                cc:            
>                                                    
>                                                Subject: RE: 
> cvs commit: xml-axis/java build.xml                  
>                       05/22/2002 12:29                        
>                                                    
>                       PM                                      
>                                                    
>                       Please respond                          
>                                                    
>                       to axis-dev                             
>                                                    
>                                                               
>                                                    
>                                                               
>                                                    
> 
> 
> 
> 
> 
> I ask again - what's this about?  Was this discussed?
> 
> --G
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, May 22, 2002 1:22 PM
> > To: [EMAIL PROTECTED]
> > Subject: cvs commit: xml-axis/java build.xml
> >
> >
> > rsitze      02/05/22 10:22:24
> >
> >   Modified:    java     build.xml
> >   Log:
> >   rename of resources.properties to axis.nls.properties
> >
> >   Revision  Changes    Path
> >   1.135     +4 -3      xml-axis/java/build.xml
> >
> >   Index: build.xml
> >   
> ===================================================================
> >   RCS file: /home/cvs/xml-axis/java/build.xml,v
> >   retrieving revision 1.134
> >   retrieving revision 1.135
> >   diff -u -r1.134 -r1.135
> >   --- build.xml        21 May 2002 13:20:36 -0000          1.134
> >   +++ build.xml        22 May 2002 17:22:24 -0000          1.135
> >   @@ -112,6 +112,7 @@
> >        <pathelement location="${regexp.jar}"/>
> >        <pathelement location="${junit.jar}"/>
> >        <pathelement location="${excalibur.jar}"/>
> >   +    <pathelement location="${j2ee.jar}"/>
> >        <pathelement location="${java.home}/../lib/tools.jar"/>
> >        <fileset dir="lib">
> >         <include name="*.jar"/>
> >   @@ -269,15 +270,15 @@
> >              toDir="${build.dest}/org/apache/axis/client"/>
> >        <copy file="${src.dir}/log4j.properties"
> >              toDir="${build.dest}"/>
> >   -    <copy
> > file="${src.dir}/org/apache/axis/utils/resources.properties"
> >   +    <copy
> > file="${src.dir}/org/apache/axis/utils/axis.nls.properties"
> >              toDir="${build.dest}/org/apache/axis/utils"/>
> >
> >        <tstamp>
> >          <format property="build.time" pattern="MMM dd, yyyy
> > (hh:mm:ss z)"/>
> >        </tstamp>
> >   -    <replace
> > file="${build.dest}/org/apache/axis/utils/resources.properties"
> >   +    <replace
> > file="${build.dest}/org/apache/axis/utils/axis.nls.properties"
> >                 token="#today#" value="${build.time}"/>
> >   -    <replace
> > file="${build.dest}/org/apache/axis/utils/resources.properties"
> >   +    <replace
> > file="${build.dest}/org/apache/axis/utils/axis.nls.properties"
> >                 token="#axisVersion#" value="${axis.version}"/>
> >
> >        <jar jarfile="${build.lib}/${name}.jar"
> > basedir="${build.dest}" >
> >
> >
> >
> >
> 
> 
> 

Reply via email to