Re: dll loading problem

2004-09-06 Thread Steve Loughran
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

dll loading problem

2004-09-06 Thread Yukelson, Dmitry
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 {