views:

2377

answers:

4

Is there any way to run ASDoc on your project via the Flex Builder UI? Or, is there a good (preferably free) plugin that will do so?

If there is no UI for it, does someone have a link to a tutorial on how to set it up to be automatic when I build my project, maybe via Ant (which I've never used, but am more than happy to try) or something? (sorry for the multi-part question)

+1  A: 

This tool says it does that in a single click on the features page, although it may be a bit more than you are looking for.

Simon
Looks like a promising set of extra tools. I'll be keeping an eye on that.
RickDT
+1  A: 

Here are some links to ant tasks that run AsDoc for you:

hasseg
+1  A: 

You can define a launch configuration in the external tools that will run the asdoc utility.

Details are provided in this blog post Launching ASDoc with External Tools @amieStreetDevelopment

Another one: AsDoc with Eclipse @formatlos

A: 

SourceMate also provides this feature. You can download a free 30 day trial at:

www.elementriver.com/sourcemate

SourceMate also offers many more features for Flex development too.

Chris