[antlr-interest] ANTLR 3.0b2 - small bug inside your build.xml

David CROSSON david.crosson at wanadoo.fr
Tue Jul 18 07:30:04 PDT 2006


Small bug inside your build.xml file, the generated jar for antlr
doesn't provide the file "ANTLRCore.sti" :

  <fileset dir="${src.dir}" includes="**/*.stg, **/*.st"/>
should become
  <fileset dir="${src.dir}" includes="**/*.stg, **/*.st, **/*.sti"/>

Best regards,
Crosson david.



More information about the antlr-interest mailing list