Hi,

I just downloaded 0.15.0 and realized it has the same problem as
0.14.0...

If I try to run:
ant clean jar compile-contrib

ant complains with:
Specify at least one source--a file or resource collection.

then the build fails.

This is due to the following being present in the init target of
build.xml:

<touch datetime="01/25/1971 2:00 pm">
      <fileset dir="${conf.dir}" includes="**/*.template"/>
      <fileset dir="${contrib.dir}" includes="**/*.template"/>
    </touch>

Basically, no files named *.template exist, and so the touch target
fails.  To correct, I can simply comment out the touch task and it's
fine.

- Jonathan

Reply via email to