On Thu, Apr 12, 2012 at 11:41 AM, Jonathan Campos <jonbcam...@gmail.com> wrote: > What issues were you having? I've successfully used the asdoc ant task for > huge projects including mxml and as files.
As the linked comment notes, it was around ant property expansion: the asdoc executable would be passed file names like "${project-foo.src}" rather than the expanded versions (which *does* happen with the compc/mxmlc tasks). I looked through projects that I had checkout out, and as3-signals, RobotLegs, SwiftSuspenders, and flare all avoid the ant task.