隨筆 - 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 哈哈的日子 閱讀(272) 評論(0)  編輯  收藏

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


          網站導航:
           
          主站蜘蛛池模板: 柳江县| 西平县| 永靖县| 桦甸市| 万宁市| 临沭县| 河北区| 会宁县| 桂阳县| 正宁县| 铜鼓县| 湛江市| 灌阳县| 隆德县| 青岛市| 庆安县| 福安市| 泰兴市| 西乌珠穆沁旗| 楚雄市| 酒泉市| 新巴尔虎左旗| 慈利县| 崇左市| 句容市| 加查县| 新蔡县| 靖州| 石嘴山市| 遂平县| 温泉县| 洛川县| 霍林郭勒市| 墨竹工卡县| 汤阴县| 宜州市| 五峰| 南开区| 苏州市| 阜南县| 赫章县|