--- "Schaefer, Don" <[EMAIL PROTECTED]> wrote: > "typedef" does not appear to be working in ant 1.4.1 (See bug 4452). I > found that "typedef" was fixed for ant 1.5.
4452 says it just wasn't allowed as a child of <project> (ie., it needed to be inside a <target>), not that it didn't work at all. > I had to modify the default.properties file in the types package > manually for ant 1.4.1 to make my typedef visible to ant. Couldn't you just put it in either the (first) target that needed it, or in an "init"-type target (that the other target(s) depends on)? Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
