隨筆 - 175  文章 - 202  trackbacks - 0
          <2011年3月>
          272812345
          6789101112
          13141516171819
          20212223242526
          272829303112
          3456789

          第一個Blog,記錄哈哈的生活

          常用鏈接

          留言簿(16)

          隨筆分類

          隨筆檔案

          文章分類

          文章檔案

          收藏夾

          Java links

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          目標:
          copy 國際化資源文件,*.properties 至 *_en_US.properties,但有一些不是國際化資源的配置文件被誤 copy 了,國際化資源的判斷標準是同時還有一個 *_zh_CN.properties 文件


                                          
          <target>
                                              
          <pathconvert property="x" pathsep="," targetos="unix">
                                                  
          <path>
                                                      
          <fileset dir="src/main/resources" includes="**/*_zh_CN.properties" />
                                                  
          </path>
                                                  
          <mapper type="regexp" from=".*?src/main/resources/(.*?)_zh_CN.properties$" to="\1.properties" />
                                              
          </pathconvert>
                                              
          <copy todir="${project.build.outputDirectory}">
                                                  
          <fileset dir="src/main/resources" includes="${x}" />
                                                  
          <mapper type="regexp" from="^(.*?).properties$" to="\1_en_US.properties" />
                                              
          </copy>
                                          
          </target>
          posted on 2011-03-10 19:31 哈哈的日子 閱讀(270) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 罗甸县| 巨鹿县| 横峰县| 荃湾区| 凤冈县| 河源市| 利津县| 蓬溪县| 昌吉市| 新建县| 临湘市| 彭阳县| 朝阳县| 磐石市| 桐庐县| 平定县| 莆田市| 榆社县| 乌拉特中旗| 青神县| 竹溪县| 南昌县| 隆尧县| 永德县| 商水县| 稷山县| 色达县| 固阳县| 巫溪县| 阳信县| 朔州市| 金寨县| 赤峰市| 宜黄县| 安龙县| 灵台县| 军事| 卢湾区| 永康市| 赣州市| 淮北市|