Menu

net.geeba.ant.Tini

Help
Peter Hyde
2004-12-13
2013-04-09
  • Peter Hyde

    Peter Hyde - 2004-12-13

    Hi,

    I have the same error as a previous posting, that the above class file cannot be found.

    I'm using Eclipse, have installed Ant & TiniAnt, etc.

    I have included the <tiny_dir>\lib\TinyAnt.jar in my classpath and in the eclipse project. Still getting the same message.

    I would appreciate any help with this problem.

    Cheers.

    Peter

     
    • Peter Hyde

      Peter Hyde - 2004-12-14

      For anyone reading:

      I have found the solution to this problem. The answer is to include the <tiny> element of the build file with the classpath defined:

      <taskdef name="tini" classpath="C:\tiniant-1_2_0\lib\TiniAnt.jar" classname="net.geeba.ant.Tini"/>

      Crude, but it works.

      Cheers.

      Peter

       

Log in to post a comment.