1.

Solve : Problem with build.xml file?

Answer»

The ant jar file is included in sub-project and its used only within this sub-project, But it giving the error :
Quote

nested exception is java.io.FileNotFoundException: class path resource [org/apache/tools/ant/types/Path.class] cannot be opened because it does not exist

If i copy the jar file in master project it WORKS fine. but it need not to be added in master project as it is used only within sub-project.

Please comment and help to find solution.
ThanksGot the solution of the problem .

we are RUNNING a SHELL script which call all the program , so before CALLING any master or sub project we copy all the jar file at ONE common lib path , which solves the issue.

Thanks


Discussion

No Comment Found