Well I was going to poke around it for a few mins. I got the message below. Turns out we don't declare TLF_Home in the build file. Should I just toss it in there pathing to the same place the flex-sdk is?
D:\PortableApps\Flex\asdoc>ant Buildfile: D:\PortableApps\Flex\asdoc\build.xml clean: doc: [asdoc] Loading configuration file D:\PortableApps\Flex\frameworks\flex-conf ig.xml [asdoc] command line: Error: configuration variable 'compiler.source-path' v alue contains unknown token 'TLF_HOME'Apache Flex ASDoc [asdoc] [asdoc] Version 4.10.0 build 0 [asdoc] [asdoc] Copyright 2013 The Apache Software Foundation. [asdoc] [asdoc] Use 'asdoc -help' for information about using the command line. BUILD FAILED D:\PortableApps\Flex\asdoc\build.xml:58: asdoc task failed. Total time: 2 seconds -Mark On Sun, Jul 21, 2013 at 8:13 PM, Justin Mclean <jus...@classsoftware.com>wrote: > Hi, > > > Is there a way we could enable ASDOC to allow filtering by version > number? > > Would be awesome to extract changes between versions. > The Flex version can be added to function headers (via @productversion), > so in theory yes. > > Ages ago I took a look at the ASDocs to try and get it to put a little > Apache Flex symbol with new features, but it a lot harder than it looks to > get AsDocs to anything as it's a combination of XML style sheets and Java > code. I had it working for new functions and properties but not new classes > I think. > > Justin