Home | History | Annotate | Download | only in manual

Lines Matching full:task

7 <title>Ant Task</title>
11 <h2>Ant Task</h2>
13 <b>ProGuard</b> can be run as a task in the Java-based build tool Ant (version
17 Before you can use the <code>proguard</code> task, you have to tell Ant about
18 this new task. The easiest way is to add the following line to your
23 &lt;taskdef resource="proguard/ant/task.properties"
31 There are three ways to configure the ProGuard task: using an external
39 The simplest way to use the ProGuard task in an Ant build file is to keep your
44 <code>proguard</code> task. Your ant build file will then look like this:
48 &lt;taskdef resource="proguard/ant/task.properties"
62 the contents of the file into the nested text of the <code>proguard</code> task
67 &lt;taskdef resource="proguard/ant/task.properties"
111 <h2>Task Attributes and Nested Elements</h2>
113 The <code><b>&lt;proguard&gt;</b></code> task and the
114 <code><b>&lt;proguardconfiguration&gt;</b></code> task can have the following
441 <code>&lt;proguardconfiguration&gt;</code> task (or
442 <code>&lt;proguard&gt;</code> task) with the attribute <code>id</code> =