Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Problem with build.xml file  (Read 2974 times)

0 Members and 1 Guest are viewing this topic.

roohi

    Topic Starter


    Beginner

    Problem with build.xml file
    « on: April 16, 2010, 06:37:32 AM »
    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.
    Thanks
    « Last Edit: April 16, 2010, 07:01:13 AM by roohi »

    roohi

      Topic Starter


      Beginner

      Re: Problem with build.xml file
      « Reply #1 on: April 22, 2010, 12:20:56 AM »
      Got 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