asdoc works the same way as compc, so documentation for that might help you
along. Here's an example of the code I used for one of my projects, and a
few of the flags that I've used. The -output option tells the compiler what
directory to save the output in e.g. bin-debug etc...

asdoc -output asdoc -doc-sources "C:\myProj\src" -source-path
"C:\myProj\src" -external-library-path
"C:\myProj\libs\cairngorm\CairngormWithExtensions.swc"
"C:\myProj\libs\flare\flare.swc" "C:\myProj\libs\flexlib\flexlib.swc" --

Here the output is to a relative directory "asdoc"

On Tue, Feb 24, 2009 at 2:35 PM, John Waggener <[email protected]>wrote:

> I'm attempting to use the Flex Builder compiler for a library project.
>
> I am on a mac and attempting use the unix shell compc that comes with the
> SDK.  When I execute compc I get this:
>
> Loading configuration file /Applications/Adobe Flex Builder
> 3/sdks/3.1.0/frameworks/flex-config.xml
> Adobe Compc (Flex Component Compiler)
> Version 3.1.0 build 2710
> Copyright (c) 2004-2007 Adobe Systems, Inc. All rights reserved.
>
> Error: configuration variable 'output' was not set
>
> Use 'compc -help' for information about using the command line.
> logout
>
> [Process completed]
>
> I don't receive a prompt.  There is an error and it logs out.
>
> Has anyone had this problem?
>
>
>
> --
> Johnny Waggener
> Software Developer
> Multicast Media
> 678-592-2650
>



-- 
Darin Kohles
RIA Developer

Reply via email to