Proguard不会调整资源

时间:2013-12-06 17:48:40

标签: obfuscation proguard

我的文件(entity.tld)包含以下代码:

<taglib>
  <tag>
    <name>insertEntity</name>
    <tag-class>pt.caso.ig.data.taglibs.InsertEntity</tag-class>
    <body-content>JSP</body-content>
    <description>       
        Insert entity.
    </description>
    <attribute>
        <name>var</name>
        <required>true</required>
        <rtexprvalue>false</rtexprvalue>
    </attribute>
  </tag>    

</taglib>

我的模仿类:InsertEntity。如何调整文件entity.tld中的资源??? 我使用这个说明但不起作用

-adaptresourcefilecontents **/*.tld  

为什么呢?谢谢你的回答。

1 个答案:

答案 0 :(得分:0)

该选项应该有效,但如果entity.tld不在子目录中,则必须指定没有斜杠的通配符:

-adaptresourcefilecontents **.tld