You have several things:
- add to
class MyTask extends Task { addThings(Things t)
- add to
class Things extends DataType { addThing(Thing t)
- add text to
class Thing extends DataType { addText(String t)
For documentation:
* Tutorial about writing tasks
http://ant.apache.org/manual/t
Hi,
I am new to IvyDE but rather experienced with Ivy. I find the IvyDE tool
exceptional. The developers have done a great job and it seems quite stable
and feature rich with the 2.0.0 version.
I have read through the documentation, the FAQ, and browsed the Jira project,
and despite some rel
I'm trying to create my own customized task in Ant 1.7.1. I would like to use
my task this way:
xxx
yyy
zzz
My class looks like:
public class MyTask extends Task {
private String a;
private String b;
private List things = new ArrayList();
// setting and
Is there an uncab task for ant? I use a piece of 3rd party software which
wants to work on a cab file, and I'm writing a wrapper set of ant tasks to
generate the cab file from our subversion repository and need to un-cab the cab
before committing changes.
I could execute cabarc myself but that
Hi all,
I am part of a project in which we are analyzing the relation between source
code complexity and bug-generation. To this end we are analyzing the source
codes of various open-source softwares. I would like to know if anyone knows
from where i could download the source codes of the older v
Hi,
I am executing jmeter testplan via ant. The html report is showing
everything except "Min Time & Max Time" as NaN. I am also attaching the file
with that. I have used "jmeter-results-report_21.xsl" style for the report but
i am unable to get the Min and Max time. Anybody help me out for