Menu

Install problems with antcontrib.properties

Help
2002-08-28
2013-04-24
  • Claus R. Corlin

    Claus R. Corlin - 2002-08-28

    Hi,

    I've tried to install the new 1.0.b version - but i keep getting this err:

      [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.

    I have added a:
    <taskdef resource="net/sf/antcontrib/antcontrib.properties"/>

    in my build.xml

    What's wrong ??

    Corlin

     
    • Claus R. Corlin

      Claus R. Corlin - 2002-08-28

      btw, i get this err:

      /build.xml:332: Could not locate "/jakarta/jakarta-ant/proposal/xdocs/build.xml", specify value for xdocs.dir that points to Ant's proposal/xdocs directory.

      are there any relation ??

       
      • Claus R. Corlin

        Claus R. Corlin - 2002-08-28

        Sorry i forgot - the error before, is when i try to build the ant-contrib

         
  • Disco Stu

    Disco Stu - 2012-11-18

    I'm having this issue too.

    I've place 'ant-contrib-1.0b3.jar' into:

    eclipse/plugin/org.apache.ant_1.8.3.v20120321-1730/lib
    

    Which is where ${ant.home} reported that my ant is expected to work from.

    However, my build script line:

    <taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
    

    Fails with:

    Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.
    
     

Log in to post a comment.