隨筆 - 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)  編輯  收藏

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


          網站導航:
           
          主站蜘蛛池模板: 桃江县| 雷州市| 吉隆县| 清远市| 梁平县| 濉溪县| 包头市| 福建省| 洛浦县| 昌江| 柳河县| 青阳县| 顺昌县| 浦北县| 华阴市| 类乌齐县| 桂阳县| 古丈县| 铜鼓县| 昌邑市| 张家港市| 宜兰县| 陆丰市| 商丘市| 昌图县| 分宜县| 称多县| 陆良县| 镇雄县| 法库县| 拉萨市| 故城县| 大冶市| 高台县| 托克托县| 平顶山市| 中西区| 高青县| 鹿邑县| 河源市| 应城市|