Yukelson, Dmitry wrote:
Hi all,
I'm trying to create an interactive application which compiles ant file, and
does several other things.
For this purpose I'm using Project and ProjectHelper ant classes.
In addition, I defined my own ant Task, which used native code:
public class IdentityTask extend
Hi all,
I'm trying to create an interactive application which compiles ant file, and
does several other things.
For this purpose I'm using Project and ProjectHelper ant classes.
In addition, I defined my own ant Task, which used native code:
public class IdentityTask extends MatchingTask {