Re: 4.10 sdk

2013-07-21 Thread Mark Kessler
Too funny, that's what I copied over into thinking it would work well. I'll put that in there. -Mark On Sun, Jul 21, 2013 at 9:36 PM, Justin Mclean wrote: > Hi, > > > 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 bui

Re: 4.10 sdk

2013-07-21 Thread Justin Mclean
Hi, > 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? Look at the fix I did to the main build.xml last week, basically should have t

Re: 4.10 sdk

2013-07-21 Thread Mark Kessler
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: d

Re: 4.10 sdk

2013-07-21 Thread Justin Mclean
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 litt

Re: 4.10 sdk

2013-07-21 Thread Mark Kessler
Is there a way we could enable ASDOC to allow filtering by version number? Would be awesome to extract changes between versions. On Sat, Jul 20, 2013 at 11:36 PM, Justin Mclean wrote: > Hi, > > > Where can i find documentation on new features mentioned in 4.10 release > notes? > The AsDocs (and

Re: 4.10 sdk

2013-07-20 Thread Justin Mclean
Hi, > Where can i find documentation on new features mentioned in 4.10 release > notes? The AsDocs (and JIRA) will have some information, but I don't believe anyone has documented this in a user friendly way. Anyone wants to help out? Thanks, Justin