Hi all,

I'm newbie ant user and I've a problem in an antlr target.


  <target name="generator">
       <antlr target="${letra.g}" />
       <antlr target="${treeset.g}" />
       <antlr target="${treeexecute.g}" />
  </target>

When ant proccess the <antlr target="${letra.g}" /> it say "Unable to
determine generated class". I've compared my build.xml file whit another
file with antlr target too, and I haven't founded the problem.

Do someone know what's matter?.

Thank's in advance.
José Ventura

Reply via email to