Ant Java API Question

2004-06-16 Thread Shay
nstead, it just returns and I don't see an error or anything. Now if I run via the command line, A will call B. I can also call B directly from the API and then B's target will successfully run. Am I just missing something when I create my project? My code is at the bottom. Thanks, S

Using IVY programatically

2010-10-08 Thread shay te
hey all. i am writing an java application based on plug-ins , i wish to use IVY ,to help me with dependencies issue when installing a plug-in at run time each plug-in should have some jar's he depends on , i need IVY to help me with what jar i can keep and what jar are not necessary i am new