I have been using Flex Builder for the compilation of my components
but now I need to incorporate this in my build process so I need to
start using the command line. My app is very simple

I have a library (SWC) and I have all the classes in a folder
structure mimicking the packages

I have an app (MXML) that references that component. I need to compile
this application but I guess I need to compile the component first

compc -source-path c:/rootfolder/src  -output MyLib.swc
mxmlc -file-specs c:/myappfolder/MyApp.mxml

I just do not seem to be able to make sense of the compiler settings.
Is there a way to use the project files from Flex Builder? 

Thanks

Albert




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to