Skip to content
Alex Yu edited this page Jun 3, 2015 · 3 revisions

将pcp的jar包复制到你的编译目录下,打开编译脚本(假定名为“build.xml”)。在任何target之外添加下面的代码:

<taskdef 
    classpath="pcp.jar" 
    resource="m/pcp/ant/antlib.xml"/>

这里面的classpath是jar包的路径。

Clone this wiki locally