Thanks for the quick reply!
I'll try the things you're saying, but here's another question: Is
there a way to just say "use this flex sdk somewhere over here to do
all the work, instead of the sprout gem?"
I'm getting this error because I think the adobe site is down:
rake aborted!
[ERROR] Failed to load file from: '
http://flexorg.wip3.adobe.com/
flexsdk/4.0.0.3151/flex_sdk_4.0.0.3151.zip'
[REMOTE ERROR] <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL /flexsdk/4.0.0.3151/flex_sdk_4.0.0.3151.zip was not
found on this server.<P>
</BODY></HTML>
Plus I'm using Flex 4.0.0.7605 for my projects, so maybe there's a way
to customize that?
Any ideas?
Thanks man,
Lance
On Jun 21, 10:42 pm, Luke Bayes <
lba...@patternpark.com> wrote:
> Hey Lance,
> I'm a little unclear about what you're asking. Are you trying to generate
> documentation _for_ the Flex 4 SDK, or _with_ it?
>
> If you're trying to set up asdoc for your own custom project, you can use
> the asdoc task directly, or the 'doc' helper task. You should be able to use
> Sprouts to create a new as3 project, copy the generated rakefile into your
> (hopefully vanilla) Flex project, update the Project Model configuration as
> needed and run:
>
> rake doc
>
> Some updates that will be likely are:
>
> 1) Uncomment the block regarding the compiler version.
> 2) Change the 'libs' folder name to 'lib' - either in the file system or the
> rakefile
> 3) Be sure to add .class_path << '[path]' for any additional class paths
> your project uses.
>
> Let us know if you have any issues getting there.
>
> Thanks,
>
> Luke
>