Hello!
I want to call build.xml file from java level and I use the following code to do this:
String[] tab = new String[]{"-buildfile", "c:\build.xml"};
Main.main(tab);
Some targets completed successfully but the target concerning <junit> task does not run.
Of course "junit.jar" is added...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.