I had to manually add org/apache/tools/ant/types/default.properties to my
built ant.jar after building the dist target from latest CVS.  It seems the
copy of the file into the build is missing.  The file is in the source
directory, but not ending up in the built jar file.

See aournd lines 256-7 of build.xml for Ant:

<copy file="${java.dir}/${ant.package}/taskdefs/defaults.properties"
      todir="${build.classes}/${ant.package}/taskdefs" />

There should be a similar task to copy the types defaults:

<copy file="${java.dir}/${ant.package}/types/defaults.properties"
      todir="${build.classes}/${ant.package}/types" />


Best,
Scott Stirling

Reply via email to